Richard M. Stallman
b33e350ab6
(abbrev-file-name): Use convert-standard-filename.
1996-01-01 23:43:19 +00:00
Richard M. Stallman
0d448e33d4
(save-place-file): Use convert-standard-filename.
1996-01-01 23:41:30 +00:00
Richard M. Stallman
f719b45aaa
(vip-startup-file): New variable.
...
(vip-mode): Use `vip-startup-file' for the startup file name.
1996-01-01 23:40:10 +00:00
Richard M. Stallman
91760fd69c
(vip-custom-file-name): Use convert-standard-filename.
1996-01-01 23:36:51 +00:00
Richard M. Stallman
8c1001f6f6
(ffap-list-env): Use `path-separator' rather than ":".
1996-01-01 23:33:55 +00:00
Richard M. Stallman
db8f88129a
(dired-local-variables-file): Use convert-standard-filename.
1996-01-01 23:32:07 +00:00
Richard M. Stallman
567c1ca939
(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.
1996-01-01 22:51:51 +00:00
Richard M. Stallman
a8a7d065bd
(Ffile_readable_p) [MSDOS]: Use access rather than open.
1995-12-31 19:49:39 +00:00
Richard M. Stallman
d7e2eff6c1
(install-arch-indep): Give all files read permission.
1995-12-31 19:21:18 +00:00
Richard M. Stallman
e5220563c8
(auto-compression-mode): Add `interactive'.
...
Put \-newline in doc string.
(toggle-auto-compression): New arg MESSAGE. Don't use interactive-p.
1995-12-31 19:19:25 +00:00
Richard M. Stallman
ba624d0f4c
(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.
1995-12-31 19:15:18 +00:00
Richard M. Stallman
717ca13092
(XTread_socket): Pass KeyPress events to the toolkit.
...
Make the OTHER label exist unconditionally, and make the gotos
unconditional when that is convenient.
1995-12-31 19:10:03 +00:00
Richard M. Stallman
0e4889b213
(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.
1995-12-31 16:09:45 +00:00
Richard M. Stallman
91afecb383
Doc fixes.
...
(ff-get-file): Use get-file-buffer to avoid false match.
(ff-switch-to-buffer): Rename arg FILE to BUFFER-OR-NAME.
1995-12-31 00:10:18 +00:00
Karl Fogel
09fd658896
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'.
1995-12-30 19:52:40 +00:00
Richard M. Stallman
5526cfdeeb
(lpr-page-header-switches, lpr-headers-switches): Doc fixes.
1995-12-30 16:44:15 +00:00
Richard M. Stallman
2089b41a70
Explain style of "done" messages.
1995-12-30 15:58:49 +00:00
Roland McGrath
8f6410526e
(${etc}DOC): Remove spurious `cd' command line.
1995-12-30 12:01:44 +00:00
Richard M. Stallman
80128ceb04
(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.
1995-12-29 21:09:34 +00:00
Erik Naggum
90681ae2ef
(vc-backend-checkin): Use vc-checkin-switches.
1995-12-29 20:49:46 +00:00
Richard M. Stallman
b3afdeb86d
(command-line-x-option-alist): New variable.
...
(command-line-1): Ignore X options when not using X.
1995-12-29 20:00:39 +00:00
Richard M. Stallman
1015daba26
(dired): Fix typo.
1995-12-29 17:59:11 +00:00
Richard M. Stallman
b6dca218bb
(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.
1995-12-29 05:47:49 +00:00
Richard M. Stallman
a9bb53da49
(ps-do-despool): Alternative output method for MSDOS.
1995-12-29 04:14:10 +00:00
Richard M. Stallman
4503dacb37
(make-auto-save-file-name): Make name always end in #,
...
i.e. overwrite third char in extension if required.
1995-12-29 03:36:35 +00:00
Richard M. Stallman
4a60f8c52a
(x_find_modifier_meanings): Fix !X11R4 code to use dpyinfo.
1995-12-28 23:58:12 +00:00
Richard M. Stallman
3045b16302
(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.
1995-12-28 23:36:50 +00:00
Richard M. Stallman
a7ee71e815
(getloadavg) [MSDOS]: Return 0 load instead of failing the call.
1995-12-28 23:28:35 +00:00
Richard M. Stallman
6c850f3cea
(main): Call syms_of_xmenu if and only if HAVE_MENUS.
1995-12-28 23:14:23 +00:00
Richard M. Stallman
e163fa7b85
(C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
...
Add options to specify /usr/lib/X11R5 and /usr/include/X11R5.
1995-12-28 22:43:24 +00:00
Richard M. Stallman
6f4983e6e6
(wildcard-to-regexp): New function.
...
(recover-session): Bind ls-lisp-support-shell-wildcards to t.
1995-12-28 19:24:16 +00:00
Richard M. Stallman
f8250f01fa
(Fmessage_box, Fmessage_or_box):
...
HAVE_X_MENU renamed to HAVE_MENUS. Doc fixes.
1995-12-28 16:48:52 +00:00
Edward M. Reingold
cdfeb73f1c
Replaced all uses of get-file-buffer with find-buffer-visiting.
1995-12-27 17:36:12 +00:00
Edward M. Reingold
ebf90a0f2a
Put date on top of other-calendars menu.
1995-12-27 17:33:27 +00:00
Edward M. Reingold
6cf0fb7906
Fix autoloads.
1995-12-27 17:29:28 +00:00
Edward M. Reingold
087c56fa31
Rewrote completely for better accuracy.
1995-12-27 17:21:34 +00:00
Richard M. Stallman
c37a429438
(install): Turn on read/execute permission.
1995-12-27 14:10:19 +00:00
Richard M. Stallman
f110796076
(mouse-menu-buffer-maxlen): New variable.
...
(mouse-buffer-menu): Use it.
1995-12-26 19:43:51 +00:00
Richard M. Stallman
d537086b54
(buffers-menu-max-size): Move definition to top of file.
1995-12-26 19:11:18 +00:00
Richard M. Stallman
2bc0bb038c
Remove junk accidentally inserted in previous change.
1995-12-26 19:07:21 +00:00
Richard M. Stallman
8ab89b4eb2
Initial revision
1995-12-26 04:56:42 +00:00
Richard M. Stallman
12dcaa7c8e
(mouse-buffer-menu): If lots of buffers, group them into multiple panes.
1995-12-26 04:43:32 +00:00
Richard M. Stallman
1c59f5df96
(check_x_display_info, check_x_frame, x_set_font)
...
(Fx_list_fonts): Fix error messages.
(have_menus_p): Renamed from using_x_p.
1995-12-26 04:41:21 +00:00
Richard M. Stallman
142aad7493
(have_menus_p): Renamed from using_x_p.
1995-12-26 04:39:17 +00:00
Richard M. Stallman
31d87daa5b
When turning on default settings,
...
preserve iso-accents-enable if it's already set.
1995-12-26 04:38:27 +00:00
Richard M. Stallman
1f5b164136
(read_char_x_menu_prompt): HAVE_X_MENU renamed to HAVE_MENUS.
...
(Fexecute_extended_command): Nice error if empty cmd name.
1995-12-26 04:37:05 +00:00
Richard M. Stallman
6ef338b799
(LIBXMU): Replace previous change.
...
Bring back the old definition, but conditionalize on ! HAVE_X11R6.
1995-12-26 04:35:42 +00:00
Richard M. Stallman
0ef68e8a27
(Fy_or_n_p, Fyes_or_no_p): using_x_p renamed to have_menus_p.
...
HAVE_X_MENU renamed to HAVE_MENUS.
1995-12-26 04:34:05 +00:00
Richard M. Stallman
1f0af748ca
(NULL): #undef deleted.
1995-12-26 04:33:01 +00:00
Richard M. Stallman
4fcff7b6ac
(XMenuActivate): Make sure the menu title is always
...
displayed with `msdos-menu-active-face', no matter where the mouse pointer is.
1995-12-26 00:22:04 +00:00