1995-03-21 |
Richard M. Stallman |
(vc-update-change-log): Use new -u option for rcs2log.
|
1995-03-21 |
Richard M. Stallman |
(Vload_read_function): New variable.
|
1995-03-21 |
Richard M. Stallman |
(CHECK_IMPURE): Declare my_edata as char array.
|
1995-03-21 |
Richard M. Stallman |
(my_edata): Declare as char array, not int.
|
1995-03-21 |
Richard M. Stallman |
(dump-emacs-data, dump-emacs): Declare my_edata as char array.
|
1995-03-21 |
Richard M. Stallman |
(occur): Copy default-directory to *Occur* buffer.
|
1995-03-21 |
Richard M. Stallman |
Initial revision
|
1995-03-21 |
Paul Eggert |
Add -u "login<tab>fullname<tab>mailaddr" option, which replaces the
|
1995-03-21 |
Richard M. Stallman |
(shell-command): Use *Async Shell Command* for
|
1995-03-21 |
Karl Heuer |
(tar-parse-octal-long-integer): Return list, not vector.
|
1995-03-20 |
Karl Fogel |
(bookmark-automatically-show-annotations): new var.
|
1995-03-20 |
Richard M. Stallman |
(debug): Now interactive.
|
1995-03-20 |
Richard M. Stallman |
(c-mode-map): Use "C-mode", not "C mode".
|
1995-03-19 |
Richard M. Stallman |
(menu-bar-files-menu): Renamed from ...-file-menu.
|
1995-03-19 |
Richard M. Stallman |
(invisible_p, invisible_ellipsis_p): Handle list
|
1995-03-18 |
Richard M. Stallman |
(display_menu_bar): Just one space between menu items.
|
1995-03-18 |
Richard M. Stallman |
(Info-next-preorder, Info-next-preorder-1):
|
1995-03-18 |
Richard M. Stallman |
(write-file): Query if file exists already.
|
1995-03-18 |
Richard M. Stallman |
(debugger-outer-load-read-function): New variable.
|
1995-03-18 |
Richard M. Stallman |
(isearch-abort): Treat "incomplete regexp"
|
1995-03-18 |
Richard M. Stallman |
(x_decode_color): Don't use cdef if defined_color failed.
|
1995-03-18 |
Richard M. Stallman |
Various doc fixes.
|
1995-03-18 |
Karl Heuer |
Don't put ediff-windows in the menu.
|
1995-03-18 |
Karl Heuer |
(ediff-patch-buffer): Use buffer name in error message.
|
1995-03-17 |
Karl Heuer |
Delete some autoloads that are now in menu-bar.el.
|
1995-03-17 |
Boris Goldowsky |
Rewrite, many things moved to format.el.
|
1995-03-17 |
Boris Goldowsky |
Initial revision
|
1995-03-17 |
Boris Goldowsky |
(Finsert_file_contents): Call format-decode.
|
1995-03-17 |
Boris Goldowsky |
(reset_buffer): Reset file_format element too.(init_buffer_once): Define file_format flag; reset file_format.
|
1995-03-17 |
Boris Goldowsky |
(struct buffer): Add file_format member.
|
1995-03-17 |
Boris Goldowsky |
Load format.el.
|
1995-03-17 |
Richard M. Stallman |
(rmail-unix-mail-delimiter): Accept <...> around address
|
1995-03-17 |
Richard M. Stallman |
(init_alloc_once): Increase gc_cons_threshold to 300000.
|
1995-03-17 |
Karl Heuer |
Initial revision
|
1995-03-16 |
Richard M. Stallman |
(isearch-abort): Set isearch-success to nil.
|
1995-03-16 |
Richard M. Stallman |
(make-auto-save-file-name, auto-save-file-name-p): Doc fixes.
|
1995-03-16 |
Karl Heuer |
(menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediff
|
1995-03-16 |
Boris Goldowsky |
(indent-line-to): move to end of indentation, even if it didn't change.
|
1995-03-16 |
Karl Heuer |
Initial revision
|
1995-03-16 |
Karl Heuer |
Installed new version from author.
|
1995-03-16 |
Karl Heuer |
Use appropriate `fboundp' tests to decide what to load.
|
1995-03-16 |
Karl Heuer |
(other-frame): Don't try to unfocus in a termcap frame.
|
1995-03-16 |
Karl Heuer |
(frame-initialize): Set frame-creation-function to `make-terminal-frame' if
|
1995-03-16 |
Richard M. Stallman |
(compute_motion, Fmove_to_column, current_column)
|
1995-03-16 |
Richard M. Stallman |
(line-move): Handle conses in buffer-invisibility-spec.
|
1995-03-16 |
Richard M. Stallman |
Comment change.
|
1995-03-16 |
Richard M. Stallman |
(outline-layout): Doc fix.
|
1995-03-16 |
Per Bothner |
(term-mouse-paste): Make work for xemacs. Minor GNU emacs fixes.
|
1995-03-16 |
Per Bothner |
(term-char-mode): Fix arrow key and [button2] support for xemacs.
|
1995-03-15 |
Richard M. Stallman |
Use BSD sockets whenever available, even if HAVE_SYSVIPC.
|
1995-03-15 |
Richard M. Stallman |
Use BSD sockets whenever available, even if HAVE_SYSVIPC.
|
1995-03-15 |
Richard M. Stallman |
(balance-windows): Ignore minibuffer window when browsing the `levels'.
|
1995-03-15 |
Richard M. Stallman |
(c-style-alist): For BSD, set c-continued-brace-offset
|
1995-03-15 |
Richard M. Stallman |
(edit-options): Make the buffer read-only.
|
1995-03-15 |
Karl Heuer |
(make_lispy_event): Do mouse code only if HAVE_MOUSE.
|
1995-03-15 |
Karl Heuer |
(Fmouse_position): Do work only if HAVE_MOUSE.
|
1995-03-15 |
Karl Heuer |
(internal_self_insert): Do face code only if HAVE_FACES.
|
1995-03-15 |
Karl Heuer |
(mouse-major-mode-menu): Avoid confusing error message when there's no current
|
1995-03-15 |
Karl Heuer |
[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.
|
1995-03-15 |
Karl Fogel |
(bookmark-bmenu-2-window): go to correct position as well as
|