summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (struct kboard): New elts Vreal_last_command and Vlast_prefix_arg.Richard M. Stallman1998-06-071-0/+7
* (cmd_error): Init Vlast_prefix_arg.Richard M. Stallman1998-06-071-31/+31
* (syms_of_callint): Set up Lisp variable.Richard M. Stallman1998-06-071-0/+4
* (mark_kboards): Mark Vlast_prefix_arg too.Richard M. Stallman1998-06-071-0/+1
* (mark_kboards): Mark all the Lisp_Object fields.Richard M. Stallman1998-06-071-0/+5
* (init_callproc): Check Vinstallation_directory even if !initialized.Richard M. Stallman1998-06-061-1/+1
* (POS_AS_IN_BUFFER): Add 1 only if operating on a buffer.Richard M. Stallman1998-06-061-5/+6
* (scan_lists): Properly skip the comment-fence characterRichard M. Stallman1998-06-061-43/+88
* #include sys/file.hKarl Heuer1998-06-051-33/+113
* (Finsert_file_contents): Always updateKarl Heuer1998-06-051-6/+14
* Comment change.Karl Heuer1998-06-051-1/+1
* (main): Don't implement --version if not initialized.Karl Heuer1998-06-041-2/+5
* Handle the new convention that `position' valuesKarl Heuer1998-06-031-145/+22
* (create_root_interval): Initialize position to 0Karl Heuer1998-06-031-27/+76
* (DECODE_FILE, ENCODE_FILE):Karl Heuer1998-06-031-6/+6
* (code_convert_string_norecord): New function.Karl Heuer1998-06-031-0/+22
* (sys_subshell): Cast arg to chdir.Karl Heuer1998-06-021-3/+3
* (syms_of_keyboard): Doc fix for suggest-key-bindings.Karl Heuer1998-06-021-1/+1
* (string_to_non_ascii_char): Don't check the argKenichi Handa1998-06-021-3/+5
* (detect_coding_mask): Initilize local variable C.Kenichi Handa1998-06-021-0/+1
* (main): Test `initialized' before clearing *Messages*.Karl Heuer1998-06-011-5/+8
* (SOCKLEN_TYPE): Define as int.Karl Heuer1998-06-011-0/+4
* Remember the last TWO strings skipped with #@.Richard M. Stallman1998-06-011-13/+124
* (Fcall_process): Avoid initializer on auto struct.Karl Heuer1998-06-011-1/+3
* Use 1 as explicit value of empty #defines.Andrew Innes1998-06-011-45/+49
* (LOCAL_FLAGS): Define HAVE_NTGUI if appropriate.Andrew Innes1998-06-011-1/+4
* (Finsert_file_contents): Fix char signedness mismatches.Karl Heuer1998-06-011-1/+1
* (doprnt1): Fix char signedness mismatches.Karl Heuer1998-06-011-6/+6
* (Fredraw_frame): Don't erase frame or its glyph recordsKarl Heuer1998-06-011-7/+16
* (w32_fatal_reload_error): Update error message.Geoff Voelker1998-05-301-1/+4
* (sys_rename): Handle filenames with accented characters.Geoff Voelker1998-05-301-5/+17
* (sys_spawnve): Place Emacs pid in EM_PARENT_PROCESS_ID.Geoff Voelker1998-05-301-1/+1
* (distclean): Delete config.stamp, stamp-oldxmenu.Karl Heuer1998-05-301-1/+1
* (syms_of_charset): Put \n\ at eol of docstring.Karl Heuer1998-05-301-1/+1
* (Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.Karl Heuer1998-05-301-7/+7
* (Fnext_property_change): Properly offset intervalKarl Heuer1998-05-291-11/+18
* (command_loop_1): In shortcuts for forward-char etc,,Richard M. Stallman1998-05-281-2/+2
* Add prototype for get_doc_string.Richard M. Stallman1998-05-281-0/+1
* (get_doc_string): Make non-static.Richard M. Stallman1998-05-281-1/+1
* (detect_coding_system): Treat CODING_EOL_INCONSISTENTRichard M. Stallman1998-05-261-2/+3
* (compute_motion): Check for past vpos/hpos targetRichard M. Stallman1998-05-251-0/+20
* (Fcall_interactively): Pass new arg to Fother_buffer.Richard M. Stallman1998-05-251-2/+2
* (sms_of_print): Doc fix in prev change.Richard M. Stallman1998-05-251-1/+1
* (print_escape_nonascii): New variable.Richard M. Stallman1998-05-251-2/+14
* (CHAR_TABLE_TRANSLATE): New macro.Richard M. Stallman1998-05-251-0/+13
* (RE_TRANSLATE): Use CHAR_TABLE_TRANSLATE.Richard M. Stallman1998-05-251-1/+1
* (re_search_2): Don't use ++ inside RE_TRANSLATE.Richard M. Stallman1998-05-251-5/+12
* (print) <Lisp_Cons>: Detect circular list.Richard M. Stallman1998-05-251-3/+11
* (XTread_socket): Fix second argument of x_any_window_to_frame.Richard M. Stallman1998-05-251-1/+1
* (setpgrp): Remove extra parens around parameters.Richard M. Stallman1998-05-251-1/+1