Paul Reilly
ff5d2bae95
Declare xm_set_main_areas() and xm_manage_resizing().
1994-10-02 11:55:07 +00:00
Paul Reilly
c884904e10
(make_menu_in_widget): Add support for displaying a title in pop up
...
menus.
(make_main, xm_set_main_areas, xm_manage_resizing): New functions to
create and manage a Motif Main Window widget.
1994-10-02 11:48:42 +00:00
Paul Reilly
7bf2b51a34
Added Motif changes for usage and option checking.
1994-10-02 11:28:06 +00:00
Richard M. Stallman
3f32dc86dc
(Info-scroll-down, Info-scroll-up): Doc fixes.
1994-10-02 08:36:08 +00:00
Richard M. Stallman
9f803d0d12
(dired-do-print): Put spaces between lpr switches.
1994-10-02 08:35:34 +00:00
Richard M. Stallman
99ac138a9c
(setenv-history): New history list.
...
(setenv): Use setenv-history.
Place the variable's current value at front of setenv-history
while reading the new value.
(setenv): Provide history, completion for envvar.
(read-envvar-name-history): New variable.
(read-envvar-name): New function.
1994-10-02 04:03:32 +00:00
Richard M. Stallman
a68ac8b57a
(indent-c++-exp): For public/private/protected,
...
don't do the case/label adjustment.
1994-10-02 03:44:59 +00:00
Richard M. Stallman
df0b5ea16e
(redisplay_window): If we set PT, and that alters a region
...
being displayed, call try_window again.
1994-10-02 02:41:24 +00:00
Richard M. Stallman
481c029557
(fill-region, fill-region-as-paragraph): Fix previous change.
1994-10-02 02:23:21 +00:00
Richard M. Stallman
e837a82fd7
(vc-register): Verify an old master file really still exists
...
before giving error. If it has disappeared, ask for confirmation.
1994-10-02 01:49:29 +00:00
Richard M. Stallman
bbdc209278
(head_table): Set up Qdelete_frame.
...
(kbd_buffer_get_event): Handle delete_window_event by making
a delete-frame event.
1994-10-01 21:25:41 +00:00
Richard M. Stallman
d134b17bcb
(keys_of_frame): Make binding for delete-frame.
1994-10-01 21:24:44 +00:00
Richard M. Stallman
75a768810d
(apropos-print-matches): Add newline after
...
Function: or Variable: if line doesn't fit with it.
New arg no-header inhibits them entirely.
(apropos): New arg no-header. Pass it to apropos-print-matches.
1994-10-01 21:10:38 +00:00
Richard M. Stallman
7a410cb5fb
(save-buffers-kill-emacs): Fix previous change.
1994-10-01 21:07:33 +00:00
Richard M. Stallman
cab4777e78
(Foverlay_get): Handle `category' property on overlay.
1994-10-01 21:02:59 +00:00
Francesco Potortì
6024daef5f
* man.el (Man-init-defvars, Man-cleanup-manpage,
...
Man-fontify-manpage): fix previous fix.
1994-10-01 13:27:15 +00:00
Richard M. Stallman
a8a3c4213f
Comment change.
1994-10-01 09:07:05 +00:00
Richard M. Stallman
1a0201170f
(compile_range): When casting to const unsigned char *, put const first.
1994-10-01 09:06:07 +00:00
Richard M. Stallman
fc35793099
(fill-region, fill-region-as-paragraph):
...
If specified region ends before a newline, include that newline.
1994-10-01 07:35:26 +00:00
Richard M. Stallman
a94c7fcc9c
(mouse-secondary-click-count): New variable.
...
(mouse-secondary-save-then-kill, mouse-drag-secondary):
Use mouse-secondary-click-count, not mouse-selection-click-count.
1994-10-01 07:30:18 +00:00
Richard M. Stallman
a0efd88707
(LIBXTR6): If NEED_LIBW, add -lw.
1994-10-01 04:54:34 +00:00
Richard M. Stallman
d848c520c9
(NEED_LIBW): Defined.
1994-10-01 04:54:08 +00:00
Richard M. Stallman
fe9f955af3
(LDFLAGS): New variable.
...
(LIBX): Use LDFLAGS.
1994-10-01 04:42:45 +00:00
Richard M. Stallman
f4e5bca556
(add-hook, remove-hook): If the hook was made local
...
in the old way, always modify the local value.
1994-10-01 04:36:28 +00:00
Richard M. Stallman
a8928dd22f
(ispell-init-process): Add missing arg in error msg.
1994-10-01 04:30:14 +00:00
Richard M. Stallman
e141acb3f4
(finder-mode-map): Change key bindings:
...
RET or f to select, d to go back to directory.
(finder-summary): Fix the help summary.
1994-10-01 04:24:56 +00:00
Richard M. Stallman
7470b9b602
(edmacro-format-keys): Cope if local keymap is nil.
1994-10-01 03:53:40 +00:00
Richard Kenner
faa4bf1260
(windowsnt): Alias for winnt.
...
(winnt): New OS name.
1994-09-30 21:26:44 +00:00
Richard M. Stallman
1c0a871059
(modify-face): New function.
1994-09-30 21:01:13 +00:00
Richard M. Stallman
a4f5efdcea
(save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
...
(find-file-noselect): Use run-hook-with-args-until-success.
(after-find-file): Use run-hooks for find-file-hooks.
(basic-save-buffer): Use run-hook-with-args-until-success.
1994-09-30 20:47:37 +00:00
Richard M. Stallman
0e4d378b32
(add-hook): Initialize default value and local value.
...
(run-hook-with-args-until-success): New function.
(run-hook-with-args-until-failure): New function.
(run-hooks): t as hook list element means run the global
value of the variable as well as the local value.
(run-hook-with-args): Likewise.
(make-local-hook): New function.
(add-hook, remove-hook): New arg LOCAL means modify local value.
Test default-boundp as well as boundp.
1994-09-30 20:47:13 +00:00
Richard M. Stallman
62476adc55
(Fmake_local_variable): Doc fix.
...
(Flocal_variable_p): New function.
(syms_of_data): defsubr it.
1994-09-30 20:32:45 +00:00
Francesco Potortì
ee70dba589
* etags.c (C_entries): Recognise typedef of ANSI style functions.
...
(C_entries): Recognise #define inside a struct.
(C_entries): ANSI tells that preprocessor commands do not have to
start on the first column.
(print_help): Documentation corrected for -d and -D.
(white, endtk): ANSI tells the vertical tab is a separator.
1994-09-30 17:18:24 +00:00
Richard M. Stallman
48be3850d4
(isearch-mode): Don't set deactivate-mark here.
...
(isearch-done): In Transient Mark mode, don't set mark if is active.
1994-09-30 09:16:06 +00:00
Richard M. Stallman
c75e51a325
Really delete gud-overload-functions.
1994-09-30 09:12:09 +00:00
Richard M. Stallman
ee97eac30f
(gud-overload-functions): Function deleted.
...
(gud-massage-args, gud-marker-filter, gud-find-file): New vars.
Mark them as permanent locals.
(gud-massage-args, gud-marker-filter, gud-find-file):
In these functions, use those variables.
(gud-common-init): 3 new args give values for those variables.
(gdb, sdb, dbx, xdb, perldb): Pass new args to gud-common-init.
(gud-gdb-complete-command): Bind gud-marker-filter.
(gud-find-file): Condense multiple slashes to single slashes.
1994-09-30 09:11:36 +00:00
Jim Wilson
39aa8bed39
(os): Accept coff as an OS.
1994-09-30 00:07:41 +00:00
Richard M. Stallman
b2728f4bde
(check_writable, check_executable) [__HURD__]: Use eaccess.
1994-09-29 23:20:43 +00:00
Richard M. Stallman
c820123b60
(print-region-1): Use them instead of just pr.
...
(lpr-page-header-program, lpr-page-header-switches): New variables.
1994-09-29 23:12:31 +00:00
Richard M. Stallman
4699e6d2a1
(compute_char_face): Handle list as overlay face property.
...
(compute_char_face): If face text-property is a list,
merge the attributes of the faces in the list.
1994-09-29 23:00:43 +00:00
Richard Kenner
cb5fbf94a8
(i[34]86:UNIX_SV:4.*:*): Remove "UNIX_SV" for Unixware; move DYNIX
...
above this one now that this is wildcard.
1994-09-29 22:47:30 +00:00
Richard M. Stallman
53dfb38830
(Fset_face_attribute_internal): Mark frame garbaged whenever
...
any face's font or color is changed.
1994-09-29 20:25:45 +00:00
Karl Heuer
829f7f7ce3
(scmp): Use unsigned chars, to avoid confusing DOWNCASE.
1994-09-29 19:37:26 +00:00
Karl Heuer
7c118b57e6
(x_report_frame_params): Fix format/arg mismatch.
1994-09-29 19:23:41 +00:00
Karl Heuer
d63c1903de
(CHECK_SCNHDR, write_segment): Fix format/arg mismatch.
1994-09-29 19:22:57 +00:00
Richard M. Stallman
a0f884641f
(add-abbrev, inverse-add-abbrev):
...
Clear text properties from NAME.
1994-09-29 19:07:45 +00:00
Richard M. Stallman
2441d53d8a
(scheme-mode-variables): Make parse-sexp-ignore-comments t.
1994-09-29 18:54:19 +00:00
Richard M. Stallman
214b69d9e9
(texinfo-format-region, texinfo-format-buffer-1):
...
Search back for the @include.
1994-09-29 18:51:54 +00:00
Francesco Potortì
d046c1832d
* man.el
...
(Man-init-defvars, Man-cleanup-manpage, Man-fontify-manpage):
added support for the big cross present in the ksh manpage.
1994-09-29 12:42:45 +00:00
Richard M. Stallman
7804cd2748
(imenu--cleanup): Changed 'mapc' to 'mapcar'.
1994-09-29 06:32:06 +00:00