]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
1995-03-21 Richard M.... (Vload_read_function): New variable.
1995-03-21 Richard M.... (CHECK_IMPURE): Declare my_edata as char array.
1995-03-21 Richard M.... (my_edata): Declare as char array, not int.
1995-03-21 Richard M.... (dump-emacs-data, dump-emacs): Declare my_edata as...
1995-03-21 Richard M.... (occur): Copy default-directory to *Occur* buffer.
1995-03-21 Richard M.... Initial revision
1995-03-21 Paul EggertAdd -u "login<tab>fullname<tab>mailaddr" option, which...
1995-03-21 Richard M.... (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.... (debug): Now interactive.
1995-03-20 Richard M.... (c-mode-map): Use "C-mode", not "C mode".
1995-03-19 Richard M.... (menu-bar-files-menu): Renamed from ...-file-menu.
1995-03-19 Richard M.... (invisible_p, invisible_ellipsis_p): Handle list
1995-03-18 Richard M.... (display_menu_bar): Just one space between menu items.
1995-03-18 Richard M.... (Info-next-preorder, Info-next-preorder-1):
1995-03-18 Richard M.... (write-file): Query if file exists already.
1995-03-18 Richard M.... (debugger-outer-load-read-function): New variable.
1995-03-18 Richard M.... (isearch-abort): Treat "incomplete regexp"
1995-03-18 Richard M.... (x_decode_color): Don't use cdef if defined_color failed.
1995-03-18 Richard M.... Various doc fixes.
1995-03-18 Karl HeuerDon'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 HeuerDelete some autoloads that are now in menu-bar.el.
1995-03-17 Boris GoldowskyRewrite, many things moved to format.el.
1995-03-17 Boris GoldowskyInitial 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_buf...
1995-03-17 Boris Goldowsky(struct buffer): Add file_format member.
1995-03-17 Boris GoldowskyLoad format.el.
1995-03-17 Richard M.... (rmail-unix-mail-delimiter): Accept <...> around address
1995-03-17 Richard M.... (init_alloc_once): Increase gc_cons_threshold to 300000.
1995-03-17 Karl HeuerInitial revision
1995-03-16 Richard M.... (isearch-abort): Set isearch-success to nil.
1995-03-16 Richard M.... (make-auto-save-file-name, auto-save-file-name-p):...
1995-03-16 Karl Heuer(menu-bar-file-menu): Changed "Emerge" to "Merge" to...
1995-03-16 Boris Goldowsky(indent-line-to): move to end of indentation, even...
1995-03-16 Karl HeuerInitial revision
1995-03-16 Karl HeuerInstalled new version from author.
1995-03-16 Karl HeuerUse 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...
1995-03-16 Richard M.... (compute_motion, Fmove_to_column, current_column)
1995-03-16 Richard M.... (line-move): Handle conses in buffer-invisibility-spec.
1995-03-16 Richard M.... Comment change.
1995-03-16 Richard M.... (outline-layout): Doc fix.
1995-03-16 Per Bothner(term-mouse-paste): Make work for xemacs. Minor GNU...
1995-03-16 Per Bothner(term-char-mode): Fix arrow key and [button2] support...
1995-03-15 Richard M.... Use BSD sockets whenever available, even if HAVE_SYSVIPC.
1995-03-15 Richard M.... Use BSD sockets whenever available, even if HAVE_SYSVIPC.
1995-03-15 Richard M.... (balance-windows): Ignore minibuffer window when browsi...
1995-03-15 Richard M.... (c-style-alist): For BSD, set c-continued-brace-offset
1995-03-15 Richard M.... (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...
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...
1995-03-15 Karl Heuer(defvar_kboard): Renamed from defvar_display.
1995-03-15 Karl Heuer(find_symbol_value): current_perdisplay now is never...
1995-03-15 Karl Heuer(mark_kboards): Renamed from mark_perdisplays.
1995-03-15 Karl Heuer(make_frame): Initialize kboard member.
1995-03-15 Karl Heuer(unlock_kboard): Renamed from unlock_display.
1995-03-15 Karl Heuer(get_perdisplay): Deleted.
1995-03-15 Karl Heuer(Fx_create_frame): set the frame's kboard member.
1995-03-15 Karl Heuer(struct x_display_info): member kboard (formerly perdis...
1995-03-15 Karl Heuer(struct KBOARD, MULTI_KBOARD, current_kboard, all_kboards,
1995-03-15 Karl Heuer(display_mode_line): Rename perdisplay to kboard.
1995-03-15 Karl Heuer(print): Rename perdisplay to kboard.
1995-03-15 Karl HeuerRename perdisplay to kboard.
1995-03-15 Karl Heuer(read_minibuf): Rename perdisplay to kboard.
1995-03-15 Karl Heuer(specbind): Rename perdisplay to kboard.
1995-03-15 Karl Heuer(xkbobjfwd): Renamed from xdispobjfwd.
1995-03-15 Karl Heuer(struct frame): New member kboard.
1995-03-14 Richard M.... (read_minibuf): Save Voverriding_local_map.
1995-03-14 Richard M.... (Fdisplay_buffer): Fix prev change--return selected...
1995-03-14 Richard M.... (Fash): Fix previous change.
1995-03-14 Thien-Thi Nguyen`emacs-version' checking now handles Lucid's version...
1995-03-14 Richard M.... (Fmake_indirect_buffer): Invert the arguments.
1995-03-14 Richard M.... (unchain_marker): Allow differing buffers
1995-03-14 Richard M.... entered into RCS
1995-03-14 Karl Heuer(event_to_perdisplay): New function.
1995-03-14 Richard M.... *** empty log message ***
1995-03-13 Richard M.... (unexec): Adjust the file offset of sections located
1995-03-13 Karl FogelRemoved C-v bindings; they were inconsistent.
1995-03-13 Karl Heuer(print): current_perdisplay now is never null.
1995-03-13 Karl Heuer(Fexecute_kbd_macro): current_perdisplay now is never...
1995-03-13 Karl Heuer(clear_prefix_arg): current_perdisplay now is never...
1995-03-13 Francesco Potortì* etags.c (process_file): free (filename) after using it.
1995-03-13 Richard M.... (adaptive-fill-regexp): Skip # or ;.
1995-03-13 Richard M.... (adaptive-fill-regexp): Skip #'s and ;'s.
1995-03-13 Richard M.... (rsh): Name the buffer *rsh-HOST*.
1995-03-13 Richard M.... (c-mode): Make comment-multi-line t locally.
1995-03-13 Karl Heuer(unlock_display): current_perdisplay now is never null.
1995-03-12 Richard M.... (parse_modifiers_uncached): Delete the code for
1995-03-12 Richard M.... (block-comment-start, block-comment-end): New vars.
1995-03-12 Richard M.... (dired-do-print): Allow lpr-switches to be a string...
1995-03-12 Richard M.... (ielm): Use pop-to-buffer.
1995-03-12 Richard M.... Fix typos in previous change.
next