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 |
|
Richard M. Stallman
|
fc82937b49
|
(Ffile_attributes) [MSDOS]: Remove special detection of
MS-DOS executable files by filename extension (library `stat' does
this itself now).
|
1995-12-26 00:20:53 +00:00 |
|
Richard M. Stallman
|
e7ffe86a90
|
(vc-revert-buffer1): Pass t as preserve-modes to revert-buffer.
|
1995-12-25 21:07:12 +00:00 |
|
Richard M. Stallman
|
9a30563f92
|
(revert-buffer): New arg preserve-modes.
(after-find-file): New arg nomodes.
|
1995-12-25 21:05:31 +00:00 |
|
Richard M. Stallman
|
3edc14ae84
|
(hide-ifdefs): Set hif-outside-read-only here.
|
1995-12-25 21:03:10 +00:00 |
|
Richard M. Stallman
|
f5356416e9
|
Many doc fixes.
(hide-ifdefs): New arg NOMSG.
(hif-before-revert-function): New function. Put on after-revert-hook.
|
1995-12-25 20:44:18 +00:00 |
|
Richard M. Stallman
|
4464514e6e
|
(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.
|
1995-12-25 19:14:56 +00:00 |
|
Richard M. Stallman
|
b39da8b110
|
Changed interactive spec N.
|
1995-12-25 18:50:01 +00:00 |
|
Richard M. Stallman
|
2c28ac43ed
|
Fix error message style.
(vc-backend-checkout, vc-backend-checkin):
Allow vc-checkin-switches to be a string.
|
1995-12-25 18:46:17 +00:00 |
|
Richard M. Stallman
|
d7993a1c99
|
(uniquify-fix-list-filename-lessp): Renamed from uniquify-filename-sort.
|
1995-12-25 18:45:37 +00:00 |
|
Richard M. Stallman
|
eb963e25d9
|
Comment change.
|
1995-12-25 01:49:18 +00:00 |
|
Richard M. Stallman
|
61c88d95bd
|
(HAVE_MENUS): Defined.
|
1995-12-25 01:48:17 +00:00 |
|
Richard M. Stallman
|
3eb1dbb6ef
|
(have_menus_p): Defined.
|
1995-12-25 01:47:56 +00:00 |
|
Richard M. Stallman
|
32b558fad3
|
(makefile-add-log-defun): Rewrite to scan back
checking one line at a time. Notice blank lines and comments.
|
1995-12-25 01:43:07 +00:00 |
|
Richard M. Stallman
|
46c0ddcfe2
|
(XOBJ, LIBXMENU, $(OLDXMENU), really-oldXMenu):
HAVE_X_MENU renamed to HAVE_MENUS.
|
1995-12-25 01:24:56 +00:00 |
|
Richard M. Stallman
|
08741ba9ec
|
Determine HAVE_X11R6.
(HAVE_MENUS): Renamed from HAVE_X_MENU.
|
1995-12-25 01:23:18 +00:00 |
|
Richard M. Stallman
|
0afac48c3f
|
(HAVE_MENUS): Renamed from HAVE_X_MENU.
|
1995-12-25 01:21:56 +00:00 |
|
Richard M. Stallman
|
6bc1abf2e0
|
(Fcall_interactively): Undo previous change.
|
1995-12-25 00:33:14 +00:00 |
|
Richard M. Stallman
|
01e262176a
|
(Fcommand_execute): Undo previous change.
|
1995-12-25 00:29:49 +00:00 |
|
Richard M. Stallman
|
0e1bbfb1c5
|
Comment change.
|
1995-12-24 23:39:48 +00:00 |
|
Richard M. Stallman
|
293ea14ef7
|
Add #pragma alloca.
|
1995-12-24 23:39:10 +00:00 |
|
Richard M. Stallman
|
3103b038de
|
(fill-paragraph-function): Doc fix.
|
1995-12-24 23:30:18 +00:00 |
|
Richard M. Stallman
|
46f7d0885f
|
(STATIC_OPTION): For GCC, use -Xlinker.
(DYNAMIC_OPTION): Define like STATIC_OPTION.
|
1995-12-24 23:19:14 +00:00 |
|
Richard M. Stallman
|
d098199ed9
|
(LIBXT): Use DYNAMIC_OPTION too.
|
1995-12-24 23:18:24 +00:00 |
|
Richard M. Stallman
|
2ab1394150
|
(HAVE_X11R6): Definition deleted (previous change undone).
|
1995-12-24 23:12:46 +00:00 |
|
Richard M. Stallman
|
c91b34025f
|
(HAVE_X11R6): Add #undef.
|
1995-12-24 23:11:31 +00:00 |
|
Richard M. Stallman
|
c8a428c4e3
|
(rmail-forward): Quote lines with `- ' when necessary.
|
1995-12-24 18:44:34 +00:00 |
|
Richard M. Stallman
|
e63574d79b
|
(redisplay_window): Clear force_start field
before running the Qwindow_scroll_functions.
In the recenter case, set w->start before running them.
|
1995-12-24 16:03:05 +00:00 |
|
Roland McGrath
|
76d5492ba7
|
(save-some-buffers): Don't give message if we queried.
|
1995-12-24 09:25:19 +00:00 |
|