| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
(vc-version-backup-file): New function.
(vc-checkout): Create a version backup if necessary.
(vc-checkin): If a version backup file exists, delete it.
(vc-version-diff): Diff locally using version backups, if available.
(vc-revert-file): If there's a version backup, revert locally.
(vc-transfer-file): Use version backup for base version, if
available. If not, ask for confirmation whether to get it from the
server. Update mode line before check-in.
|
|
|
|
| |
(tool-bar-mode): Use it.
|
|
|
|
|
|
|
| |
ftp-font-lock-keywords, smbclient-font-lock-keywords):
Only set if window-system is non-nil
(net-utils-run-program): Returns buffer.
(network-connection-reconnect): Added this function.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Incorporates extensive cleanup and docfixes by
Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
Uses cl compile-time macros.
(generic-mode-name, generic-comment-list,
generic-keywords-list, generic-font-lock-expressions,
generic-mode-function-list, generic-mode-syntax-table):
Removed variables.
(generic-mode-alist): Renamed to generic-mode-list.
(generic-find-file-regexp): Default changed to "^#".
(generic-read-type): Uses completing read on generic-mode-list.
(generic-mode-sanity-check): removed this function.
(generic-add-to-auto-mode): Removed this function
(generic-mode-internal): Binds mode-specific definitions
into function instead of putting them in alist.
(generic-mode-set-comments): Reworked extensively.
(generic-mode-find-file-hook): Simplified regexp searching
(generic-make-keywords-list): Omit extra pair of parens
|
| |
|
|
|
|
| |
which caused a max-specpdl-size exceeded error.
|
|
|
|
|
|
|
|
|
|
| |
Regexp now allows leading whitespace.
(rc-generic-mode): Added eval-when-compile
around generic-make-keywords-list.
Deleted duplicate regexp
(rul-generic-mode): Added eval-when-compile
around generic-make-keywords-list.
(etc-fstab-generic-mode): New generic mode.
|
|
|
|
| |
Make sure directory name ends with "/".
|
| |
|
|
|
|
| |
(Copying): Change example year to `20yy'.
|
| |
|
|
|
|
| |
(diff-goto-source): Be smarter when choosing REVERSE or not.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(dired-do-create-files): If there's only one file, pass it in as
the DEFAULT arg to dired-mark-read-file-name.
|
|
|
|
|
|
| |
New variable.
(next-history-element):
Try to keep the position of point in the input string constant.
|
|
|
|
|
|
|
|
|
|
|
| |
(quoted-printable-decode-region): Rewritten.
(quoted-printable-decode-string, quoted-printable-encode-region):
Doc fix.
(quoted-printable-encode-region): Barf on multibyte characters.
Maybe make the class multibyte. Upcase chars, not formatted
strings. Allow mm-use-ultra-safe-encoding to be unbound.
(quoted-printable-encode-string): Don't use
mm-with-unibyte-buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* mail-source.el (mail-sources): Revert to nil.
2000-10-03 ShengHuo ZHU <zsh@cs.rochester.edu>
* mail-source.el (mail-source-report-new-mail): Use
nnheader-cancel-timer.
2000-10-03 Simon Josefsson <simon@josefsson.org>
* mail-source.el (mail-source-imap-file-coding-system): New variable.
(mail-source-fetch-imap): Use it.
|
| |
|
|
|
|
| |
to `mark_object'.
|
| |
|
|
|
|
|
| |
backend-specific code cleanly.
(vc-unregister): Function removed.
|
|
|
|
| |
code.
|
| |
|
|
|
|
|
|
|
|
| |
unconditionally.
(vc-rcs-set-default-branch): New function.
(vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
(vc-rcs-checkin): If an appropriate default branch has been set,
force creation of that branch.
|
|
|
|
| |
(vc-revert-buffer): Delegate some of the work to it.
|
|
|
|
|
|
| |
echo area will now grow to accommodate them.
[Note -- I thought I already checked this change, but it seems to have
mysteriously disappeared]
|
|
|
|
|
|
| |
Document new features in constrain-to-field.
Fix up some other entries.
Remove entries for nonexistant functions.
|
| |
|
|
|
|
| |
additional legal values for the :height attribute.
|
|
|
|
|
|
| |
(back_comment): Check two-char comment markers more carefully
to better handle overlapping cases like *//* or /* */* */ ...
Match nestedness of ender/starter.
|
|
|
|
| |
(Fforward_comment): Treat an unmatched \n comment-ender as whitespace.
|
| |
|
|
|
|
|
|
| |
highlighting overlay with a different face over the overlay
isearch uses to highlight the current match because that can lead
to bad face combinations.
|
| |
|
|
|
|
|
|
| |
(isearch): New defface; was already tested for in the code.
(isearch-lazy-highlight-face): Changed to defface from defcustom.
(isearch-highlight): Always use face `isearch'.
|
|
|
|
|
| |
unused vars. Treat byte-constant2 like byte-constant. Fix bogus
comparison of opcode with operand.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
backend, try that one first.
|
|
|
|
|
|
|
| |
list. Handle multiple backends correctly.
(vc-find-new-backend): Function removed.
(vc-register): Use vc-responsible-backend, as before.
(vc-next-action-on-file): Do use vc-registered, not vc-backend.
|
| |
|