]>
git.eshelyaron.com Git - emacs.git/log
Jim Blandy [Fri, 30 Jul 1993 23:12:25 +0000 (23:12 +0000)]
* xfns.c (x_set_background_color): Change the foreground color of
the cursor, too.
Richard M. Stallman [Fri, 30 Jul 1993 22:48:30 +0000 (22:48 +0000)]
(syms_of_editfns): Just staticpro Vuser...name
and Vsystem_name; don't make them Lisp variables.
Jim Blandy [Fri, 30 Jul 1993 22:43:39 +0000 (22:43 +0000)]
* gud.el (gud-gdb-marker-filter): Preserve the match data across
the filter's execution.
* gud.el (gud-gdb-marker-filter): If we received some text after
the position marker, append it to any text before the marker,
instead of throwing away the text before the marker.
Roland McGrath [Fri, 30 Jul 1993 22:30:50 +0000 (22:30 +0000)]
Initial revision
Richard M. Stallman [Fri, 30 Jul 1993 20:15:09 +0000 (20:15 +0000)]
entered into RCS
Richard M. Stallman [Fri, 30 Jul 1993 07:55:42 +0000 (07:55 +0000)]
Add code to set HAVE_INET_SOCKETS.
Richard M. Stallman [Fri, 30 Jul 1993 07:50:15 +0000 (07:50 +0000)]
(show-paren-command-hook): Specify buffer for move-overay.
Richard M. Stallman [Fri, 30 Jul 1993 07:01:23 +0000 (07:01 +0000)]
(fill-region-as-paragraph): Move misplaced paren
ending `(if (eobp) nil ...)'.
In the loop that avoids breaking after `.' with one space,
break if we actually have two spaces.
Richard M. Stallman [Fri, 30 Jul 1993 05:58:29 +0000 (05:58 +0000)]
*** empty log message ***
Roland McGrath [Fri, 30 Jul 1993 05:32:45 +0000 (05:32 +0000)]
(compilation-error-regexp-alist): Broaden RS6000 regexp to match
"lines N-M," or "line N,".
Roland McGrath [Fri, 30 Jul 1993 03:20:49 +0000 (03:20 +0000)]
*** empty log message ***
Jim Blandy [Fri, 30 Jul 1993 03:17:18 +0000 (03:17 +0000)]
* xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name;
DEFVAR_LISP takes care of that, and it's deadly to staticpro a
variable containing a string twice.
Jim Blandy [Fri, 30 Jul 1993 01:48:19 +0000 (01:48 +0000)]
* window.c (check_frame_size): Include the menu bar height in the
minimum frame height.
Jim Blandy [Fri, 30 Jul 1993 01:39:20 +0000 (01:39 +0000)]
* gud.el (gud-gdb-marker-filter): Do not assume that the position
markers from GDB will always be received in one chunk of input;
gud-gdb-marker-filter may be called several times, each time
providing a little more of the position marker.
(gud-gdb-marker-acc): New variable.
(gud-gdb-marker-filter): If we have received what could be the
beginning of a position marker, hold that text in
gud-gdb-marker-acc for the next time we get called, until we have
enough information to decide for sure.
* gud.el (gud-gdb-marker-filter): Only recognize GDB position
markers if they occur at the beginning of the line. They always
do, and this reduces the likelihood that the above change will
hold back output that isn't really a position marker.
Jim Blandy [Thu, 29 Jul 1993 23:21:30 +0000 (23:21 +0000)]
* mpuz.el (mpuz-board): Doc fix.
Richard M. Stallman [Thu, 29 Jul 1993 22:35:23 +0000 (22:35 +0000)]
(dbx): Use %d in gud-break.
(gud-format-command): Support %d. Delete spurious progns.
Paul Eggert [Thu, 29 Jul 1993 19:56:38 +0000 (19:56 +0000)]
Don't check whether file is readable until we have decided not to ignore it.
Richard M. Stallman [Thu, 29 Jul 1993 18:24:32 +0000 (18:24 +0000)]
Do the global key bindings only via loaddefs.el,
not when sendmail.el is loaded.
Richard M. Stallman [Thu, 29 Jul 1993 06:34:03 +0000 (06:34 +0000)]
(Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.
(Fdelete_frame): Allow deletion if there is some other
visible (perhaps iconified) frame. Also allow deleting terminal frame
if there are X frames.
Richard M. Stallman [Thu, 29 Jul 1993 05:37:32 +0000 (05:37 +0000)]
(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
(rmail-toggle-header, rmail-reformat-message): Ignore case
when checking for Summary-line.
Richard M. Stallman [Thu, 29 Jul 1993 05:13:26 +0000 (05:13 +0000)]
(calendar-mode-map): Bind C-SPC.
Paul Eggert [Thu, 29 Jul 1993 04:58:47 +0000 (04:58 +0000)]
(vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled.
Richard M. Stallman [Thu, 29 Jul 1993 04:50:27 +0000 (04:50 +0000)]
(delete-frame): Permit it, if > 1 frame is vis or iconic.
Richard M. Stallman [Thu, 29 Jul 1993 04:12:41 +0000 (04:12 +0000)]
(bzero, bcmp, bcopy): New macros.
(LIB_STANDARD): Don't include libucb.a.
Jim Blandy [Thu, 29 Jul 1993 04:07:02 +0000 (04:07 +0000)]
* gud.el (gud-last-last-frame): Specify initial value. `dbx'
doesn't work unless we do.
Jim Blandy [Thu, 29 Jul 1993 04:02:54 +0000 (04:02 +0000)]
* man.el (Man-find-section): HP/UX man pages have section names
indented by a single space; recognize them.
Richard M. Stallman [Thu, 29 Jul 1993 04:01:09 +0000 (04:01 +0000)]
(calculate-c-indent): When checking whether function decl
is inside a comment, move back to the `(' that starts the arglist.
Richard M. Stallman [Thu, 29 Jul 1993 03:43:38 +0000 (03:43 +0000)]
(rmail-convert-file): If file needs conversion, convert it all.
Richard M. Stallman [Thu, 29 Jul 1993 03:27:05 +0000 (03:27 +0000)]
(name-last-kbd-macro): Handle macros that are vectors.
Richard M. Stallman [Thu, 29 Jul 1993 02:36:54 +0000 (02:36 +0000)]
File removed.
Richard M. Stallman [Thu, 29 Jul 1993 02:31:06 +0000 (02:31 +0000)]
(Man-filter-list): Insert \n newlines in awk script.
Roland McGrath [Thu, 29 Jul 1993 00:25:38 +0000 (00:25 +0000)]
(syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape.
Richard M. Stallman [Wed, 28 Jul 1993 23:51:08 +0000 (23:51 +0000)]
(time-stamp): Add autoload cookie.
Roland McGrath [Wed, 28 Jul 1993 22:41:43 +0000 (22:41 +0000)]
(comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
completion" instead of "Unique completion", for consistency with the rest
of the known universe.
Richard M. Stallman [Wed, 28 Jul 1993 19:09:08 +0000 (19:09 +0000)]
Comment change.
Jim Blandy [Wed, 28 Jul 1993 18:57:47 +0000 (18:57 +0000)]
* hpux9.h: Doc fix.
Richard M. Stallman [Wed, 28 Jul 1993 18:22:58 +0000 (18:22 +0000)]
Require assoc instead of sc-alist.
Jim Blandy [Wed, 28 Jul 1993 18:12:35 +0000 (18:12 +0000)]
* s/hpux9.h: Doc fix.
Richard M. Stallman [Wed, 28 Jul 1993 08:35:38 +0000 (08:35 +0000)]
(gnus-apply-kill-hook): Make default value a list of functions.
(gnus-mark-article-hook, gnus-select-digest-hook): Likewise.
(gnus-select-article-hook, gnus-select-group-hook): Likewise.
Richard M. Stallman [Wed, 28 Jul 1993 08:19:30 +0000 (08:19 +0000)]
(wait_reading_process_input): Undo last two changes:
when wait_for_cell, do not check the keyboard.
Richard M. Stallman [Wed, 28 Jul 1993 08:18:09 +0000 (08:18 +0000)]
(make_hdr): Use & in call to bzero.
Jim Blandy [Tue, 27 Jul 1993 23:43:56 +0000 (23:43 +0000)]
* make-dist: Include lisp/dired.todo in the distribution.
Richard M. Stallman [Tue, 27 Jul 1993 23:12:22 +0000 (23:12 +0000)]
Comment change.
Richard M. Stallman [Tue, 27 Jul 1993 22:49:27 +0000 (22:49 +0000)]
(byte-recompile-directory): Doc fix.
Richard M. Stallman [Tue, 27 Jul 1993 22:49:05 +0000 (22:49 +0000)]
(command_loop_1): Call Qrecompute_lucid_menubar only if defined.
Richard M. Stallman [Tue, 27 Jul 1993 22:01:29 +0000 (22:01 +0000)]
(iconify-or-deiconify-frame): Make it work.
Richard M. Stallman [Tue, 27 Jul 1993 21:58:54 +0000 (21:58 +0000)]
(iconify-or-deiconify-frame): New function. Use it for C-z.
Richard M. Stallman [Tue, 27 Jul 1993 20:21:14 +0000 (20:21 +0000)]
entered into RCS
Richard M. Stallman [Tue, 27 Jul 1993 20:20:01 +0000 (20:20 +0000)]
Initial revision
Paul Eggert [Tue, 27 Jul 1993 19:28:46 +0000 (19:28 +0000)]
(vc-rcs-status): Removing any trailing "-".
Richard M. Stallman [Tue, 27 Jul 1993 17:00:08 +0000 (17:00 +0000)]
(Fx_rebind_key, Fx_rebind_keys): Functions deleted.
Richard M. Stallman [Tue, 27 Jul 1993 16:55:29 +0000 (16:55 +0000)]
(c++-mode-syntax-table): Don't alter syntax of '.
Richard M. Stallman [Tue, 27 Jul 1993 16:49:34 +0000 (16:49 +0000)]
(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.
Richard M. Stallman [Tue, 27 Jul 1993 08:38:00 +0000 (08:38 +0000)]
(x-handle-iconic): New function.
(command-switch-alist): Use that.
(x-switch-definitions): Delete elt for `-iconic'.
(x-selection-timeout): Use 20000 as default.
(x-select-text): Never set the CLIPBOARD selection.
(x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
(x-cut-buffer-max): Set based on x-server-max-request-size.
Richard M. Stallman [Tue, 27 Jul 1993 08:34:34 +0000 (08:34 +0000)]
(frame-notice-user-settings): Don't reapply a parm
whose value is ot changed (as far as we know) since frame-initialize.
Richard M. Stallman [Tue, 27 Jul 1993 08:33:44 +0000 (08:33 +0000)]
(x_iconify_frame): Handle case where frame was invisible.
Richard M. Stallman [Tue, 27 Jul 1993 08:32:33 +0000 (08:32 +0000)]
(main): Test LOCALTIME_CACHE.
Richard M. Stallman [Tue, 27 Jul 1993 08:32:05 +0000 (08:32 +0000)]
[MULTI_FRAME] (PURESIZE): Increased to 210000.
Richard M. Stallman [Tue, 27 Jul 1993 08:31:15 +0000 (08:31 +0000)]
(OLDXMENU_OPTIONS): Definition deleted.
Richard M. Stallman [Tue, 27 Jul 1993 07:51:55 +0000 (07:51 +0000)]
[USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.
Richard M. Stallman [Tue, 27 Jul 1993 07:25:54 +0000 (07:25 +0000)]
(search_buffer): If n is 0, just return POS.
Richard M. Stallman [Tue, 27 Jul 1993 05:51:39 +0000 (05:51 +0000)]
(dbx): For gud-break, send a file command and a stop command.
Richard M. Stallman [Tue, 27 Jul 1993 05:48:57 +0000 (05:48 +0000)]
Doc fixes.
Roland McGrath [Tue, 27 Jul 1993 00:37:13 +0000 (00:37 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 26 Jul 1993 21:27:16 +0000 (21:27 +0000)]
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman [Mon, 26 Jul 1993 20:04:19 +0000 (20:04 +0000)]
(font-menu-add-default): New function.
Richard M. Stallman [Mon, 26 Jul 1993 20:03:00 +0000 (20:03 +0000)]
(normal-top-level): Call font-menu-add-default.
Richard M. Stallman [Mon, 26 Jul 1993 19:14:26 +0000 (19:14 +0000)]
(Fset_window_buffer): Clear window_end_{pos,valid}.
Richard M. Stallman [Mon, 26 Jul 1993 18:40:03 +0000 (18:40 +0000)]
Comment fix.
Richard M. Stallman [Mon, 26 Jul 1993 18:38:23 +0000 (18:38 +0000)]
(Fsleep_for): If arg is 0, return right away.
Roland McGrath [Mon, 26 Jul 1993 18:32:07 +0000 (18:32 +0000)]
(read-expression-history): New defvar.
(eval-expression): Use it has history var in interactive spec.
Roland McGrath [Mon, 26 Jul 1993 17:37:11 +0000 (17:37 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 26 Jul 1993 07:31:11 +0000 (07:31 +0000)]
(kill-ring-save): Delete spurious `message' call.
(set-mark): If POS is nil, call deactivate-mark.
Richard M. Stallman [Mon, 26 Jul 1993 07:10:13 +0000 (07:10 +0000)]
(indent-c-exp): When previous line ends in comma,
use calculate-c-indent. Fix the "inner loop" to properly detect
a line that ends outside of comments and strings.
Richard M. Stallman [Mon, 26 Jul 1993 06:13:03 +0000 (06:13 +0000)]
(c++-mode-syntax-table): Handle C-style comments.
Richard M. Stallman [Mon, 26 Jul 1993 05:56:43 +0000 (05:56 +0000)]
(dired-readin-insert): If we got a list of files,
pass nil for WILDCARD arg to dired-insert-directory.
(dired-readin-insert): Don't use the "whole directory"
case if DIR-OR-LIST is a list.
Richard M. Stallman [Mon, 26 Jul 1993 05:55:40 +0000 (05:55 +0000)]
(insert-directory): Make sure default-directory is absolute.
(set-auto-mode): Fix backwards test involving inhibit-local-variables-regexps.
Richard M. Stallman [Mon, 26 Jul 1993 05:34:46 +0000 (05:34 +0000)]
(kbd_buffer_store_event): Apply all the modifiers bits
before testing for quit_char and stop_character. Don't alter
event->code, though.
(interrupt_signal): Tell Fdo_auto_save not to print msg.
Print "Auto-save done" here.
Richard M. Stallman [Sun, 25 Jul 1993 22:36:03 +0000 (22:36 +0000)]
(vc-backend-steal): Pass arg omitted in last change.
Richard M. Stallman [Sun, 25 Jul 1993 22:32:07 +0000 (22:32 +0000)]
(x-selection-timeout): Use 20000 as default.
Richard M. Stallman [Sun, 25 Jul 1993 22:01:06 +0000 (22:01 +0000)]
(MAXREQUEST): Defined.
(Fx_server_max_request_size): New function.
(syms_of_xfns): Set it up.
Richard M. Stallman [Sun, 25 Jul 1993 22:00:25 +0000 (22:00 +0000)]
(lisp_data_to_selection_data): New arg NOFREE_RET.
For a string, just return its data's address.
(x_handle_selection_request): Pass new arg.
If value comes back 1, don't call xfree.
Richard M. Stallman [Sun, 25 Jul 1993 21:50:16 +0000 (21:50 +0000)]
(redraw_previous_char): New function.
Richard M. Stallman [Sun, 25 Jul 1993 21:48:55 +0000 (21:48 +0000)]
Commented-out code added.
Richard M. Stallman [Sun, 25 Jul 1993 21:46:48 +0000 (21:46 +0000)]
Fix typo in previous change.
Richard M. Stallman [Sun, 25 Jul 1993 20:46:18 +0000 (20:46 +0000)]
(x-fixed-font-alist): Give some fonts long patterns.
Delete 9x15 bold and 8x13 and 8x13 bold. Add some fonts.
Richard M. Stallman [Sun, 25 Jul 1993 20:30:04 +0000 (20:30 +0000)]
(x-select-text): Never set the CLIPBOARD selection.
(x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
(x-cut-buffer-max): Set based on x-server-max-request-size.
Richard M. Stallman [Sun, 25 Jul 1993 06:35:25 +0000 (06:35 +0000)]
(getpwuid): Declare at top level, and not if __386bsd__.
Richard M. Stallman [Sun, 25 Jul 1993 06:34:47 +0000 (06:34 +0000)]
(LOCALTIME_CACHE): Defined.
(HAVE_SETSID): Defined.
(LIB_STANDARD): Override, adding $(GNULIB_VAR).
Richard M. Stallman [Sun, 25 Jul 1993 06:00:32 +0000 (06:00 +0000)]
(Fdo_auto_save): Temporarily clear Vquit_flag.
Richard M. Stallman [Sun, 25 Jul 1993 05:38:16 +0000 (05:38 +0000)]
(Fx_create_frame): Typo in previous change.
Richard M. Stallman [Sun, 25 Jul 1993 03:15:25 +0000 (03:15 +0000)]
(xscrollbar): Fix typo specifying doc string.
Jim Blandy [Sun, 25 Jul 1993 03:14:29 +0000 (03:14 +0000)]
Add size to geometry spec.
Specify sevenbit-strings in set print.
(xfloat): New command.
Richard M. Stallman [Sun, 25 Jul 1993 02:19:59 +0000 (02:19 +0000)]
(unrmail): Total rewrite.
Richard M. Stallman [Sun, 25 Jul 1993 02:19:47 +0000 (02:19 +0000)]
(rmail-output): New arg NOATTRIBUTE.
Richard M. Stallman [Sat, 24 Jul 1993 21:16:29 +0000 (21:16 +0000)]
(rmail-output-to-rmail-file): Set rmail-last-rmail-file
while reading the interactive args.
(rmail-output): Likewise, for rmail-last-file.
(rmail-output-to-rmail-file): Use default-file consistently.
Richard M. Stallman [Sat, 24 Jul 1993 20:20:22 +0000 (20:20 +0000)]
(rmail-last-rmail-file): Initialize to a file name.
(rmail): Don't set rmail-last-rmail-file.
(rmail-forward): Call rmail-start-mail for new frame
even if just one window.
(rmail-start-mail): Return what mail-other-frame returned.
Richard M. Stallman [Sat, 24 Jul 1993 18:42:33 +0000 (18:42 +0000)]
(occur): If no default, don't mention one.
Richard M. Stallman [Sat, 24 Jul 1993 17:35:02 +0000 (17:35 +0000)]
(Info-select-node): Run Info-selection-hook.
Richard M. Stallman [Sat, 24 Jul 1993 08:42:00 +0000 (08:42 +0000)]
(tar-parse-info, tar-header-offset, tar-superior-buffer)
(tar-superior-descriptor): Make them permanent locals.
(tar-mode): Call kill-all-local-variables.
Locally set enable-local-variables to nil.