aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (Fintern): Properly compare lisp objects.Richard M. Stallman1998-05-071-1/+1
* (set_internal): Properly compare lisp objects.Richard M. Stallman1998-05-071-2/+2
* (init_process, syms_of_process): Make definition consistent withEli Zaretskii1998-05-071-0/+2
* (compute_motion): Fix bug of handling wide-columnKenichi Handa1998-05-071-19/+3
* (syms_of_buffer) <buffer-file-coding-system>: Doc fix.Richard M. Stallman1998-05-071-1/+1
* (Fcall_process): If we must display received data onKenichi Handa1998-05-071-10/+23
* (regex_compile): When checking after exactnRichard M. Stallman1998-05-061-6/+6
* (main): Call the syms_of_... and keys_of_... functionsRichard M. Stallman1998-05-061-24/+25
* (create_process): Add cast when calling encode_codingRichard M. Stallman1998-05-051-2/+2
* (barf_or_query_if_file_exists): Encode file name.Richard M. Stallman1998-05-051-3/+12
* (Fmake_bool_vector): Clear out extraneous bits at end.Richard M. Stallman1998-05-051-1/+5
* (boyer_moore): Check more reliably for ptr[1] beingRichard M. Stallman1998-05-051-6/+12
* (encode_coding_iso2022): Don't skip a code following some invalid code.Richard M. Stallman1998-05-041-11/+8
* (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