Mercurial > emacs
graph
-
(Fwhere_is_internal): Fix missing \n\.1995-03-22, by Karl Heuer
-
(syms_of_window): Fix missing \n\.1995-03-22, by Karl Heuer
-
(one-window-p, walk-windows, minibuffer-window-active-p):1995-03-22, by Richard M. Stallman
-
(one-window-p, walk-windows, minibuffer-window-active-p): Functions moved here.1995-03-22, by Richard M. Stallman
-
(redisplay_window): Skip the only-point-has-changed1995-03-22, by Richard M. Stallman
-
(init-file-user, site-run-file): Doc fixes.1995-03-22, by Richard M. Stallman
-
Treat -u 'LOGIN:FULLNAME:MAILADDR' as if it were1995-03-21, by Paul Eggert
-
(list-text-properties-at): New fn.1995-03-21, by Boris Goldowsky
-
(vc-update-change-log): Use new -u option for rcs2log.1995-03-21, by Richard M. Stallman
-
(Vload_read_function): New variable.1995-03-21, by Richard M. Stallman
-
(CHECK_IMPURE): Declare my_edata as char array.1995-03-21, by Richard M. Stallman
-
(my_edata): Declare as char array, not int.1995-03-21, by Richard M. Stallman
-
(dump-emacs-data, dump-emacs): Declare my_edata as char array.1995-03-21, by Richard M. Stallman
-
(occur): Copy default-directory to *Occur* buffer.1995-03-21, by Richard M. Stallman
-
Initial revision1995-03-21, by Richard M. Stallman
-
Add -u "login<tab>fullname<tab>mailaddr" option, which replaces the1995-03-21, by Paul Eggert
-
(shell-command): Use *Async Shell Command* for1995-03-21, by Richard M. Stallman
-
(tar-parse-octal-long-integer): Return list, not vector.1995-03-21, by Karl Heuer
-
(bookmark-automatically-show-annotations): new var.1995-03-20, by Karl Fogel
-
(debug): Now interactive.1995-03-20, by Richard M. Stallman
-
(c-mode-map): Use "C-mode", not "C mode".1995-03-20, by Richard M. Stallman
-
(menu-bar-files-menu): Renamed from ...-file-menu.1995-03-19, by Richard M. Stallman
-
(invisible_p, invisible_ellipsis_p): Handle list1995-03-19, by Richard M. Stallman
-
(display_menu_bar): Just one space between menu items.1995-03-18, by Richard M. Stallman
-
(Info-next-preorder, Info-next-preorder-1):1995-03-18, by Richard M. Stallman
-
(write-file): Query if file exists already.1995-03-18, by Richard M. Stallman
-
(debugger-outer-load-read-function): New variable.1995-03-18, by Richard M. Stallman
-
(isearch-abort): Treat "incomplete regexp"1995-03-18, by Richard M. Stallman
-
(x_decode_color): Don't use cdef if defined_color failed.1995-03-18, by Richard M. Stallman
-
Various doc fixes.1995-03-18, by Richard M. Stallman
-
Don't put ediff-windows in the menu.1995-03-18, by Karl Heuer
-
(ediff-patch-buffer): Use buffer name in error message.1995-03-18, by Karl Heuer
-
Delete some autoloads that are now in menu-bar.el.1995-03-17, by Karl Heuer
-
Rewrite, many things moved to format.el.1995-03-17, by Boris Goldowsky
-
Initial revision1995-03-17, by Boris Goldowsky
-
(Finsert_file_contents): Call format-decode.1995-03-17, by Boris Goldowsky
-
(reset_buffer): Reset file_format element too.(init_buffer_once): Define file_format flag; reset file_format.1995-03-17, by Boris Goldowsky
-
(struct buffer): Add file_format member.1995-03-17, by Boris Goldowsky
-
Load format.el.1995-03-17, by Boris Goldowsky
-
(rmail-unix-mail-delimiter): Accept <...> around address1995-03-17, by Richard M. Stallman
-
(init_alloc_once): Increase gc_cons_threshold to 300000.1995-03-17, by Richard M. Stallman
-
Initial revision1995-03-17, by Karl Heuer
-
(isearch-abort): Set isearch-success to nil.1995-03-16, by Richard M. Stallman
-
(make-auto-save-file-name, auto-save-file-name-p): Doc fixes.1995-03-16, by Richard M. Stallman
-
(menu-bar-file-menu): Changed "Emerge" to "Merge" to agree with the new ediff1995-03-16, by Karl Heuer
-
(indent-line-to): move to end of indentation, even if it didn't change.1995-03-16, by Boris Goldowsky
-
Initial revision1995-03-16, by Karl Heuer
-
Installed new version from author.1995-03-16, by Karl Heuer
-
Use appropriate `fboundp' tests to decide what to load.1995-03-16, by Karl Heuer
-
(other-frame): Don't try to unfocus in a termcap frame.1995-03-16, by Karl Heuer
-
(frame-initialize): Set frame-creation-function to `make-terminal-frame' if1995-03-16, by Karl Heuer
-
(compute_motion, Fmove_to_column, current_column)1995-03-16, by Richard M. Stallman
-
(line-move): Handle conses in buffer-invisibility-spec.1995-03-16, by Richard M. Stallman
-
Comment change.1995-03-16, by Richard M. Stallman
-
(outline-layout): Doc fix.1995-03-16, by Richard M. Stallman
-
(term-mouse-paste): Make work for xemacs. Minor GNU emacs fixes.1995-03-16, by Per Bothner
-
(term-char-mode): Fix arrow key and [button2] support for xemacs.1995-03-16, by Per Bothner
-
Use BSD sockets whenever available, even if HAVE_SYSVIPC.1995-03-15, by Richard M. Stallman
-
Use BSD sockets whenever available, even if HAVE_SYSVIPC.1995-03-15, by Richard M. Stallman
-
(balance-windows): Ignore minibuffer window when browsing the `levels'.1995-03-15, by Richard M. Stallman
-
(c-style-alist): For BSD, set c-continued-brace-offset1995-03-15, by Richard M. Stallman
-
(edit-options): Make the buffer read-only.1995-03-15, by Richard M. Stallman
-
(make_lispy_event): Do mouse code only if HAVE_MOUSE.1995-03-15, by Karl Heuer
-
(Fmouse_position): Do work only if HAVE_MOUSE.1995-03-15, by Karl Heuer
-
(internal_self_insert): Do face code only if HAVE_FACES.1995-03-15, by Karl Heuer
-
(mouse-major-mode-menu): Avoid confusing error message when there's no current1995-03-15, by Karl Heuer
-
[HAVE_X_WINDOWS] (MULTI_KBOARD): Define this symbol.1995-03-15, by Karl Heuer
-
(bookmark-bmenu-2-window): go to correct position as well as1995-03-15, by Karl Fogel
-
(defvar_kboard): Renamed from defvar_display.1995-03-15, by Karl Heuer
-
(find_symbol_value): current_perdisplay now is never null.1995-03-15, by Karl Heuer
-
(mark_kboards): Renamed from mark_perdisplays.1995-03-15, by Karl Heuer
-
(make_frame): Initialize kboard member.1995-03-15, by Karl Heuer
-
(unlock_kboard): Renamed from unlock_display.1995-03-15, by Karl Heuer
-
(get_perdisplay): Deleted.1995-03-15, by Karl Heuer
-
(Fx_create_frame): set the frame's kboard member.1995-03-15, by Karl Heuer
-
(struct x_display_info): member kboard (formerly perdisplay) is now a pointer,1995-03-15, by Karl Heuer
-
(struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,1995-03-15, by Karl Heuer
-
(display_mode_line): Rename perdisplay to kboard.1995-03-15, by Karl Heuer
-
(print): Rename perdisplay to kboard.1995-03-15, by Karl Heuer
-
Rename perdisplay to kboard.1995-03-15, by Karl Heuer
-
(read_minibuf): Rename perdisplay to kboard.1995-03-15, by Karl Heuer
-
(specbind): Rename perdisplay to kboard.1995-03-15, by Karl Heuer
-
(xkbobjfwd): Renamed from xdispobjfwd.1995-03-15, by Karl Heuer
-
(struct frame): New member kboard.1995-03-15, by Karl Heuer
-
(read_minibuf): Save Voverriding_local_map.1995-03-14, by Richard M. Stallman
-
(Fdisplay_buffer): Fix prev change--return selected window.1995-03-14, by Richard M. Stallman
-
(Fash): Fix previous change.1995-03-14, by Richard M. Stallman
-
`emacs-version' checking now handles Lucid's version change to 19.xx.1995-03-14, by Thien-Thi Nguyen
-
(Fmake_indirect_buffer): Invert the arguments.1995-03-14, by Richard M. Stallman
-
(unchain_marker): Allow differing buffers1995-03-14, by Richard M. Stallman
-
entered into RCS1995-03-14, by Richard M. Stallman
-
(event_to_perdisplay): New function.1995-03-14, by Karl Heuer
-
*** empty log message ***1995-03-14, by Richard M. Stallman
-
(unexec): Adjust the file offset of sections located1995-03-13, by Richard M. Stallman
-
Removed C-v bindings; they were inconsistent.1995-03-13, by Karl Fogel
-
(print): current_perdisplay now is never null.1995-03-13, by Karl Heuer
-
(Fexecute_kbd_macro): current_perdisplay now is never null.1995-03-13, by Karl Heuer
-
(clear_prefix_arg): current_perdisplay now is never null.1995-03-13, by Karl Heuer
-
* etags.c (process_file): free (filename) after using it.1995-03-13, by Francesco Potortì
-
(adaptive-fill-regexp): Skip # or ;.1995-03-13, by Richard M. Stallman
-
(adaptive-fill-regexp): Skip #'s and ;'s.1995-03-13, by Richard M. Stallman
-
(rsh): Name the buffer *rsh-HOST*.1995-03-13, by Richard M. Stallman
-
(c-mode): Make comment-multi-line t locally.1995-03-13, by Richard M. Stallman
-
(unlock_display): current_perdisplay now is never null.1995-03-13, by Karl Heuer
-
(parse_modifiers_uncached): Delete the code for1995-03-12, by Richard M. Stallman
-
(block-comment-start, block-comment-end): New vars.1995-03-12, by Richard M. Stallman
-
(dired-do-print): Allow lpr-switches to be a string. Clean up.1995-03-12, by Richard M. Stallman
-
(ielm): Use pop-to-buffer.1995-03-12, by Richard M. Stallman
-
Fix typos in previous change.1995-03-12, by Richard M. Stallman
-
(rsh, telnet): Use pop-to-buffer.1995-03-12, by Richard M. Stallman
-
(same-window-buffer-names): Set this only in loaddefs.el,1995-03-12, by Richard M. Stallman
-
(rlogin): Use pop-to-buffer.1995-03-12, by Richard M. Stallman
-
(hexl-mode-old-local-map, hexl-mode-old-mode-name)1995-03-12, by Richard M. Stallman
-
(shell): Use pop-to-buffer.1995-03-12, by Richard M. Stallman
-
Unconditionally add to comint-output-filter-functions.1995-03-12, by Richard M. Stallman
-
Initial revision1995-03-12, by Richard M. Stallman
-
(news-reply-mode-map): Add menu bar menus.1995-03-12, by Richard M. Stallman
-
(rmail-list-to-menu): Bind `command' with let.1995-03-12, by Richard M. Stallman
-
(rmail-duplicate-message): New function.1995-03-12, by Richard M. Stallman