summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (rsh, telnet): Use pop-to-buffer.Richard M. Stallman1995-03-121-4/+8
* (same-window-buffer-names): Set this only in loaddefs.el,Richard M. Stallman1995-03-121-2/+1
* (rlogin): Use pop-to-buffer.Richard M. Stallman1995-03-121-8/+10
* (hexl-mode-old-local-map, hexl-mode-old-mode-name)Richard M. Stallman1995-03-121-0/+4
* (shell): Use pop-to-buffer.Richard M. Stallman1995-03-121-9/+15
* Unconditionally add to comint-output-filter-functions.Richard M. Stallman1995-03-121-101/+54
* Initial revisionRichard M. Stallman1995-03-121-0/+160
* (news-reply-mode-map): Add menu bar menus.Richard M. Stallman1995-03-121-1/+30
* (rmail-list-to-menu): Bind `command' with let.Richard M. Stallman1995-03-121-21/+22
* (rmail-duplicate-message): New function.Richard M. Stallman1995-03-121-19/+35
* (blessmail): Pass archlibdir to the sub-make.Richard M. Stallman1995-03-121-1/+2
* (eval-defun): Convert defvar to defconst.Richard M. Stallman1995-03-111-5/+8
* (reset_buffer_local_variables): Init invisibility.Richard M. Stallman1995-03-111-1/+15
* (struct buffer): New field `invisibility_spec'.Richard M. Stallman1995-03-111-0/+6
* (display_text_line): When setting selective_rlen,Richard M. Stallman1995-03-111-14/+72
* (compute_motion): Call recenter_overlay_lists sooner.Richard M. Stallman1995-03-111-16/+40
* (TEXT_PROP_MEANS_INVISIBLE): New macro.Richard M. Stallman1995-03-111-0/+17
* (Fnext_property_change): Handle LIMIT = t.Richard M. Stallman1995-03-111-1/+9
* (server-buffer-done): Return a listRichard M. Stallman1995-03-111-11/+21
* (bookmark-buffer-name): Be smarter about deducing a name.Richard M. Stallman1995-03-111-24/+39
* (completion-setup-function): Set completion-base-size.Richard M. Stallman1995-03-111-2/+4
* (Vsame_window_buffer_names, Vsame_window_regexps): New vars.Richard M. Stallman1995-03-111-0/+60
* (Info-menu): Bind beg with let.Richard M. Stallman1995-03-111-1/+5
* Comment change.Richard M. Stallman1995-03-111-2/+1
* Initial revisionRichard M. Stallman1995-03-111-0/+320
* (add-menu-item-1): Better error message ifRichard M. Stallman1995-03-111-0/+2
* (vc-path): Use /usr/sccs only if it is a dir.Richard M. Stallman1995-03-111-2/+3
* Insure that all entry points call `bookmark-maybe-load-default-file'.Richard M. Stallman1995-03-111-562/+1273
* (Fash, Flsh): Change arg names.Richard M. Stallman1995-03-111-14/+14
* Initial revisionRichard M. Stallman1995-03-101-0/+596
* (line-move-ignore-invisible): New variable.Richard M. Stallman1995-03-101-1/+23
* (hexl-mode): Make after-revert-hook rehexlify.Richard M. Stallman1995-03-091-0/+7
* (Fforward_comment): Always clear immediate_quit for return.Richard M. Stallman1995-03-091-0/+1
* (read_input_waiting): Fix Lisp_Object vs. int problem.Karl Heuer1995-03-081-1/+1
* (unlock_display): If adding to kbd_queue, set kbd_queue_has_data.Karl Heuer1995-03-081-8/+16
* (struct PERDISPLAY): New member kbd_queue_has_data.Karl Heuer1995-03-081-1/+7
* (indent-new-comment-line): Clean up handling of \(...\) in comment-start-skip.Richard M. Stallman1995-03-081-6/+5
* (revert-buffer): Doc fix.Richard M. Stallman1995-03-081-1/+1
* Declare new var and functions.Karl Heuer1995-03-081-1/+6
* (current_prefix_partial): New var.Karl Heuer1995-03-081-0/+105
* Moved clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg to callint.c.Karl Heuer1995-03-081-83/+2
* (calculate-perl-indent): When backing up over continuations,Richard M. Stallman1995-03-081-2/+2
* (init_perdisplay): Initialize Vlast_kbd_macro.Karl Heuer1995-03-081-0/+1
* (mark_perdisplays): Mark Vlast_kbd_macro.Karl Heuer1995-03-081-0/+1
* (Fstart_kbd_macro): Access Vlast_kbd_macro via perdisplay.Karl Heuer1995-03-081-13/+11
* (struct PERDISPLAY): New member Vlast_kbd_macro.Karl Heuer1995-03-081-2/+5
* * term.el (term-eol-on-send): New variable. Use it.Per Bothner1995-03-081-10/+24
* (cmd_error): Bind Vprint_level and Vprint_length.Karl Heuer1995-03-081-0/+12
* * cmacexp.el (c-macro-expansion): put the unique string before theFrancesco Potortì1995-03-071-4/+4
* (command_loop_1): Fix test for prefix arg.Karl Heuer1995-03-071-2/+3