1994-10-09 |
Richard M. Stallman |
(appt-delete-window): Look on all frames for the window.
|
1994-10-08 |
Jim Blandy |
* xdisp.c (redisplay_window): Invalidate width_run_cache, if the
|
1994-10-08 |
Jim Blandy |
* syntax.c (find_defun_start): Call scan_buffer with new args.
|
1994-10-08 |
Jim Blandy |
* search.c: #include "region-cache.h".
|
1994-10-08 |
Jim Blandy |
* insdel.c (prepare_to_modify_buffer): Invalidate width run and
|
1994-10-08 |
Jim Blandy |
* indent.h (disptab_matches_widthtab, recompute_width_table): New
|
1994-10-08 |
Jim Blandy |
* indent.c: #include "region-cache.h".
|
1994-10-08 |
Jim Blandy |
* disptab.h (window_display_table): Doc fix.
|
1994-10-08 |
Jim Blandy |
* cmds.c (Fforward_line): Call scan_buffer with new args.
|
1994-10-08 |
Jim Blandy |
* buffer.h (struct buffer): New members: newline_cache,
|
1994-10-08 |
Jim Blandy |
* buffer.c: #include region-cache.h.
|
1994-10-08 |
Jim Blandy |
* Makefile.in.in (obj) Add region-cache.o to the list of files.
|
1994-10-08 |
Jim Blandy |
Document cache-long-line-scans in @node Text Lines.
|
1994-10-08 |
Jim Blandy |
Added entry for cache-long-line-scans
|
1994-10-08 |
Richard M. Stallman |
(file_name_completion): Ignore files "." and ".." in first pass.
|
1994-10-08 |
Richard M. Stallman |
(test_completion): New function, extracted from do_completion.
|
1994-10-08 |
Richard M. Stallman |
(add-log-current-defun): In texinfo-mode,
|
1994-10-08 |
Richard M. Stallman |
(inhibit_local_menu_bar_menus): New variable.
|
1994-10-08 |
Richard M. Stallman |
(fit_to_screen): Don't put the menu off the left or top.
|
1994-10-08 |
Richard M. Stallman |
(rmail-delete-forward): Use rmail-select-summary.
|
1994-10-07 |
Richard M. Stallman |
Add a tip about enabling/disabling features.
|
1994-10-07 |
Karl Heuer |
(enum Lisp_Misc_Type): New type.
|
1994-10-07 |
Richard M. Stallman |
(make_gap): Keep input blocked till after we set BEG_ADDR.
|
1994-10-07 |
Richard M. Stallman |
Re-delete code deleted in rms's Oct 5 change.
|
1994-10-07 |
Richard M. Stallman |
(compilation-mode-font-lock-keywords,
|
1994-10-07 |
Richard M. Stallman |
(comint-check-proc): Recognise `open'.
|
1994-10-07 |
Richard M. Stallman |
(pascal-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(perl-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(asm-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(texinfo-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(shell-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(dired-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(mail-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(rmail-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(rmail-summary-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(outline-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(change-log-mode): Set font-lock-keywords locally.
|
1994-10-07 |
Richard M. Stallman |
(compilation-mode-font-lock-keywords): New variable.
|
1994-10-07 |
Richard M. Stallman |
(sh-font-lock-keywords): Default to nil.
|
1994-10-07 |
Richard M. Stallman |
(check_writable, check_executable): Test HAVE_EACCESS.
|
1994-10-07 |
Richard M. Stallman |
(eaccess): Check for it.
|
1994-10-07 |
Richard M. Stallman |
(HAVE_EACCESS): Add #undef.
|
1994-10-07 |
Per Bothner |
Patch to handle old Convex systems (without uname).
|
1994-10-06 |
Karl Heuer |
(Lisp_Void, VOIDP): Deleted.
|
1994-10-06 |
Karl Heuer |
(Fboundp, Ffboundp, find_symbol_value, Fset, Fdefault_boundp, Fdefault_value):
|
1994-10-06 |
Karl Heuer |
(Fbyte_code): Delete case Lisp_Void.
|
1994-10-06 |
Karl Heuer |
(mark_object): Delete case Lisp_Void.
|
1994-10-06 |
Karl Heuer |
(Flsh, Fadd1, Fsub1, Flognot): Don't use XFASTINT when negative.
|
1994-10-06 |
Karl Heuer |
(Fabs): Don't use XFASTINT when negative.
|
1994-10-06 |
Karl Heuer |
(Fset, default_value, Fset_default, Fkill_local_variable): Access
|
1994-10-06 |
Karl Heuer |
(defvar_per_buffer): Access buffer_local_flags as Lisp_Object, not int.
|
1994-10-06 |
Karl Heuer |
(init_buffer_once): Don't use XSETFASTINT when negative.
|
1994-10-06 |
Karl Heuer |
(Fload, load_unwind): Store stream pointer as a cons of two integers,
|
1994-10-06 |
Karl Heuer |
(Lisp_Internal_Stream, XSETINTERNALSTREAM, INTERNALSTREAMP): Deleted.
|
1994-10-06 |
Karl Heuer |
(mark_object): Delete case Lisp_Internal_Stream.
|
1994-10-06 |
Karl Heuer |
(read1): New argument for returning out-of-band data, obviating the need for
|
1994-10-06 |
Karl Heuer |
(Lisp_Internal, XSETINTERNAL, INTERNALP): Deleted.
|
1994-10-06 |
Richard M. Stallman |
(query-replace): Add missing quote.
|
1994-10-06 |
Noah Friedman |
Assign copyright to FSF, and change comments to reflect that type-break
|
1994-10-06 |
Francesco Potortì |
* man.el (Man-notify, Man-current-page, Man-page-list,
|