1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 07:11:34 -08:00
Commit graph

12738 commits

Author SHA1 Message Date
Richard M. Stallman
b2a30870b0 (saved_doc_string*): New variables.
(load_force_doc_strings): New variable.
(syms_of_lread): Set up Lisp var load-force-doc-strings.
(read_list): Handle load_force_doc_strings.
Use the saved_doc_string, if it's right; otherwise, reread from file.
(read1): Save last doc string in saved_doc_string.
1995-08-05 22:51:17 +00:00
Richard M. Stallman
03524be63a (Info-read-node-name-1): New function.
(Info-read-node-name): Use Info-read-node-name-1
to avoid getting confused by spaces when text starts with (FILENAME).
1995-08-05 20:56:23 +00:00
Richard M. Stallman
a296405357 (tab-to-tab-stop): Expand abbrevs only after a word-char. 1995-08-05 20:21:06 +00:00
Richard M. Stallman
d0776f5c89 (main): Mention lock file name in error message. 1995-08-05 20:19:40 +00:00
Richard M. Stallman
f1d71b2f75 (set-face-background): When using face-color-supported-p,
specify foreground, not background.
1995-08-05 06:33:01 +00:00
Richard M. Stallman
68002b5f39 Explain how delete-region alters point. 1995-08-05 06:17:38 +00:00
Richard M. Stallman
efb57f43ab (Fset_mouse_position, Fset_mouse_pixel_position): Doc fixes.
[not MULTI_FRAME] (Fframe_visible_p): New function.
[not MULTI_FRAME] (syms_of_frame): defsubr it.
1995-08-05 05:18:04 +00:00
Richard M. Stallman
9ae77b8192 (Ffocus_frame, Funfocus_frame): Make them no-ops. 1995-08-05 05:04:46 +00:00
Richard M. Stallman
4254fe5845 (fortran-auto-fill-mode, fortran-do-auto-fill, fortran-fill):
Invoke auto filling only when past fill-column.
1995-08-05 01:02:10 +00:00
Richard M. Stallman
0d777288c3 (x_delete_display) [AIX]: Don't call XRmDestroyDatabase. 1995-08-05 00:57:17 +00:00
Richard M. Stallman
d5fbc7c77e (bibtex-maintain-sorted-entries): Make nil the default. 1995-08-05 00:50:26 +00:00
Richard M. Stallman
6770a60f47 (ps-print-emacs-type): Renamed from emacs-type. 1995-08-04 19:59:57 +00:00
Richard M. Stallman
30040449d8 Renamed fsf' to emacs' in all names. 1995-08-04 19:56:15 +00:00
Roland McGrath
cfda7e6dda (compilation-error-regexp-alist): Add regexp for Sun ada. 1995-08-04 18:02:02 +00:00
Richard M. Stallman
8ad6fb8d8c Initial revision 1995-08-04 03:03:01 +00:00
Richard M. Stallman
20de20dce1 (redisplay): When displaying a terminal frame,
if it isn't the same one as last time, clear it and redraw.
Don't redisplay mini_frame as well, if it is a termcap frame.
1995-08-03 23:19:05 +00:00
Richard M. Stallman
fb3afe8779 (command-line-1): Mention recover-session if there's a .saves file. 1995-08-03 22:29:44 +00:00
Richard M. Stallman
afb1835e0b Don't alter bindings in minibuffer-local-must-match-map
or completion-list-mode-map.
(tmm-add-prompt): Use make-local-hook; add hook locally.
(tmm-delete-map): Delete hook locally.
1995-08-03 17:39:53 +00:00
Richard M. Stallman
04752ffbf2 (resize-minibuffer-setup): Use make-local-hook. 1995-08-03 17:38:07 +00:00
Richard M. Stallman
a249de7973 Move various Q... vars to top of file, unconditional.
(Vterminal_frame): Just one definition, at top of file, unconditional.
(syms_of_frame_1): New function.
(syms_of_frame. both definitions): Call syms_of_frame_1.

(set_menu_bar_lines, set_menu_bar_lines_1): New functions.
(store_frame_parameter): Call set_menu_bar_lines.
[!MULTI_FRAME] (Fmodify_frame_parameters): Call set_menu_bar_lines.
1995-08-03 09:05:09 +00:00
Richard M. Stallman
a0f5a25f2c (tpu-control-keys): New initial value, nil.
(tpu-help): Back up one page at a time.
(tpu-set-control-keys): New function.
(tpu-edt-on): Call tpu-set-control-keys.
1995-08-03 05:12:54 +00:00
Richard M. Stallman
569871d219 (read_key_sequence): Don't downshift an event
if that fails to make it bound.
(follow_key): Don't alter contents of NEXT until the end.
1995-08-03 00:02:07 +00:00
Richard M. Stallman
9b37d8a910 (jka-compr-load): Bind load-force-doc-strings. 1995-08-02 23:56:20 +00:00
Richard M. Stallman
b5458fc2f1 (dired-do-copy): Doc fix. 1995-08-02 19:20:38 +00:00
Richard M. Stallman
6eb236e719 (archive-remote-regexp): Don't accept hostnames
ending in period.  (See previous ange-ftp.el change.)
1995-08-02 18:47:32 +00:00
Richard M. Stallman
89669e3e5f (HAVE_SOCKETS, NEED_NET_ERRNO_H): Defined.
(HAVE_TERMIOS): Defined.
(HAVE_TERMIO): Add undef.
1995-08-02 18:41:00 +00:00
Richard M. Stallman
3be64b69f2 (sigblock, SIG_BLOCK): Don't define them if POSIX_SIGNALS. 1995-08-02 18:39:47 +00:00
Richard M. Stallman
c15ce82938 (HAVE_SELECT): Defined. 1995-08-02 18:37:33 +00:00
Richard M. Stallman
68152e8f81 (fill-region-as-paragraph): Don't find adaptive-fill-regexp
on first line of paragraph if it's a paragraph-separate line.
Don't look past the intended line.
(adaptive-fill-function): New variable.
(fill-region-as-paragraph): Use it.
(colon-double-space): New variable.
(canonically-space-region): Put two spaces after colon if necessary.
1995-08-02 18:36:20 +00:00
Richard M. Stallman
a5c31fa1f0 (unload-feature): Delete the file's load-history element.
(file-set-intersect): Renamed from set-intersect.
(file-dependents): Use new name.
1995-08-02 18:34:19 +00:00
Richard M. Stallman
91ea2a7a54 (XTread_socket): For UnmapNotify, use x_top_window_to_frame. 1995-08-02 18:32:39 +00:00
Richard M. Stallman
f2cfa9a63e Maybe include net/errno.h. 1995-08-02 18:31:46 +00:00
Richard M. Stallman
310ea200ba (cons_cells_consed, floats_consed, vector_cells_consed)
(symbols_consed, string_chars_consed, misc_objects_consed)
(intervals_consed): New vars.
(make_float, Fcons, make_interval, allocate_vectorlike, Fmake_symbol)
(allocate_misc, make_uninit_string): Increment them.
(Fmemory_use_counts): New function.
(syms_of_alloc): defsubr it.
1995-08-02 18:30:53 +00:00
Richard M. Stallman
ffcb5a5127 [USE_X_TOOLKIT] (xmenu_show): Compute root-based
coordinates.  Make a dummy event to pass them to lw_popup_menu.

(single_submenu): Only ignore 1st char of pane name if that is an @.
1995-08-02 08:17:20 +00:00
Richard M. Stallman
86c42dbd6d (xm_popup_menu): New arg `event'. 1995-08-02 07:14:04 +00:00
Richard M. Stallman
0c7c510c4c (xlw_popup_menu): New arg event. 1995-08-02 07:13:45 +00:00
Richard M. Stallman
5b3b31d608 (lw_popup_menu): New arg event, passed along. 1995-08-02 07:13:19 +00:00
Richard M. Stallman
1dc9668c16 (gud-xdb-marker-filter): Change pattern to accept spc at end. 1995-08-02 04:43:48 +00:00
Richard M. Stallman
721565973f (do_switch_frame): Do nothing special when switching between terminal frames. 1995-08-01 23:53:30 +00:00
Richard M. Stallman
c86bd65bfc (file-name-handler-alist): Don't match host name ending in period. 1995-08-01 23:38:49 +00:00
Richard M. Stallman
033ef863a8 (recover-session): Mention deletion is possible.
(recover-session-finish): Call dired-do-flagged-delete.
1995-08-01 23:34:53 +00:00
Karl Heuer
8fe9ecef74 (2C-toggle-autoscroll, 2C-autoscroll):
Only (sit-for 0) once for smoother scrolling.
(2C-associated-buffer): go to same line and column.
(2C-newline): new function.
(2C-other): optional arg to signal missing other buffer.
1995-08-01 22:42:28 +00:00
Roland McGrath
00f7bd7264 (getloadavg): Set FD_CLOEXEC flag on /dev/kmem file descriptor. 1995-08-01 18:29:36 +00:00
Richard M. Stallman
eec4c3ca05 (byte-optimize-nthcdr): Fix previous change. 1995-08-01 06:44:48 +00:00
Richard M. Stallman
7da0e9b4eb (dired-insert-set-properties): Catch errors.
(dired-do-flagged-delete): New arg nomessage.
1995-07-31 23:13:54 +00:00
Richard M. Stallman
cbf08f77bc (vi-scroll-amount, vi-shift-width): Fix syntax of doc strings. 1995-07-31 20:19:25 +00:00
Karl Heuer
eee5aed1f2 (GETTIMEOFDAY_ONE_ARGUMENT): Deleted; configure handles this now. 1995-07-31 18:19:30 +00:00
Richard M. Stallman
91b3bb19ac (dired-read-shell-command): Pass `shell-command-history' to read-string. 1995-07-31 14:03:34 +00:00
Simon Marshall
ff936e5324 Add Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_success, Frun_hook_with_args_until_failure in terms of run_hook_with_args. 1995-07-31 12:07:10 +00:00
Simon Marshall
f1b6e5fc82 Declare hook running functions. 1995-07-31 12:02:51 +00:00