]>
git.eshelyaron.com Git - emacs.git/log
Richard M. Stallman [Wed, 3 Jan 1996 18:36:29 +0000 (18:36 +0000)]
(mail-header-separator): Don't put on read-only property.
Richard M. Stallman [Wed, 3 Jan 1996 15:05:35 +0000 (15:05 +0000)]
Discuss djgpp version; eliminate mention of Simtel.
Richard M. Stallman [Wed, 3 Jan 1996 15:04:26 +0000 (15:04 +0000)]
Say djgpp v2 doesn't work.
Karl Heuer [Wed, 3 Jan 1996 04:23:26 +0000 (04:23 +0000)]
(main): Do chmod based on existing permission.
Richard M. Stallman [Tue, 2 Jan 1996 23:04:42 +0000 (23:04 +0000)]
(x-colors): New variable, a list of colors
supported by PC color displays under MS-DOS.
(msdos-color-translate): Use `x-colors'.
(x-defined-colors): New alternate definition.
Richard M. Stallman [Tue, 2 Jan 1996 23:04:06 +0000 (23:04 +0000)]
(facemenu-read-color, list-colors-display)
(facemenu-get-face): Treat all non-nil window-system values alike.
(facemenu-color-equal): Special case for MSDOS.
Erik Naggum [Tue, 2 Jan 1996 19:11:31 +0000 (19:11 +0000)]
(Fkill_buffer): Delete buffer from Vbuffer_alist after replacing it.
Richard M. Stallman [Tue, 2 Jan 1996 17:03:24 +0000 (17:03 +0000)]
(Man-mode-map): Delete `toggle-truncate-lines' binding.
Richard M. Stallman [Tue, 2 Jan 1996 16:35:13 +0000 (16:35 +0000)]
(xterm-mouse-translate, xterm-mouse-event):
Variable `last' renamed to `xterm-mouse-last'.
(xterm-mouse-last): Add defvar.
Richard M. Stallman [Tue, 2 Jan 1996 08:57:04 +0000 (08:57 +0000)]
(sendmail-send-it): Make deletion of empty subject line work reliably.
Richard M. Stallman [Tue, 2 Jan 1996 08:55:11 +0000 (08:55 +0000)]
(replace_buffer_in_all_windows): New function.
Like Freplace_buffer_in_windows but really does all frames.
Richard M. Stallman [Tue, 2 Jan 1996 08:54:40 +0000 (08:54 +0000)]
(Fkill_buffer): Use replace_buffer_in_all_windows.
Richard M. Stallman [Tue, 2 Jan 1996 06:35:43 +0000 (06:35 +0000)]
(tmm-prompt): Major cleanups. Handle pop-menu case nicely.
Arg BIND renamed to MENU.
Look at MENU to decide whether it is a keymap.
Arg IN-POPUP now used only in recursive call.
Use "Menu bar" as the default menu name.
Delete some debugging code.
Richard M. Stallman [Tue, 2 Jan 1996 05:59:20 +0000 (05:59 +0000)]
(tmm-menubar-mouse): New function, handles [menu-bar mouse-1].
(tmm-menubar): New arg x-position.
(tmm-prompt): New arg default-item specifies item to offer by default.
Richard M. Stallman [Tue, 2 Jan 1996 01:16:39 +0000 (01:16 +0000)]
(normal-top-level): Add ~ at end of auto-save-list-file-prefix.
Richard M. Stallman [Mon, 1 Jan 1996 23:53:33 +0000 (23:53 +0000)]
(convert-standard-filename): New alternate definition.
Richard M. Stallman [Mon, 1 Jan 1996 23:50:19 +0000 (23:50 +0000)]
(auto-save-list-file-prefix): Under MS-DOS, use `.s-'.
(normal-top-level): Under MS-DOS, use `make-temp-name' to produce
a unique `auto-save-list-file-name' (PID is not unique enough).
(command-line-1): Delete explicit test for msdos and windowsnt;
test just `window-system'.
(command-line-x-option-alist): Use x-handle-geometry for geometry options.
Richard M. Stallman [Mon, 1 Jan 1996 23:47:49 +0000 (23:47 +0000)]
(cpp-config-file): New variable.
(cpp-edit-load): Use `cpp-config-file'.
(cpp-edit-save): Use `cpp-config-file'.
Richard M. Stallman [Mon, 1 Jan 1996 23:46:11 +0000 (23:46 +0000)]
(save-completions-file-name): Use convert-standard-filename.
Richard M. Stallman [Mon, 1 Jan 1996 23:43:19 +0000 (23:43 +0000)]
(abbrev-file-name): Use convert-standard-filename.
Richard M. Stallman [Mon, 1 Jan 1996 23:41:30 +0000 (23:41 +0000)]
(save-place-file): Use convert-standard-filename.
Richard M. Stallman [Mon, 1 Jan 1996 23:40:10 +0000 (23:40 +0000)]
(vip-startup-file): New variable.
(vip-mode): Use `vip-startup-file' for the startup file name.
Richard M. Stallman [Mon, 1 Jan 1996 23:36:51 +0000 (23:36 +0000)]
(vip-custom-file-name): Use convert-standard-filename.
Richard M. Stallman [Mon, 1 Jan 1996 23:33:55 +0000 (23:33 +0000)]
(ffap-list-env): Use `path-separator' rather than ":".
Richard M. Stallman [Mon, 1 Jan 1996 23:32:07 +0000 (23:32 +0000)]
(dired-local-variables-file): Use convert-standard-filename.
Richard M. Stallman [Mon, 1 Jan 1996 22:51:51 +0000 (22:51 +0000)]
(abbrev-file-name): Drive letter can go beyond `Z' under MS-DOS/Novell.
(auto-mode-alist): Support txt and txi like text and texi.
(backup-buffer): Use convert-standard-filename.
(basic-save-buffer-1): Make the name of the temporary file (where
precious files are saved) conform to MS-DOS 8+3 constraints.
(convert-standard-filename): New function.
Richard M. Stallman [Sun, 31 Dec 1995 19:49:39 +0000 (19:49 +0000)]
(Ffile_readable_p) [MSDOS]: Use access rather than open.
Richard M. Stallman [Sun, 31 Dec 1995 19:21:18 +0000 (19:21 +0000)]
(install-arch-indep): Give all files read permission.
Richard M. Stallman [Sun, 31 Dec 1995 19:19:25 +0000 (19:19 +0000)]
(auto-compression-mode): Add `interactive'.
Put \-newline in doc string.
(toggle-auto-compression): New arg MESSAGE. Don't use interactive-p.
Richard M. Stallman [Sun, 31 Dec 1995 19:15:18 +0000 (19:15 +0000)]
(xlwMenuActionsList): Add "key" and "nothing".
(xlwMenuTranslations): Add translations for Key, KeyUp,
and for the modifier keysyms.
(Nothing, Key): New functions.
(XlwMenuSetValues): Do redisplay if non-null contents
get replaced by empty contents.
Richard M. Stallman [Sun, 31 Dec 1995 19:10:03 +0000 (19:10 +0000)]
(XTread_socket): Pass KeyPress events to the toolkit.
Make the OTHER label exist unconditionally, and make the gotos
unconditional when that is convenient.
Richard M. Stallman [Sun, 31 Dec 1995 16:09:45 +0000 (16:09 +0000)]
(hexl-mode): Don't call kill-all-local-variables.
Save write-contents-hooks, require-final-newline, the syntax table.
Use make-local-hook for change-major-mode-hook.
(hexl-mode-exit): Restore those vars; remove our local hooks.
Richard M. Stallman [Sun, 31 Dec 1995 00:10:18 +0000 (00:10 +0000)]
Doc fixes.
(ff-get-file): Use get-file-buffer to avoid false match.
(ff-switch-to-buffer): Rename arg FILE to BUFFER-OR-NAME.
Karl Fogel [Sat, 30 Dec 1995 19:52:40 +0000 (19:52 +0000)]
Removed all `bookmark-xemacsp' conditional code relating to menus. Do
";;;###autoloads" the as they were done in 2.6.13.
(bookmark-version): new var, set to 2.6.19.
(baud-rate): set to 19200 if not already bound.
(bookmark-make): don't call `set-text-properties' on a Lisp string if
this is XEmacs, because it won't work.
(buffer-substring-no-properties): if this is not fboundp, then fset it
to `buffer-substring-without-properties'.
Richard M. Stallman [Sat, 30 Dec 1995 16:44:15 +0000 (16:44 +0000)]
(lpr-page-header-switches, lpr-headers-switches): Doc fixes.
Richard M. Stallman [Sat, 30 Dec 1995 15:58:49 +0000 (15:58 +0000)]
Explain style of "done" messages.
Roland McGrath [Sat, 30 Dec 1995 12:01:44 +0000 (12:01 +0000)]
(${etc}DOC): Remove spurious `cd' command line.
Richard M. Stallman [Fri, 29 Dec 1995 21:09:34 +0000 (21:09 +0000)]
(x-handle-switch, x-handle-numeric-switch)
(x-handle-args): Use command-line-x-option-alist.
(x-option-alist, x-switch-definitions, x-long-option-alist): Deleted.
Erik Naggum [Fri, 29 Dec 1995 20:49:46 +0000 (20:49 +0000)]
(vc-backend-checkin): Use vc-checkin-switches.
Richard M. Stallman [Fri, 29 Dec 1995 20:00:39 +0000 (20:00 +0000)]
(command-line-x-option-alist): New variable.
(command-line-1): Ignore X options when not using X.
Richard M. Stallman [Fri, 29 Dec 1995 17:59:11 +0000 (17:59 +0000)]
(dired): Fix typo.
Richard M. Stallman [Fri, 29 Dec 1995 05:47:49 +0000 (05:47 +0000)]
(auto-compression-mode): This is now a stub function
that calls toggle-auto-compression, and is put bodily into loaddefs.el.
(toggle-auto-compression): Renamed from auto-compression-mode.
Not autloaded.
Richard M. Stallman [Fri, 29 Dec 1995 04:14:10 +0000 (04:14 +0000)]
(ps-do-despool): Alternative output method for MSDOS.
Richard M. Stallman [Fri, 29 Dec 1995 03:36:35 +0000 (03:36 +0000)]
(make-auto-save-file-name): Make name always end in #,
i.e. overwrite third char in extension if required.
Richard M. Stallman [Thu, 28 Dec 1995 23:58:12 +0000 (23:58 +0000)]
(x_find_modifier_meanings): Fix !X11R4 code to use dpyinfo.
Richard M. Stallman [Thu, 28 Dec 1995 23:36:50 +0000 (23:36 +0000)]
(ls-lisp-support-shell-wildcards): New variable.
(insert-directory): Convert the filename wildcard to an equivalent
Emacs regexp, when `ls-lisp-support-shell-wildcards' is non-nil.
Handle file patterns like "/foo*/" as if it were "/foo*", like the
shell would. Print zero total for files whose total size is
exactly zero (in particular, for no files at all). Say "No match"
when no files match the given wildcard.
(ls-lisp-format): Make directory listing format more like POSIX ls.
Richard M. Stallman [Thu, 28 Dec 1995 23:28:35 +0000 (23:28 +0000)]
(getloadavg) [MSDOS]: Return 0 load instead of failing the call.
Richard M. Stallman [Thu, 28 Dec 1995 23:14:23 +0000 (23:14 +0000)]
(main): Call syms_of_xmenu if and only if HAVE_MENUS.
Richard M. Stallman [Thu, 28 Dec 1995 22:43:24 +0000 (22:43 +0000)]
(C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Add options to specify /usr/lib/X11R5 and /usr/include/X11R5.
Richard M. Stallman [Thu, 28 Dec 1995 19:24:16 +0000 (19:24 +0000)]
(wildcard-to-regexp): New function.
(recover-session): Bind ls-lisp-support-shell-wildcards to t.
Richard M. Stallman [Thu, 28 Dec 1995 16:48:52 +0000 (16:48 +0000)]
(Fmessage_box, Fmessage_or_box):
HAVE_X_MENU renamed to HAVE_MENUS. Doc fixes.
Edward M. Reingold [Wed, 27 Dec 1995 17:36:12 +0000 (17:36 +0000)]
Replaced all uses of get-file-buffer with find-buffer-visiting.
Edward M. Reingold [Wed, 27 Dec 1995 17:33:27 +0000 (17:33 +0000)]
Put date on top of other-calendars menu.
Edward M. Reingold [Wed, 27 Dec 1995 17:29:28 +0000 (17:29 +0000)]
Fix autoloads.
Edward M. Reingold [Wed, 27 Dec 1995 17:21:34 +0000 (17:21 +0000)]
Rewrote completely for better accuracy.
Richard M. Stallman [Wed, 27 Dec 1995 14:10:19 +0000 (14:10 +0000)]
(install): Turn on read/execute permission.
Richard M. Stallman [Tue, 26 Dec 1995 19:43:51 +0000 (19:43 +0000)]
(mouse-menu-buffer-maxlen): New variable.
(mouse-buffer-menu): Use it.
Richard M. Stallman [Tue, 26 Dec 1995 19:11:18 +0000 (19:11 +0000)]
(buffers-menu-max-size): Move definition to top of file.
Richard M. Stallman [Tue, 26 Dec 1995 19:07:21 +0000 (19:07 +0000)]
Remove junk accidentally inserted in previous change.
Richard M. Stallman [Tue, 26 Dec 1995 04:56:42 +0000 (04:56 +0000)]
Initial revision
Richard M. Stallman [Tue, 26 Dec 1995 04:43:32 +0000 (04:43 +0000)]
(mouse-buffer-menu): If lots of buffers, group them into multiple panes.
Richard M. Stallman [Tue, 26 Dec 1995 04:41:21 +0000 (04:41 +0000)]
(check_x_display_info, check_x_frame, x_set_font)
(Fx_list_fonts): Fix error messages.
(have_menus_p): Renamed from using_x_p.
Richard M. Stallman [Tue, 26 Dec 1995 04:39:17 +0000 (04:39 +0000)]
(have_menus_p): Renamed from using_x_p.
Richard M. Stallman [Tue, 26 Dec 1995 04:38:27 +0000 (04:38 +0000)]
When turning on default settings,
preserve iso-accents-enable if it's already set.
Richard M. Stallman [Tue, 26 Dec 1995 04:37:05 +0000 (04:37 +0000)]
(read_char_x_menu_prompt): HAVE_X_MENU renamed to HAVE_MENUS.
(Fexecute_extended_command): Nice error if empty cmd name.
Richard M. Stallman [Tue, 26 Dec 1995 04:35:42 +0000 (04:35 +0000)]
(LIBXMU): Replace previous change.
Bring back the old definition, but conditionalize on ! HAVE_X11R6.
Richard M. Stallman [Tue, 26 Dec 1995 04:34:05 +0000 (04:34 +0000)]
(Fy_or_n_p, Fyes_or_no_p): using_x_p renamed to have_menus_p.
HAVE_X_MENU renamed to HAVE_MENUS.
Richard M. Stallman [Tue, 26 Dec 1995 04:33:01 +0000 (04:33 +0000)]
(NULL): #undef deleted.
Richard M. Stallman [Tue, 26 Dec 1995 00:22:04 +0000 (00:22 +0000)]
(XMenuActivate): Make sure the menu title is always
displayed with `msdos-menu-active-face', no matter where the mouse pointer is.
Richard M. Stallman [Tue, 26 Dec 1995 00:20:53 +0000 (00:20 +0000)]
(Ffile_attributes) [MSDOS]: Remove special detection of
MS-DOS executable files by filename extension (library `stat' does
this itself now).
Richard M. Stallman [Mon, 25 Dec 1995 21:07:12 +0000 (21:07 +0000)]
(vc-revert-buffer1): Pass t as preserve-modes to revert-buffer.
Richard M. Stallman [Mon, 25 Dec 1995 21:05:31 +0000 (21:05 +0000)]
(revert-buffer): New arg preserve-modes.
(after-find-file): New arg nomodes.
Richard M. Stallman [Mon, 25 Dec 1995 21:03:10 +0000 (21:03 +0000)]
(hide-ifdefs): Set hif-outside-read-only here.
Richard M. Stallman [Mon, 25 Dec 1995 20:44:18 +0000 (20:44 +0000)]
Many doc fixes.
(hide-ifdefs): New arg NOMSG.
(hif-before-revert-function): New function. Put on after-revert-hook.
Richard M. Stallman [Mon, 25 Dec 1995 19:14:56 +0000 (19:14 +0000)]
(split-window-vertically): Don't change point in old
window if both the original point and the end of the buffer are
visible after splitting, when split-window-keep-point is nil.
Richard M. Stallman [Mon, 25 Dec 1995 18:50:01 +0000 (18:50 +0000)]
Changed interactive spec N.
Richard M. Stallman [Mon, 25 Dec 1995 18:46:17 +0000 (18:46 +0000)]
Fix error message style.
(vc-backend-checkout, vc-backend-checkin):
Allow vc-checkin-switches to be a string.
Richard M. Stallman [Mon, 25 Dec 1995 18:45:37 +0000 (18:45 +0000)]
(uniquify-fix-list-filename-lessp): Renamed from uniquify-filename-sort.
Richard M. Stallman [Mon, 25 Dec 1995 01:49:18 +0000 (01:49 +0000)]
Comment change.
Richard M. Stallman [Mon, 25 Dec 1995 01:48:17 +0000 (01:48 +0000)]
(HAVE_MENUS): Defined.
Richard M. Stallman [Mon, 25 Dec 1995 01:47:56 +0000 (01:47 +0000)]
(have_menus_p): Defined.
Richard M. Stallman [Mon, 25 Dec 1995 01:43:07 +0000 (01:43 +0000)]
(makefile-add-log-defun): Rewrite to scan back
checking one line at a time. Notice blank lines and comments.
Richard M. Stallman [Mon, 25 Dec 1995 01:24:56 +0000 (01:24 +0000)]
(XOBJ, LIBXMENU, $(OLDXMENU), really-oldXMenu):
HAVE_X_MENU renamed to HAVE_MENUS.
Richard M. Stallman [Mon, 25 Dec 1995 01:23:18 +0000 (01:23 +0000)]
Determine HAVE_X11R6.
(HAVE_MENUS): Renamed from HAVE_X_MENU.
Richard M. Stallman [Mon, 25 Dec 1995 01:21:56 +0000 (01:21 +0000)]
(HAVE_MENUS): Renamed from HAVE_X_MENU.
Richard M. Stallman [Mon, 25 Dec 1995 00:33:14 +0000 (00:33 +0000)]
(Fcall_interactively): Undo previous change.
Richard M. Stallman [Mon, 25 Dec 1995 00:29:49 +0000 (00:29 +0000)]
(Fcommand_execute): Undo previous change.
Richard M. Stallman [Sun, 24 Dec 1995 23:39:48 +0000 (23:39 +0000)]
Comment change.
Richard M. Stallman [Sun, 24 Dec 1995 23:39:10 +0000 (23:39 +0000)]
Add #pragma alloca.
Richard M. Stallman [Sun, 24 Dec 1995 23:30:18 +0000 (23:30 +0000)]
(fill-paragraph-function): Doc fix.
Richard M. Stallman [Sun, 24 Dec 1995 23:19:14 +0000 (23:19 +0000)]
(STATIC_OPTION): For GCC, use -Xlinker.
(DYNAMIC_OPTION): Define like STATIC_OPTION.
Richard M. Stallman [Sun, 24 Dec 1995 23:18:24 +0000 (23:18 +0000)]
(LIBXT): Use DYNAMIC_OPTION too.
Richard M. Stallman [Sun, 24 Dec 1995 23:12:46 +0000 (23:12 +0000)]
(HAVE_X11R6): Definition deleted (previous change undone).
Richard M. Stallman [Sun, 24 Dec 1995 23:11:31 +0000 (23:11 +0000)]
(HAVE_X11R6): Add #undef.
Richard M. Stallman [Sun, 24 Dec 1995 18:44:34 +0000 (18:44 +0000)]
(rmail-forward): Quote lines with `- ' when necessary.
Richard M. Stallman [Sun, 24 Dec 1995 16:03:05 +0000 (16:03 +0000)]
(redisplay_window): Clear force_start field
before running the Qwindow_scroll_functions.
In the recenter case, set w->start before running them.
Roland McGrath [Sun, 24 Dec 1995 09:25:19 +0000 (09:25 +0000)]
(save-some-buffers): Don't give message if we queried.
Geoff Voelker [Sun, 24 Dec 1995 01:10:37 +0000 (01:10 +0000)]
Disable scrollbars until fully functional.
Geoff Voelker [Sun, 24 Dec 1995 00:38:36 +0000 (00:38 +0000)]
(get_bss_info_from_map_file): New function.
(get_section_info): When .bss section parameters are not in the
executable, search the symbol map file for them.
Geoff Voelker [Sun, 24 Dec 1995 00:38:18 +0000 (00:38 +0000)]
(LINK_FLAGS): Dump symbol map when linking.