1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

115 Commits

Author SHA1 Message Date
Gerd Moellmann
e006fe5ab6 (widget-button-click): Wrap with save-excursion
to restore track-mouse in the correct buffer.
1999-11-09 13:43:40 +00:00
Gerd Moellmann
4d59c34cd8 *** empty log message *** 1999-11-05 14:05:21 +00:00
Gerd Moellmann
60b64cd673 *** empty log message *** 1999-11-04 21:07:47 +00:00
Gerd Moellmann
a09754e6c6 (gud-perldb-massage-args): Handle the case "perl -e 0"
the default when invoking perldb in a non-Perl buffer) and other
cases involving -e or --.
1999-11-04 20:52:05 +00:00
Gerd Moellmann
b261ffa484 * faces.el (secondary-selection): Change background to yellow. 1999-11-04 00:25:55 +00:00
Gerd Moellmann
f08d859437 (PC-do-completion): Use minibuffer-prompt-end to
find the start of the text.  Use field-string to read the user
input.
1999-11-03 23:50:40 +00:00
Gerd Moellmann
39cac3e78f (make-face-bold, make-face-unbold, make-face-italic)
(make-face-unitalic, make-face-bold-italic): Add NOERROR argument
for compatibility with old face implementation.
1999-11-03 17:17:28 +00:00
Gerd Moellmann
b51b619b17 *** empty log message *** 1999-11-03 16:27:34 +00:00
Gerd Moellmann
0a5ebe4b76 * frame.el (blink-cursor-mode, blink-cursor-end): Use
internal-show-cursor with new interface.
	(blink-cursor-timer-function): New.
	(blink-cursor-start): Use blink-cursor-timer-function.
1999-11-03 15:57:21 +00:00
Gerd Moellmann
3179af52e4 (simple-diary-display): Reset modeline even if
there are no diary entries since the diary buffer may be displayed.
1999-11-03 15:10:21 +00:00
Gerd Moellmann
cb3a6c483b *** empty log message *** 1999-11-03 13:47:00 +00:00
Sam Steingold
4ff3fcc7d7 progmodes/cmacexp.el (c-macro-preprocessor): Find the Solaris cpp. 1999-11-02 23:19:22 +00:00
Gerd Moellmann
36fcd3d902 *** empty log message *** 1999-11-01 21:11:14 +00:00
Gerd Moellmann
111259b445 *** empty log message *** 1999-11-01 15:42:30 +00:00
Gerd Moellmann
ca693be807 Many doc fixes. 1999-11-01 15:28:32 +00:00
Gerd Moellmann
dd5c96e8a6 *** empty log message *** 1999-11-01 14:54:58 +00:00
Gerd Moellmann
db8878fb45 *** empty log message *** 1999-11-01 14:42:21 +00:00
Gerd Moellmann
400a1ed0cd *** empty log message *** 1999-11-01 12:42:13 +00:00
Gerd Moellmann
aeb721fe9c (walk-windows): If ALL-FRAMES is a frame,
start on that frame.  Use save-selected-window.
1999-11-01 12:15:41 +00:00
Gerd Moellmann
314808dc64 (end-of-buffer): Use window-end to find the window end
instead of vertical-motion because this handles variable-height
lines correctly.
1999-11-01 11:44:58 +00:00
Michael Kifer
3af0304a61 *** empty log message *** 1999-11-01 07:16:15 +00:00
Gerd Moellmann
575ed80579 *** empty log message *** 1999-10-31 14:01:04 +00:00
Gerd Moellmann
2bdedac100 *** empty log message *** 1999-10-30 21:12:39 +00:00
Gerd Moellmann
e79ad8a15d * textmodes/sgml-mode.el (sgml-char-names): Change "half" to
"frac12".
1999-10-30 21:06:34 +00:00
Gerd Moellmann
17d28a2aa8 (ad-activate-on): Make it an alias for ad-activate. 1999-10-30 20:26:22 +00:00
Gerd Moellmann
dd24f431be (whitespace-version): Update to 2.6
(whitespace-display-in-modeline): Add custom
variable to control displaying the whitespace errors on the
modeline based on suggestion from <klaus.berndl@sdm.de>
(whitespace-buffer): Now returns `t' if unclean
and `nil' if clean, to enable using as a hook function, as
suggested by Puneet Goel <puneet@computer.org>
(whitespace-buffer): Fix a subtle bug that cleaned
up only if quiet was not set, even with whitespace-auto-cleanup set.
(whitespace-mode-line): Now uses less modeline
real estate and shows whitespaces as W:<x>!<y> where <x> is any
type of whitespace which is present in the file, and <y> is any
type of whitespace whose check has been suppressed by setting
`whitespace-check-<whitespace-type>' to nil.
(whitespace-unchecked-whitespaces): New function
to return the list of whitespaces for whom checks have been
suppressed.
(whitespace-display-unchecked-whitespaces):
Renamed to `whitespace-update-modeline' to reflect its functionality.
(whitespace-version): Update to 2.5
1999-10-30 19:21:43 +00:00
Gerd Moellmann
e8d017d059 * progmodes/compile.el (compilation-error-regexp-alist):
Undo previous change.
1999-10-30 19:15:17 +00:00
Gerd Moellmann
37ed1e5695 *** empty log message *** 1999-10-28 20:05:55 +00:00
Dave Love
0000a0cc64 *** empty log message *** 1999-10-28 14:58:24 +00:00
Gerd Moellmann
a2ad7096ec *** empty log message *** 1999-10-28 12:13:45 +00:00
Gerd Moellmann
eec3232e29 Doc-string fixes. 1999-10-28 11:12:54 +00:00
Dave Love
42f6a24af5 *** empty log message *** 1999-10-27 22:39:05 +00:00
Gerd Moellmann
e20192f449 (print-buffer): Doc-string fix. 1999-10-27 14:32:04 +00:00
Dave Love
fce4437307 Doc fixes.
(ad-lemacs-p): Removed.
(advice): Add :link to defgroup.
1999-10-27 11:59:45 +00:00
Kenichi Handa
a21da928c0 (ange-ftp-insert-file-contents): Don't change
last-coding-system-used by the call of ange-ftp-set-ascii-mode.
1999-10-27 04:59:52 +00:00
Gerd Moellmann
17dbfaad0e *** empty log message *** 1999-10-26 23:28:36 +00:00
Gerd Moellmann
2bea706b5d *** empty log message *** 1999-10-26 14:50:52 +00:00
Kenichi Handa
bf294e6edb (read-input-method-name): Handle the
case that the arg DEFAULT is symbol.
1999-10-26 13:01:20 +00:00
Gerd Moellmann
d5c3f902bd *** empty log message *** 1999-10-26 09:48:09 +00:00
Gerd Moellmann
e3384ae764 (compile-files): Fixed the "tr" strings.
(EMACS): Set to ../src/emacs.
1999-10-25 16:29:44 +00:00
Gerd Moellmann
c0ea222e0c *** empty log message *** 1999-10-25 14:18:47 +00:00
Gerd Moellmann
1bd55d5a39 *** empty log message *** 1999-10-25 14:11:03 +00:00
Gerd Moellmann
93baa0eab1 Doc-fix. 1999-10-25 13:50:04 +00:00
Gerd Moellmann
2c8e62112a (comint-output-filter): Make the Comint buffer current
for the comint-preoutput-filter-functions.
1999-10-25 13:44:12 +00:00
Gerd Moellmann
bd3c545deb *** empty log message *** 1999-10-25 13:32:00 +00:00
Gerd Moellmann
e3bcca75bc *** empty log message *** 1999-10-25 13:13:15 +00:00
Gerd Moellmann
6528f1ca13 (indent-region): Doc fix. 1999-10-25 12:51:38 +00:00
Gerd Moellmann
9626b92839 (auto-raise-mode): When enabling the mode,
immediately raise the selected frame.
1999-10-25 12:22:14 +00:00
Stephen Eglen
2454554e05 Added (require 'custom) and deleted :version line from
octave-auto-indent.  Both these changes were made to make Octave lisp
files compatible with Emacs 19.34 and XEmacs 20.
1999-10-24 18:17:01 +00:00
Stephen Eglen
322524b204 iswitchb-default-keybindings: no-need for read-kbd-macro. 1999-10-24 17:00:47 +00:00