aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include <sys/types.h> and <unistd.h> (for getpid).Kim F. Storm2004-11-091-10/+23
| | | | | | Fix various comments referring to XEvents instead of input events. (x_queue_event): Fix format strings. (x_stop_queuing_selection_requests): Likewise.
* (produce_image_glyph): Remove unused variable 'face_ascent'.Kim F. Storm2004-11-091-20/+24
| | | | (pint2hrstr): Add extra braces to silence compiler.
* (print_object): Fix format string.Kim F. Storm2004-11-091-1/+1
|
* (read1): Fix next_char matching.Kim F. Storm2004-11-091-5/+5
|
* (Fdelete): Add EXFUN.Kim F. Storm2004-11-091-0/+2
| | | | (replace_range_2): Add prototype.
* (read_avail_input): Remove unused variable 'discard'.Kim F. Storm2004-11-091-1/+0
|
* (NULL_INTERVAL_P): Add separate version whenKim F. Storm2004-11-091-0/+6
| | | | | ENABLE_CHECKING is not defined to silence compiler. (compare_string_intervals): Add prototype.
* (destroy_fringe_bitmap): Fix return type.Kim F. Storm2004-11-091-2/+1
| | | | (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'.
* (Fdump_emacs): Fix format string.Kim F. Storm2004-11-091-1/+1
|
* Include <ctype.h>.Kim F. Storm2004-11-091-1/+1
| | | | (Fsubstitute_command_keys): Remove unused variable 'firstkey'.
* (store_symval_forwarding): Remove unused variables.Kim F. Storm2004-11-091-3/+1
|
* (Fcall_interactively): Remove unused variable 'funcar'.Kim F. Storm2004-11-091-1/+0
|
* *** empty log message ***Kim F. Storm2004-11-091-1/+36
|
* Fix commentary.Kim F. Storm2004-11-091-2/+2
|
* (Fmake_network_process): Remove unused var 'retry'.Kim F. Storm2004-11-091-1/+0
|
* * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependenciesJan Djärv2004-11-092-4/+9
| | | | to ${OLDXMENU}.
* (Fmake_network_process): Remove kludge for interruptedKim F. Storm2004-11-091-14/+5
| | | | | connects on BSD. If connect is interrupted, just close socket and start over rather than sleeping and retry with same socket.
* *** empty log message ***Kim F. Storm2004-11-091-1/+7
|
* * .cvsignore: Add buildobj.lst.Jan Djärv2004-11-092-0/+3
|
* * doc.c: New variable Vbuild_files.Jan Djärv2004-11-094-3/+100
| | | | | | | | | | | | | | | (Fsnarf_documentation): If Vbuild_files is nil, populate it with file names from buildobh.lst. Only attach docstrings from files that are in Vbuild_files. (syms_of_doc): Defvar Vbuild_files. * Makefile.in (SOME_MACHINE_OBJECTS): Add fringe.o, image.o and w32*.o. (temacs${EXEEXT}): Generate buildobj.lst when temacs is linked. (mostlyclean): rm buildobj.lst * makefile.w32-in ($(TEMACS)): Generate buildobj.lst when temacs is linked.
* (update_window_fringes): Update fringe bitmaps ifKim F. Storm2004-11-081-0/+4
| | | | | cur and row ends_at_zv_p differs. If bitmaps of a row is updated, also update previous row to get rid of misc. artifacts.
* *** empty log message ***Kim F. Storm2004-11-081-0/+6
|
* (note_mouse_highlight): Clear mouse face if we move out of text area.Kim F. Storm2004-11-081-2/+4
|
* *** empty log message ***Kim F. Storm2004-11-081-0/+1
|
* (fast_find_position): Fix start pos if header line present.Kim F. Storm2004-11-081-10/+11
|
* *** empty log message ***Kim F. Storm2004-11-081-1/+5
|
* *** empty log message ***Eli Zaretskii2004-11-081-0/+6
|
* Move #include "systime.h" before <sys/resource.h>.Eli Zaretskii2004-11-081-11/+5
| | | | | Don't include <sys/time.h> explicitly. Include <stdio.h> unconditionally, not just on MacOS.
* (fontset_pattern_regexp): Cancel my previous change;Kenichi Handa2004-11-082-14/+36
| | | | | | | | don't pay attention to '\' before '*'. (fontset_pattern_regexp): Change the meaning of the second arg. (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset. (check_fontset_name): Try NAME as literal at first, and if it failes, try NAME as pattern.
* * emacs.c (Fdump_emacs): Only output warning on GNU/Linux.Jan Djärv2004-11-072-4/+11
|
* Don't declare Fmsdos_downcase_filename.Andreas Schwab2004-11-073-5/+6
|
* Declare Fmsdos_downcase_filename.Andreas Schwab2004-11-071-0/+5
|
* * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs inJan Djärv2004-11-075-4/+22
| | | | | | | | | | | | comparisons with integers instead of Lisp_Object address. (Fmsdos_set_keyboard): Declare argument allkeys. * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s. * dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid int/Lisp_Object mixup. * fileio.c: Ditto.
* editfns.c: Adding in better patchSteven Tamm2004-11-071-2/+3
|
* editfns.c: Need to include sys/time.h before resource.h on darwin.Steven Tamm2004-11-072-0/+7
|
* (command_loop_1): Change Vtransient_mark_modeRichard M. Stallman2004-11-072-11/+19
| | | | before deciding whether to inctivate mark.
* (Fcall_interactively): Avoid reusing EVENT for other data.Richard M. Stallman2004-11-071-7/+7
|
* (merge_named_face): GCPRO the face_name in theRichard M. Stallman2004-11-071-14/+12
| | | | | named_merge_point struct that we make. (merge_face_heights): Eliminate GCPRO arg. All callers changed.
* Whitespace fixup.Andreas Schwab2004-11-071-7/+5
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+4
|
* (sxhash): As far as possible, merge calculation ofEli Zaretskii2004-11-061-5/+4
| | | | hash code for symbols and strings.
* (Fget_internal_run_time): New function.Eli Zaretskii2004-11-061-0/+46
| | | | (syms_of_data): Defsubr it.
* *** empty log message ***Eli Zaretskii2004-11-061-0/+4
|
* Regenerate.Eli Zaretskii2004-11-061-0/+3
|
* *** empty log message ***Eli Zaretskii2004-11-061-0/+4
|
* (syms_of_frame): Fix the example in the doc string.Eli Zaretskii2004-11-061-1/+1
|
* * eval.c (Feval): Remove check for INPUT_BLOCKED_P.Jan Djärv2004-11-063-11/+22
| | | | | * xmenu.c (popup_get_selection, create_and_show_popup_menu) (create_and_show_dialog): Revert change from 2004-10-31.
* *** empty log message ***Luc Teirlinck2004-11-051-0/+4
|
* (syms_of_macros) <defining-kbd-macro>: Doc fix.Luc Teirlinck2004-11-051-1/+3
|
* (print_object): Print Lisp_Misc_Save_Value objects.Kim F. Storm2004-11-051-0/+9
|