1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
Commit Graph

1726 Commits

Author SHA1 Message Date
Richard M. Stallman
f0b9055ffa (set-face-background-pixmap, face-background-pixmap): Functions commented out. 1993-06-17 22:07:26 +00:00
Richard M. Stallman
e66feb07ed (mouse-start-secondary): New function.
(mouse-set-secondary, mouse-drag-secondary): New functions.
(mouse-kill-secondary, mouse-secondary-save-then-kill): New functions.
1993-06-17 18:17:32 +00:00
Richard M. Stallman
1bf41cb0af entered into RCS 1993-06-17 07:31:16 +00:00
Richard M. Stallman
0907bf08cb Comment changes for renaming from c++-mode.el to cplus-md.el. 1993-06-17 07:03:08 +00:00
Richard M. Stallman
c751663136 (generate-file-autoloads): Undo previous change
because make-docfile requires defvar doc string to start on first line.
1993-06-17 06:59:49 +00:00
Richard M. Stallman
590cc44988 (vc-rename-file): Remove periods from error messages.
(vc-backend-logentry-check, vc-revert-buffer): Likewise.
(vc-retrieve-snapshot, vc-create-snapshot): Likewise.
(vc-diff, vc-finish-logentry, vc-steal-lock): Likewise.
(vc-register, vc-next-action-on-file, vc-registration-error): Likewise.
(vc-cancel-version): Add space to end of question.
1993-06-17 05:08:23 +00:00
Richard M. Stallman
2877eac209 (mouse-menu-choose-yank): New function. Put it in the edit menu.
(yank-menu-length): New variable.
1993-06-17 04:17:21 +00:00
Jim Blandy
cc2f3b6482 * ls-lisp.el (insert-directory): If no handler, convert SWITCHES
from a string to a list of characters.
1993-06-17 02:53:14 +00:00
Jim Blandy
2b0f4ba538 * subr.el (event-basic-type): Deal with listy events properly. 1993-06-17 00:16:29 +00:00
Jim Blandy
e2fe2f5238 *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
Universal Time (UT) to Coordinated Universal Time (UTC).
        (solar-time-string): Use calendar-daylight-time-offset instead of
        1 hr, and use calendar-daylight-savings-switchover-time instead of
        midnight.  Add an optional parameter to allow forcing the use of
        standard or daylight savings time.  Fix code so it works in
        southern hemisphere (start of dst precedes end of dst in a
        calendar year) and when dst either starts or ends in a calendar
        year, but not both.
1993-06-16 23:12:21 +00:00
Jim Blandy
23195d9408 * calendar.el (calendar-current-time-zone): Change variable names
to make them more readable.
        (calendar-time-zone, calendar-standard-time-zone-name,
        calendar-daylight-time-zone-name, calendar-daylight-savings-ends,
        calendar-daylight-savings-starts): Don't autload them.

        * calendar.el (calendar-holidays): Quote it to delay evaluation
        until it's needed.
1993-06-16 23:10:55 +00:00
Roland McGrath
327ab40d47 (make-autoload): Use memq once instead eq twice.
(generate-file-autoloads): For non-autoloads, copy the defn textually
rather than printing it after reading.
1993-06-16 23:06:58 +00:00
Roland McGrath
d08589bfd1 (generate-autoload-cookie, update-autoloads-here): Doc fixes. 1993-06-16 22:08:23 +00:00
Richard M. Stallman
716e9939be Comment changes. 1993-06-16 21:40:36 +00:00
Richard M. Stallman
2af4b8908b entered into RCS 1993-06-16 21:39:03 +00:00
Richard M. Stallman
a33cb02164 (disassemble-internal): If function is autoload, load it. 1993-06-16 21:33:18 +00:00
Jim Blandy
98e9d14baa * frame.el (set-frame-configuration): Don't try to set a frame's
minibuffer.  This parameter can't be changed, so that would signal
	an error.
1993-06-16 21:24:11 +00:00
Richard M. Stallman
78e367e9ae (parens-require-spaces): Var renamed and sense changed.
(insert-parentheses): Corresponding changes.
1993-06-16 19:34:11 +00:00
Richard M. Stallman
5bd65b3b64 (rmail-output): Use insert-file-contents to look at
beginning of output file.
1993-06-16 19:24:34 +00:00
Richard M. Stallman
76d8cb227a (x-switch-definitions): Fix -iconic. 1993-06-16 17:51:16 +00:00
Richard M. Stallman
b44b7ab002 (byte-compile-file-form-defmumble): Typo in prev change. 1993-06-16 17:42:48 +00:00
Richard M. Stallman
01906bcac9 (server-process-filter): Use server-switch-buffer. 1993-06-15 23:11:38 +00:00
Richard M. Stallman
fce222c7f0 (gud-xdb-directories): Renamed from gud-xdb-paths.
Defvar moved earlier.  All uses changed.
(gud-xdb-debugger-startup): Rename local var `paths'.
(gud-xdb-file-name): Likewise.
1993-06-15 21:04:48 +00:00
Richard M. Stallman
cbd1f89c79 (inferior-lisp-buffer): Move defvar earlier. 1993-06-15 21:00:33 +00:00
Richard M. Stallman
3af1a1f3c2 (define-mail-alias): Remove excess whitespace better. 1993-06-15 20:51:15 +00:00
Richard M. Stallman
51e4ece8a5 (define-mail-abbrev): Renamed from define-mail-alias.
(build-mail-abbrevs): Use new name.
1993-06-15 20:50:11 +00:00
Richard M. Stallman
b2b01bfa21 (build-mail-abbrevs): Pass just two args to define-mail-alias. 1993-06-15 20:36:10 +00:00
Richard M. Stallman
e13b624a0f (byte-compile-file-form-defmumble): Use defalias
for named function, even if no doc string.
1993-06-15 19:29:59 +00:00
Richard M. Stallman
0e52ea0303 Comment change. 1993-06-15 19:16:46 +00:00
Richard M. Stallman
6496f3d2b0 (xdb): New debugger supported (xdb under HPUX-PARISC).
(gud-xdb-debugger-startup): New function.
(gud-xdb-file-name, gud-xdb-accumulation): New functions.
(gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.
1993-06-15 16:31:24 +00:00
Richard M. Stallman
cfe89c4fa5 (dired-repeat-over-lines): Going fwd, skip new lines
that FUNCTION inserts after the current line.
Going backwd, no need for dired-move-to-filename each time.
1993-06-15 07:59:07 +00:00
Richard M. Stallman
44a53673e8 (parens-dont-require-spaces): New variable.
(insert-parentheses): Obey that variable.
1993-06-14 22:58:54 +00:00
Richard M. Stallman
4a6e3980e2 (emerge-make-diff3-list): Pass ancestor second.
(emerge-extract-diffs3): Replace group-1 with group-2.
(emerge-handle-local-variables): Pass no arg to hack-local-variables.
1993-06-14 21:44:34 +00:00
Richard M. Stallman
0fc2d0064d (dabbrev-expand): Do all changes with replace-match.
In picture-mode, use picture-replace-match instead.
1993-06-14 18:55:10 +00:00
Richard M. Stallman
5c927015ee (picture-replace-match): New function. 1993-06-14 18:53:40 +00:00
Jim Blandy
e0e8ed67ff * holidays.el: Eval calendar-holidays; don't just use its value. 1993-06-14 15:24:24 +00:00
Jim Blandy
b545bfe6d4 Initial revision 1993-06-14 14:58:03 +00:00
Richard M. Stallman
7162c5c4dc (balance-windows): Total rewrite. 1993-06-14 07:11:15 +00:00
Richard M. Stallman
087f61c885 Comment change. 1993-06-14 03:51:20 +00:00
Richard M. Stallman
79c6071d22 (byte-compile-file): Undo previous change.
(batch-byte-recompile-directory): Doc fix.
1993-06-13 22:32:17 +00:00
Richard M. Stallman
82318db5ea (isearch-highlight): If no face isearch', use region'. 1993-06-13 21:43:15 +00:00
Richard M. Stallman
eca5b04cf9 (c-indent-line): Call c-backward-to-start-of-if
in the case of else following a close brace.
1993-06-13 19:16:02 +00:00
Richard M. Stallman
136284159e (Man-getpage-in-background): Move close paren. 1993-06-13 18:00:36 +00:00
Richard M. Stallman
82c9fe8e25 (Man-getpage-in-background): Use TERM=dumb to prevent
terminal control sequences in the output.
1993-06-13 04:34:58 +00:00
Richard M. Stallman
3f26b32a5f (mouse-set-mark-fast): New function.
(mouse-show-mark): New function.
(mouse-kill-ring-save, mouse-save-then-kill): Use them.
(mouse-save-then-kill): Don't let kill-region alter this-command.
Check last-command accordingly.
(mouse-split-window-vertically): Handle scroll bar events.
1993-06-13 04:18:43 +00:00
Richard M. Stallman
3a8a836d28 (abbreviate-file-name): Match home dir with no / if nothing else follows. 1993-06-13 01:57:02 +00:00
Richard M. Stallman
d90f825cd8 (finder-find-library): New function.
(finder-commentary): Use it.
1993-06-13 01:36:48 +00:00
Richard M. Stallman
bcd54802d5 (etags-tags-completion-table): When skipping the noise
before the tag name, let it end with any char not allowed in a tag.
1993-06-12 23:43:57 +00:00
Richard M. Stallman
b22c9ebf6b *** empty log message *** 1993-06-12 20:53:59 +00:00
Richard M. Stallman
5ce8bb89cf (make-directory): By default create dir default-dir. 1993-06-12 06:54:14 +00:00