- 21 Sep, 2000 12 commits
-
-
André Spiegel authored
-
André Spiegel authored
(vc-next-action-on-file): Call vc-transfer-file at appropriate places. (vc-switch-backend): New function. (vc-prefix-map): Bind `vc-switch-backend' to `b'. (vc-register): Fix prompt. (vc-unregister, vc-default-unregister): New functions. (vc-version-diff): Handle empty buffer in sentinel.
-
André Spiegel authored
(vc-rcs-state-heuristic): Use it to guess the state of files with non-strict locking. (vc-rcs-find-most-recent-rev): Handle the case when a branch has been set with -b, but not created yet. (vc-rcs-fetch-master-state): With non-strict locking, compare file contents in order to find the state. (vc-rcs-checkin): Allow creation of branches with no changes. (vc-rcs-unregister, vc-rcs-receive-file, vc-rcs-set-non-strict-locking): New functions.
-
André Spiegel authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(send_process): Workaround for a crash on sparc-sun-solaris-2.6 with GCC 2.95.2 caused by a parameter being clobbered by longjmp. Declare more parameters volatile.
-
Gerd Moellmann authored
(Fload): Check recursive loads whose recursion depth exceeds Vrecursive_load_depth_limit. (syms_of_lread): DERFAR_LISP recursive-load-depth-limit.
-
Dave Love authored
-
Dave Love authored
Rationalize logic somewhat.
-
Gerd Moellmann authored
color on a dark frame background.
-
Miles Bader authored
-
Miles Bader authored
`special' modes.
-
- 20 Sep, 2000 28 commits
-
-
Dave Love authored
(iswitchb-mode-map): Define completely initially. Inherit minibuffer-local-map. (iswitchb-completion-help) <!iswitchb-xemacs>: Use fundamental-mode. (iswitchb-global-map): New variable. (iswitchb-summaries-to-end): Amalgamate regexps. (iswitchb-mode): New. (iswitchb-mode-hook): New variable. (iswitchb) <defgroup>: Add URL link. Use group `completion', not `extensions'.
-
Stefan Monnier authored
(diff-mode): Add support for add-log.el. (diff-hunk-text): Use char offsets rather than line offsets. (diff-find-source-location): Replace LINE with line-offset (nil if not found) and always set POS to a meaningful position. Adapt to the new char-offsets. (diff-apply-hunk): Drop support for the unused `select' POPUP. Adapt to the new diff-find-source-location. (diff-goto-source): Adapt to the new diff-find-source-location.
-
Stefan Monnier authored
(add-change-log-entry): Use it. Call add-log-file-name-function with the changelog file name if the current buffer is not associated with any file. Avoid find-file if the selected window is dedicated.
-
Gerd Moellmann authored
(electric-help-shrink-window): New user-option. (with-electric-help): Use it.
-
Gerd Moellmann authored
`mode-line' has a :box, and we're on a graphical frame, add 1 to the needed window height.
-
Dave Love authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Stefan Monnier authored
Move code from diff-apply-hunk. Return buffer rather than file. (diff-apply-hunk): Use the new result from diff-find-source-location. (diff-goto-source): Use the new diff-find-source-location.
-
Dave Love authored
-
Dave Love authored
we'll be careful merging development changes.
-
Dave Love authored
specifically.
-
Dave Love authored
-
Dave Love authored
redundant autoloads.
-
Dave Love authored
(mouse-set-point, set-face-foreground) (set-face-background, x-popup-menu) [not window-system]: Don't zap them.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Kenichi Handa authored
(NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el files to .elc. (${TIT}): Adjusted for the above change. (clean mostlyclean): Likewise. (.el.elc): New target.
-
Gerd Moellmann authored
to a call to `append', because the last list passed to `append' is not copied, and so subsequent calls to assq-delete-all will modify default-frame-alist.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(fancy-splash-head): Use an XBM image if appropriate. (command-line-1): Show splash screens in more cases.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
to XBM; we always have PBM support.
-