aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (WINDOW_RIGHT_MARGIN): Don't subtract 1 from width when there are noRichard M. Stallman1998-05-041-1/+1
* (Fload): Rename dosmode to fmode and use it on allEli Zaretskii1998-05-041-9/+10
* (read1): Clear out extraneous bits at end of bool-vector.Eli Zaretskii1998-05-041-0/+4
* Include syssignal.h after lisp.h.Andreas Schwab1998-05-041-4/+4
* Declare init_signals and add prototypes.Andreas Schwab1998-05-041-4/+5
* Declare init functions.Andreas Schwab1998-05-041-0/+107
* (LIBXMU): Don't bother testing CANNOT_DUMP.Richard M. Stallman1998-05-041-4/+0
* (TAGS-LISP): New target.Richard M. Stallman1998-05-031-21/+9
* (compute_motion): When invisible text cross TO,Richard M. Stallman1998-05-031-1/+4
* Comment change.Richard M. Stallman1998-05-031-1/+6
* (search_buffer): Fix casts when assigning raw_pattern.Richard M. Stallman1998-05-031-8/+9
* (Fformat): Fix casts when assigning buf.Richard M. Stallman1998-05-031-2/+2
* (isfloat_string): Don't look at bytes before the string.Richard M. Stallman1998-05-031-0/+4
* (HAVE_STRING_H): Add #undef.Richard M. Stallman1998-05-021-0/+6
* (XTwrite_glyphs): Don't advance cursor X beyond limit.Richard M. Stallman1998-05-021-5/+16
* Include coding.h.Richard M. Stallman1998-05-021-2/+5
* (Vfile_name_coding_system)Richard M. Stallman1998-05-021-0/+6
* (Fmake_temp_name): Improve randomness of generated file names.Richard M. Stallman1998-05-021-4/+9
* (Finsert_char): Doc fix.Richard M. Stallman1998-05-021-1/+1
* Whitespace change.Richard M. Stallman1998-05-021-2/+2
* (enum_font_cb2): Only ignore raster fonts whenGeoff Voelker1998-05-021-1/+1
* (LIBS): Link in shell32.lib.Richard M. Stallman1998-05-011-0/+1
* (event_kind): New event type `drag_n_drop'.Richard M. Stallman1998-05-011-2/+16
* (Qdrag_n_drop, drag_n_drop_syms, lispy_drag_n_drop_names): New variables.Richard M. Stallman1998-05-011-0/+87
* (wordify): Do the second loop by chars, not by bytes.Richard M. Stallman1998-05-011-11/+28
* Include shellapi.h.Richard M. Stallman1998-05-011-0/+59
* Include shellapi.h.Richard M. Stallman1998-05-011-0/+10
* (encode_coding_iso2022): If encoding a last block,Kenichi Handa1998-05-011-11/+8
* (WM_MOUSEWHEEL): Define relative to WM_MOUSELAST.Geoff Voelker1998-04-301-1/+4
* (msh_mousewheel): Declare.Geoff Voelker1998-04-301-0/+27
* (msh_mousewheel): New variable.Geoff Voelker1998-04-301-0/+13
* [defined (__alpha__) && !defined (__NetBSD__) && !defined (__OpenBSD__)]:Richard M. Stallman1998-04-301-1/+32
* (minibuf_conform_representation): New function.Richard M. Stallman1998-04-301-8/+28
* (find_handler_clause): Cast Fbacktrace to proper type.Richard M. Stallman1998-04-301-1/+10
* (struct process): Make inherit_coding_system_flag a Lisp_Object.Richard M. Stallman1998-04-291-5/+9
* (Fset_process_inherit_coding_system_flag, Fstart_process):Richard M. Stallman1998-04-291-6/+8
* Fix -Wimplicit warnings.Andreas Schwab1998-04-291-4/+3
* (redisplay_window): Update STARTP_BYTE alongside withAndreas Schwab1998-04-291-3/+9
* (make_window): Initialize last_point field.Andreas Schwab1998-04-291-0/+1
* (emacs_get_tty): Zero out termios structure beforeAndreas Schwab1998-04-291-0/+2
* Declare Fcompare_strings.Andreas Schwab1998-04-291-0/+1
* Include <time.h> for time.Andreas Schwab1998-04-291-0/+1
* (main): Use Vbuffer_alist instead of Fbuffer_list.Andreas Schwab1998-04-291-4/+4
* (setup_coding_system): Properly check for nil.Andreas Schwab1998-04-291-2/+2
* (re_search_2): Fix indentation.Andreas Schwab1998-04-291-2/+2
* (Fcompare_buffer_substrings): Rewrite to loop by chars.Richard M. Stallman1998-04-291-21/+39
* (abort): Omit this definition, if NO_ABORT.Richard M. Stallman1998-04-291-1/+3
* Forward declare hooks with full function prototypes.Geoff Voelker1998-04-291-30/+61
* (w32_console_mouse_position, w32_console_read_socket):Geoff Voelker1998-04-291-8/+7
* (w32_console_mouse_position): Rename fromGeoff Voelker1998-04-291-8/+8