- 23 Sep, 1996 9 commits
-
-
Richard M. Stallman authored
from the Emacs frame if caller isn't changing it.
-
Richard M. Stallman authored
(post-command-idle-hook): Defvar deleted. (edebug-outside-post-command-idle-hook): Defvar deleted. (edebug-enter): Don't look at or set post-command-idle-hook. (edebug-outside-excursion): Likewise. (edebug-emacs-19-specific): Don't define read-expression-history and read-expression-map.
-
Richard M. Stallman authored
(syms_of_editfns): defsubr it.
-
Richard M. Stallman authored
(coordinates_in_window): Use WINDOW_LEFT_MARGIN, WINDOW_RIGHT_MARGIN, and WINDOW_RIGHT_EDGE. Adjust for left-side scroll bar margin. (window_loop, Fdisplay_buffer): Use new WINDOW_FULL_WIDTH_P macro. (window_internal_width): Window width now always includes the scroll bar, if any. Use WINDOW_RIGHTMOST_P and WINDOW_FULL_WIDTH_P.
-
Richard M. Stallman authored
Don't make it a Lisp variable.
-
Richard M. Stallman authored
(scroll-bar-side): New variable. (toggle-scroll-bar): Use scroll-bar-side.
-
Richard M. Stallman authored
The initialization is now in eval.c.
-
Richard M. Stallman authored
(screenw-width, screen-height): Likewise. (disable-timeout, keymap-parent, set-keymap-parent): Likewise.
-
Richard M. Stallman authored
(Fbyte_code): Handle Bsave_current_buffer.
-
- 22 Sep, 1996 18 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(archive-write-file-member): Set buffer-file-type only if default-buffer-file-type is bound. (buffer-file-type): Don't make this buffer-local or permanent. Just don't mess with it.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(last-command-event): defvars deleted.
-
Karl Heuer authored
(time-stamp-format): use ISO 8601 format for date.
-
Richard M. Stallman authored
(ffap-what-domain): Don't define mail-extr-all-top-level-domains here.
-
Richard M. Stallman authored
(bib-capitalize-title-stop-regexp): Renamed from capit... (bib-capitalize-title-region): Renamed from capitalize... (bib-capitalize-title): Renamed from capitalize...
-
Richard M. Stallman authored
(r2b-capitalize-title-stop-regexp): Renamed from capit... (r2b-capitalize-title-region): Renamed from capitalize... (r2b-capitalize-title): Renamed from capitalize...
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Now it is only in cl.el.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(jump-to-register): Handle file-query. (register-swap-out): New function. Add it to kill-buffer-hook. (register-alist): Doc fix.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Treat save-current-buffer like save-excursion.
-
Richard M. Stallman authored
(compile_pattern): Check for size match before calling Fstring_equal.
-
Richard M. Stallman authored
(byte-compile-save-current-buffer): New function.
-
- 21 Sep, 1996 13 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Keep subalists at top level too. Name the split-off submenus from the first item in them. (imenu--generic-function): Avoid adding nil as elt of the result.
-
Richard M. Stallman authored
if the element of imenu-generic-function asks for it. (imenu): Handle special entries. (imenu--submenu-p): New function. Use in various places.
-
Richard M. Stallman authored
none/left/right type for identifying vertical scroll bars. (struct frame): Use vertical_scroll_bar_type. (FRAME_HAS_VERTICAL_SCROLL_BARS): Use vertical scroll bar type. (FRAME_VERTICAL_SCROLL_BAR_TYPE): New macro. (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_LEFT): New macros. (FRAME_HAS_VERTICAL_SCROLL_BARS_ON_RIGHT): New macros. (FRAME_SCROLL_BAR_WIDTH, FRAME_LEFT_SCROLL_BAR_WIDTH): New macros. (FRAME_WINDOW_WIDTH, FRAME_WINDOW_WIDTH_ARG): New macros. (SET_FRAME_WIDTH): New macro. (WINDOW_VERTICAL_SCROLL_BAR_COLUMN): Modify to handle left-side croll bars too.
-
Paul Eggert authored
This now uses the same code as the GNU C Library. All callers changed. (TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN.
-
Richard M. Stallman authored
LEFT_VERTICAL_SCROLL_BAR_WIDTH_TRIM. (VERTICAL_SCROLL_BAR_INSIDE_WIDTH): Use VERTICAL_SCROLL_BAR_WIDTH_TRIM.
-
Richard M. Stallman authored
(scroll_frame_lines, char_ins_del_cost): Use FRAME_WINDOW_WIDTH.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
to set the cursor position at the end.
-
Richard M. Stallman authored
(WINDOW_RIGHT_EDGE, WINDOW_RIGHT_MARGIN): New macros. (WINDOW_FULL_WIDTH_P, WINDOW_RIGHTMOST_P): New macros.
-
Richard M. Stallman authored
an enumerated type. Use new macro SET_FRAME_WIDTH.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-