]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Sun, 2 Jul 1995 08:13:28 +0000 (08:13 +0000)]
(iso-transl-char-map): Treat m, *m like u and *u.
Richard M. Stallman [Sun, 2 Jul 1995 07:26:01 +0000 (07:26 +0000)]
(mail-default-reply-to): Initialize to nil.
(mail-setup): Override it from env var if nil.
Richard M. Stallman [Sun, 2 Jul 1995 06:08:48 +0000 (06:08 +0000)]
(clip_changed): Variable deleted.
(prepare_menu_bars): Don't look at clip_changed.
(redisplay): Don't set clip_changed. Do set b's clip_changed.
(redisplay_window): Check clip_changed in current_buffer.
(mark_window_display_accurate): Clear clip_changed in the window's buffer.
(redisplay_window): Update individual window's mode line
if %c calls for an update.
(redisplay): Set update_mode_line for selected window only,
if it needs this because of %c.
Richard M. Stallman [Sun, 2 Jul 1995 06:07:43 +0000 (06:07 +0000)]
(struct buffer): New field clip_changed.
Richard M. Stallman [Sun, 2 Jul 1995 02:36:32 +0000 (02:36 +0000)]
(x_set_icon_type, x_set_icon_name): Don't ever remap the
frame window; changing the icon doesn't make it disappear.
Richard M. Stallman [Sun, 2 Jul 1995 00:08:34 +0000 (00:08 +0000)]
(Vspecial_event_map): New variable.
(syms_of_keyboard): Define Lisp var; init the map.
(read_char): Look up each event in Vspecial_event_map; if bound,
execute the binding here and read another event.
(keys_of_keyboard): Make bindings for iconify-frame,
make-frame-visible and delete-frame.
Richard M. Stallman [Sat, 1 Jul 1995 22:29:51 +0000 (22:29 +0000)]
(compute_char_face): Use Fsafe_length.
Richard M. Stallman [Sat, 1 Jul 1995 22:28:16 +0000 (22:28 +0000)]
(Fsafe_length): Declared.
Richard M. Stallman [Sat, 1 Jul 1995 22:27:40 +0000 (22:27 +0000)]
(Fsafe_length): New function.
(syms_of_fns): defsubr it.
Richard M. Stallman [Sat, 1 Jul 1995 21:48:13 +0000 (21:48 +0000)]
(shell-quote-argument): Don't do anything, on MS-DOS.
Richard M. Stallman [Sat, 1 Jul 1995 20:03:39 +0000 (20:03 +0000)]
Use sunos4shr normally for Sunos 4.1.[3-9].
(mips-mips-riscos5*): New alternative.
(bindir, datadir, sharedstatedir, libexecdir)
(mandir, infodir, archlibdir): Initializations deleted.
On hpux9, use hpux9-x11r4.h if we have X11R4.
On hpux9shr, use hpux9shxr4.h.
Added target mips-dec-mach_bsd4.3.
Richard M. Stallman [Sat, 1 Jul 1995 19:49:40 +0000 (19:49 +0000)]
Don't use sunos4shr.h; go back to 19.28 definition.
Richard M. Stallman [Sat, 1 Jul 1995 19:48:43 +0000 (19:48 +0000)]
(sigsetmask): Add #undef.
Richard M. Stallman [Sat, 1 Jul 1995 19:40:13 +0000 (19:40 +0000)]
(talk-disconnect): Make it interactive.
(talk-add-display): Ignore dead buffers and deleted frames.
Richard M. Stallman [Sat, 1 Jul 1995 19:21:49 +0000 (19:21 +0000)]
(describe-face): New function.
(make-face-x-resource-internal): Give special meanings
to font "names" `italic', `bold', and `bold-italic'.
Richard M. Stallman [Sat, 1 Jul 1995 05:02:09 +0000 (05:02 +0000)]
(LIBXMU): New definitions (two alternative ones).
Richard M. Stallman [Sat, 1 Jul 1995 00:33:52 +0000 (00:33 +0000)]
(sendmail-send-it): If mail-from-style is parens,
don't escape all parentheses; escape only the nonmatching ones.
Richard M. Stallman [Fri, 30 Jun 1995 23:43:45 +0000 (23:43 +0000)]
(Man-underline-face): Doc fix.
Geoff Voelker [Fri, 30 Jun 1995 21:18:40 +0000 (21:18 +0000)]
Win95 requires carriage returns in batch files.
Geoff Voelker [Fri, 30 Jun 1995 21:15:55 +0000 (21:15 +0000)]
(CANNOT_DUMP): Undefined.
Geoff Voelker [Fri, 30 Jun 1995 21:15:19 +0000 (21:15 +0000)]
(get_section_info): Set the end of the data region
to be just before the start of the shared library data.
(read_in_bss): Read directly into memory.
(map_in_heap): Read directly into memory if unable to map.
Geoff Voelker [Fri, 30 Jun 1995 21:14:56 +0000 (21:14 +0000)]
(EMACS) [win95]: Removed.
(TLASTLIB): Defined.
(TEMACS): Use TLASTLIB.
Geoff Voelker [Fri, 30 Jun 1995 21:14:06 +0000 (21:14 +0000)]
Include config.h.
(syspage_mask, real_data_region_end): Defined.
(allocate_heap) [WINDOWS95]: Reverse conditional, end search at 0xD00000.
(sbrk): Commit and uncommit memory in machine dependent
page size chunks.
Geoff Voelker [Fri, 30 Jun 1995 21:12:37 +0000 (21:12 +0000)]
(PASSWD_FIELD_SIZE): Defined.
(the_passwd_name, the_passwd_passwd, the_passwd_gecos,
the_passwd_dir, the_passwd_shell, getpwuid): Use PASSWD_FIELD_SIZE.
(get_emacs_configuration): Check if processor macros are defined.
Richard M. Stallman [Fri, 30 Jun 1995 21:04:38 +0000 (21:04 +0000)]
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN)
(PTY_TTY_NAME_SPRINTF): New definitions.
Richard M. Stallman [Fri, 30 Jun 1995 20:57:55 +0000 (20:57 +0000)]
(LIBX11_SYSTEM): Add undef.
Richard M. Stallman [Fri, 30 Jun 1995 20:27:28 +0000 (20:27 +0000)]
(define-mail-alias): Doc fix.
Richard M. Stallman [Fri, 30 Jun 1995 17:45:19 +0000 (17:45 +0000)]
(rmail-find-all-files): Bind case-fold-search.
(rmail-summary-by-sender): Autoload this.
(rmail-mode-map): Add rmail-summary-by-senders.
Richard M. Stallman [Fri, 30 Jun 1995 17:31:31 +0000 (17:31 +0000)]
(sendmail-send-it): If user-full-name contains
special characters, quote or escape them for the From: line.
Richard M. Stallman [Fri, 30 Jun 1995 10:38:19 +0000 (10:38 +0000)]
[SOLARIS] (LIBS_MACHINE): Move this out of the SOLARIS2_4 conditional.
Richard M. Stallman [Fri, 30 Jun 1995 05:54:07 +0000 (05:54 +0000)]
(mail-resolve-all-aliases-1):
Downcase address before recursive call.
Richard M. Stallman [Fri, 30 Jun 1995 05:12:56 +0000 (05:12 +0000)]
(x-colors): Doc fix.
Richard M. Stallman [Fri, 30 Jun 1995 01:10:20 +0000 (01:10 +0000)]
(main) [MAIL_USE_POP]: When a user specifies a
mailbox with "po:mailbox", the mailbox is everything after the "po:" prefix.
Richard M. Stallman [Fri, 30 Jun 1995 01:07:22 +0000 (01:07 +0000)]
(ange-ftp-normal-login): if ange-ftp-smart-gateway
is set but ange-ftp-gateway-host is nil, use user@host proxy protocol.
Richard M. Stallman [Fri, 30 Jun 1995 00:23:08 +0000 (00:23 +0000)]
(display-time-filter): Move run-hooks inside let.
Richard M. Stallman [Thu, 29 Jun 1995 23:13:19 +0000 (23:13 +0000)]
(ielm-font-lock-keywords): New variable
(inferior-emacs-lisp-mode): Use it for font-lock support
Richard M. Stallman [Thu, 29 Jun 1995 22:37:56 +0000 (22:37 +0000)]
(auto-mode-alist): Make archive-mode the default for
.arc, .lzh, .zip, and .zoo files.
Richard M. Stallman [Thu, 29 Jun 1995 22:36:57 +0000 (22:36 +0000)]
(archive-mode): Add autoload cookie.
Richard M. Stallman [Thu, 29 Jun 1995 22:19:13 +0000 (22:19 +0000)]
(mouse-selection-click-count-buffer): New variable.
(mouse-drag-region): Set it.
(mouse-save-then-kill): Test it.
Richard M. Stallman [Thu, 29 Jun 1995 21:51:12 +0000 (21:51 +0000)]
Include aix3-2.h, not aix3-2-5.h.
Richard M. Stallman [Thu, 29 Jun 1995 21:35:08 +0000 (21:35 +0000)]
(find-tag): Delete the menu-enable property.
Richard M. Stallman [Thu, 29 Jun 1995 18:57:15 +0000 (18:57 +0000)]
(Info-goto-node, Info-search):
In Transient Mark mode, deactivate the mark.
Richard M. Stallman [Thu, 29 Jun 1995 18:43:24 +0000 (18:43 +0000)]
(single_submenu): Handle commands appearing directly in the menu bar.
Richard M. Stallman [Thu, 29 Jun 1995 17:32:59 +0000 (17:32 +0000)]
(XTread_socket): Turn off meta, super, hyper and alt bits
in the arg for XLookupKey.
(x_display_bar_cursor, x_display_box_cursor):
Don't alter curs_x or curs_y here.
(x_display_cursor): Copy them from the frame cursor here.
(x_update_cursor): New function.
(frame_highlight, frame_unhighlight): Use x_update_cursor.
Richard M. Stallman [Thu, 29 Jun 1995 17:30:50 +0000 (17:30 +0000)]
(child_setup): Don't get confused if in == err.
Richard M. Stallman [Thu, 29 Jun 1995 03:21:26 +0000 (03:21 +0000)]
(current-fill-column): If fill-column is nil, return nil.
Richard M. Stallman [Thu, 29 Jun 1995 03:18:29 +0000 (03:18 +0000)]
(do-auto-fill): No-op if (current-fill-column) is nil.
Richard M. Stallman [Thu, 29 Jun 1995 03:11:37 +0000 (03:11 +0000)]
Make more menu-enables check (not buffer-read-only).
Add minibuffer local menu bar menus.
Richard M. Stallman [Thu, 29 Jun 1995 02:59:20 +0000 (02:59 +0000)]
Put isearch before menu-bar.
Richard M. Stallman [Thu, 29 Jun 1995 02:52:50 +0000 (02:52 +0000)]
(sc-electric-mode-map): Bind f1 and help like C-h.
Richard M. Stallman [Thu, 29 Jun 1995 02:50:52 +0000 (02:50 +0000)]
Bind f1 and help like C-h.
Richard M. Stallman [Thu, 29 Jun 1995 02:50:01 +0000 (02:50 +0000)]
(make-help-screen): Handle help-event-list.
Handle backspace like delete.
Richard M. Stallman [Thu, 29 Jun 1995 02:23:21 +0000 (02:23 +0000)]
(ediff-setup-keymap): Bind f1 and help like C-h.
Richard M. Stallman [Thu, 29 Jun 1995 02:19:45 +0000 (02:19 +0000)]
(edt-setup-default-bindings): Bind f1 and help like C-h.
Richard M. Stallman [Thu, 29 Jun 1995 01:44:57 +0000 (01:44 +0000)]
[MACH]: Include a.out.h.
[MACH] (STYP_INIT, _RDATA, STYP_RDATA, _SDATA, STYP_SDATA): Defined.
[MACH] (_SBSS, STYP_SBSS, HDRR, pHDRR): New definitions.
(unexec): Add MACH conditionals.
Richard M. Stallman [Thu, 29 Jun 1995 01:40:18 +0000 (01:40 +0000)]
[MACH]: Use built-in alloca, set START_FILES.
Richard M. Stallman [Thu, 29 Jun 1995 01:39:56 +0000 (01:39 +0000)]
Initial revision
Richard Kenner [Wed, 28 Jun 1995 21:57:23 +0000 (21:57 +0000)]
(AIX4): More robust release numbering discovery.
Richard M. Stallman [Wed, 28 Jun 1995 21:25:06 +0000 (21:25 +0000)]
(electric-c++-terminator): Fix logic for handling colon.
Richard M. Stallman [Wed, 28 Jun 1995 20:10:12 +0000 (20:10 +0000)]
Make all error messages start with `Error: '.
(fatal_error, perror_1): New functions, use throughout.
Richard M. Stallman [Wed, 28 Jun 1995 19:37:59 +0000 (19:37 +0000)]
(LIB_MOTIF): Defined.
Richard M. Stallman [Wed, 28 Jun 1995 10:41:05 +0000 (10:41 +0000)]
Update copyright year in message.
Richard M. Stallman [Wed, 28 Jun 1995 10:05:35 +0000 (10:05 +0000)]
(term_init): Alternative error messages for TERMCAP/TERMINFO.
Richard M. Stallman [Wed, 28 Jun 1995 10:02:03 +0000 (10:02 +0000)]
(server-process-filter): Detect error messages from server.
Richard M. Stallman [Wed, 28 Jun 1995 09:39:00 +0000 (09:39 +0000)]
(echo_area_display): Don't set FRAME_CURSOR_... here.
(redisplay): In the "point hasn't moved" shortcut,
make sure that the cursor is in the right window already.
Richard M. Stallman [Wed, 28 Jun 1995 09:38:18 +0000 (09:38 +0000)]
(update_frame): Pretend cursor is in echo area
rather than put it in a minuffer hidden by the echo area.
Paul Eggert [Wed, 28 Jun 1995 01:47:55 +0000 (01:47 +0000)]
(CVSROOT, repository): Allow remote repositories a la CVS 1.4.
Richard M. Stallman [Wed, 28 Jun 1995 00:26:25 +0000 (00:26 +0000)]
(LIBXMU): New definition.
Richard M. Stallman [Tue, 27 Jun 1995 22:59:00 +0000 (22:59 +0000)]
(edt-emulation-on): Check window-system for x, specifically.
Tom Tromey [Tue, 27 Jun 1995 20:12:00 +0000 (20:12 +0000)]
(tcl-type-alist): More itcl changes.
Tom Tromey [Tue, 27 Jun 1995 20:06:05 +0000 (20:06 +0000)]
More changes for itcl.
Bug fixes for Emacs 19.29.
Tom Tromey [Tue, 27 Jun 1995 20:01:29 +0000 (20:01 +0000)]
(tcl-set-proc-regexp): Allow leading spaces.
(tcl-proc-list): Changes for itcl.
(tcl-typeword-list): Ditto.
(tcl-keyword-list): Ditto.
Richard M. Stallman [Tue, 27 Jun 1995 19:06:15 +0000 (19:06 +0000)]
(vc-consult-rcs-headers): Use an even more
pedantic regexp to match RCS time strings. Improved
efficiency by using looking-at instead of re-search "\\=...
Richard M. Stallman [Tue, 27 Jun 1995 19:03:51 +0000 (19:03 +0000)]
(LIBXMU): New macro.
(LIBXT): Use LIBXMU.
Richard M. Stallman [Tue, 27 Jun 1995 18:58:26 +0000 (18:58 +0000)]
(newline): Put point at right place if insert gets error.
Richard M. Stallman [Tue, 27 Jun 1995 17:05:29 +0000 (17:05 +0000)]
(ediff-control-frame-parameters): Specify user-position.
Francesco Potortì [Tue, 27 Jun 1995 14:21:23 +0000 (14:21 +0000)]
* etags.c (plain_C_entries): new function.
(lowcase): new macro.
(tail, Fortran_functions, Pascal_functions): use new macro lowcase.
(lang_suffixes): new suffix ".pc" for Pro*C files.
(consider_token): don't tag all tokens beginning with DEFUN & Co..
(tail): look for the end of the token when comparing.
(takeprec): since now tail behaves differently, use strneq.
Richard M. Stallman [Tue, 27 Jun 1995 10:05:39 +0000 (10:05 +0000)]
(command-line): Extract arg value properly for -u.
Richard M. Stallman [Tue, 27 Jun 1995 10:05:22 +0000 (10:05 +0000)]
(imenu-choose-buffer-index): Understand that (menu-bar)
doesn't specify a window.
Richard M. Stallman [Tue, 27 Jun 1995 06:52:56 +0000 (06:52 +0000)]
(lambda): Doc fix.
Richard M. Stallman [Tue, 27 Jun 1995 06:23:43 +0000 (06:23 +0000)]
(imenu-use-keymap-menu): New variable.
(imenu-auto-rescan): New variable.
(imenu-auto-rescan-maxout): New variable.
(imenu-generic-expression): Doc changes.
(imenu-generic-lisp-expression): New variable.
(imenu-generic-c-expression): New variable.
(imenu-example--generic-c++-expression): Changed the name to
imenu-generic-c++-expression.
(imenu-example--generic-texinfo-expression): Changed the name to
imenu-generic-texinfo-expression.
(imenu-example--generic-latex-expression): Changed the name to
imenu-generic-latex-expression.
(imenu--scanning-method-alist): New variable.
(imenu--split-menu): Changed it to make the title "Index menu"
instead of "Function menus".
(imenu--make-index-alist): Changed to handle auto rescan.
(imenu--create-keymap-2): New function to create a keymap.
(imenu--create-keymap-1): New function.
(imenu--in-alist): New function.
(imenu-default-create-index-function): Changed to handle
imenu--scanning-method-alist).
(imenu--generic-extract-name): Removed.
(imenu--generic-function): Rewritten to handle submenus.
(imenu--mouse-menu): Changed to handle keymaps.
Richard M. Stallman [Mon, 26 Jun 1995 23:42:30 +0000 (23:42 +0000)]
(vc-start-entry): Prevent lossage when doing a mass checkin from
a VC-dired buffer (Andre Spiegel's code change was slightly wrong).
Richard M. Stallman [Mon, 26 Jun 1995 23:20:05 +0000 (23:20 +0000)]
(remote-shell-program): Fix typo checking /usr/bin/remsh.
Richard M. Stallman [Mon, 26 Jun 1995 20:51:15 +0000 (20:51 +0000)]
(vc-consult-rcs-headers): Handle the new time
string formats of RCS 5.7.
Richard M. Stallman [Mon, 26 Jun 1995 20:45:48 +0000 (20:45 +0000)]
(view-file-other-window): Re-add missing argument to
switch-to-buffer-other-window.
(view-mode-map): Leave C-c alone!
(view-mode): Doc fix.
Richard M. Stallman [Mon, 26 Jun 1995 20:28:33 +0000 (20:28 +0000)]
(main): Add newline in usage message.
Richard M. Stallman [Mon, 26 Jun 1995 19:25:26 +0000 (19:25 +0000)]
Clarify need for user-position to get left and top obeyed.
Richard M. Stallman [Mon, 26 Jun 1995 17:04:47 +0000 (17:04 +0000)]
(Fsplit_window): Nicer error if split size is too small.
Simon Marshall [Mon, 26 Jun 1995 12:35:50 +0000 (12:35 +0000)]
Specify all Font Lock keywords in font-lock-defaults.
Simon Marshall [Mon, 26 Jun 1995 11:55:25 +0000 (11:55 +0000)]
Specify in font-lock-defaults/font-lock-defaults-alist which keywords we can
use based on font-lock-maximum-decoration.
Richard M. Stallman [Mon, 26 Jun 1995 07:42:34 +0000 (07:42 +0000)]
(../info/ediff, ediff.dvi): New targets.
(INFO_TARGETS, DVI_TARGETS): Add those new targets.
Richard M. Stallman [Mon, 26 Jun 1995 04:39:42 +0000 (04:39 +0000)]
(init_cmdargs): Make Vinvocation_directory
absolute if it isn't already.
Richard M. Stallman [Mon, 26 Jun 1995 03:54:38 +0000 (03:54 +0000)]
(overlays_in): New function.
(Foverlays_in): New function.
(syms_of_buffer): defsubr it.
Richard M. Stallman [Mon, 26 Jun 1995 03:49:46 +0000 (03:49 +0000)]
(Fx_open_connection, x_display_info_for_name):
Error if window-system is not x.
Richard M. Stallman [Mon, 26 Jun 1995 03:49:20 +0000 (03:49 +0000)]
(Fdelete_frame): It's ok to have no minibuffer left on
a kboard if there are no frames on it either.
Richard M. Stallman [Sun, 25 Jun 1995 19:05:32 +0000 (19:05 +0000)]
(next_frame, prev_frame): Consider only frames on same kbd.
(Fdelete_frame): If next_frame finds nothing, try an alternative.
Richard M. Stallman [Sun, 25 Jun 1995 18:57:25 +0000 (18:57 +0000)]
(Fopen_network_stream): Sleep 1 sec before connect retry.
Richard M. Stallman [Sun, 25 Jun 1995 03:06:56 +0000 (03:06 +0000)]
(rmail-revert): Use the default revert-buffer-function
Richard M. Stallman [Sat, 24 Jun 1995 23:40:14 +0000 (23:40 +0000)]
(main): Fix --help message.
Richard M. Stallman [Sat, 24 Jun 1995 18:43:39 +0000 (18:43 +0000)]
(mkdir): Use symbolic chmod.
(SUBDIR_MAKEFILES):
Add man/Makefile, so `make distclean' removes it.
(top_distclean): Add config.log to the list of files to be removed.