- 22 Sep, 2000 6 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
splash.xbm.
-
André Spiegel authored
-
André Spiegel authored
under the new backend.
-
André Spiegel authored
revision number.
-
- 21 Sep, 2000 31 commits
-
-
Gerd Moellmann authored
NO_RETURN.
-
Gerd Moellmann authored
for GCC >= 2.5.
-
Gerd Moellmann authored
(byte_char_debug_check): Return void.
-
Gerd Moellmann authored
-
Kenichi Handa authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
reused rows' y-position in the case window has a header-line, and new window start is greater than old window start.
-
Gerd Moellmann authored
equal at the start. Some simplification.
-
Gerd Moellmann authored
for tool-bar-lines to 1.
-
Gerd Moellmann authored
tool-bar-lines parameter, switch tool-bar-mode on.
-
Dave Love authored
`eval-when-compile's and assorted defvars. (cperl-invalid-face): Don't double-quote value. Change custom type. (cperl-mode): Set normal-auto-fill-function and don't zap auto-fill-function. (cperl-imenu--function-name-regexp-perl): Renamed from imenu-example--function-name-regexp-perl. (cperl-imenu--create-perl-index): Renamed from imenu-example--create-perl-index. (cperl-xsub-scan): Don't require cl.
-
Stefan Monnier authored
(diff-apply-hunk): When done, advance to the next hunk.
-
Dave Love authored
(for Emacs 20). Tidy somewhat.
-
Stefan Monnier authored
(diff-hunk-text): Correctly use offsets rather than buffer-positions. (diff-xor): New function. (diff-find-source-location): Use it. Fix a stupid name clash. (diff-hunk-status-msg): New function. (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR. (diff-test-hunk): Use diff-find-source-location. (diff-goto-source): Favor the `reverse'.
-
Gerd Moellmann authored
-
Dave Love authored
-
Dave Love authored
-
Gerd Moellmann authored
(change-log-email-face, change-log-file-face) (change-log-list-face, change-log-conditionals-face) (change-log-function-face, change-log-acknowledgement-face): New faces, inheriting from font-lock faces. (change-log-font-lock-keywords): Use them.
-
Dave Love authored
(msb-mode): Use msb-mode-map.
-
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 3 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.
-