| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Include <sys/types.h> and <unistd.h> (for getpid). | Kim F. Storm | 2004-11-09 | 1 | -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. Storm | 2004-11-09 | 1 | -20/+24 |
| | | | | | (pint2hrstr): Add extra braces to silence compiler. | ||||
| * | (print_object): Fix format string. | Kim F. Storm | 2004-11-09 | 1 | -1/+1 |
| | | |||||
| * | (read1): Fix next_char matching. | Kim F. Storm | 2004-11-09 | 1 | -5/+5 |
| | | |||||
| * | (Fdelete): Add EXFUN. | Kim F. Storm | 2004-11-09 | 1 | -0/+2 |
| | | | | | (replace_range_2): Add prototype. | ||||
| * | (read_avail_input): Remove unused variable 'discard'. | Kim F. Storm | 2004-11-09 | 1 | -1/+0 |
| | | |||||
| * | (NULL_INTERVAL_P): Add separate version when | Kim F. Storm | 2004-11-09 | 1 | -0/+6 |
| | | | | | | ENABLE_CHECKING is not defined to silence compiler. (compare_string_intervals): Add prototype. | ||||
| * | (destroy_fringe_bitmap): Fix return type. | Kim F. Storm | 2004-11-09 | 1 | -2/+1 |
| | | | | | (Ffringe_bitmaps_at_pos): Remove unused var 'old_buffer'. | ||||
| * | (Fdump_emacs): Fix format string. | Kim F. Storm | 2004-11-09 | 1 | -1/+1 |
| | | |||||
| * | Include <ctype.h>. | Kim F. Storm | 2004-11-09 | 1 | -1/+1 |
| | | | | | (Fsubstitute_command_keys): Remove unused variable 'firstkey'. | ||||
| * | (store_symval_forwarding): Remove unused variables. | Kim F. Storm | 2004-11-09 | 1 | -3/+1 |
| | | |||||
| * | (Fcall_interactively): Remove unused variable 'funcar'. | Kim F. Storm | 2004-11-09 | 1 | -1/+0 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-09 | 1 | -1/+36 |
| | | |||||
| * | Fix commentary. | Kim F. Storm | 2004-11-09 | 1 | -2/+2 |
| | | |||||
| * | (Fmake_network_process): Remove unused var 'retry'. | Kim F. Storm | 2004-11-09 | 1 | -1/+0 |
| | | |||||
| * | * Makefile.in (stamp-oldxmenu): If HAVE_GTK, don't add dependencies | Jan Djärv | 2004-11-09 | 2 | -4/+9 |
| | | | | | to ${OLDXMENU}. | ||||
| * | (Fmake_network_process): Remove kludge for interrupted | Kim F. Storm | 2004-11-09 | 1 | -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. Storm | 2004-11-09 | 1 | -1/+7 |
| | | |||||
| * | * .cvsignore: Add buildobj.lst. | Jan Djärv | 2004-11-09 | 2 | -0/+3 |
| | | |||||
| * | * doc.c: New variable Vbuild_files. | Jan Djärv | 2004-11-09 | 4 | -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 if | Kim F. Storm | 2004-11-08 | 1 | -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. Storm | 2004-11-08 | 1 | -0/+6 |
| | | |||||
| * | (note_mouse_highlight): Clear mouse face if we move out of text area. | Kim F. Storm | 2004-11-08 | 1 | -2/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-08 | 1 | -0/+1 |
| | | |||||
| * | (fast_find_position): Fix start pos if header line present. | Kim F. Storm | 2004-11-08 | 1 | -10/+11 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2004-11-08 | 1 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-11-08 | 1 | -0/+6 |
| | | |||||
| * | Move #include "systime.h" before <sys/resource.h>. | Eli Zaretskii | 2004-11-08 | 1 | -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 Handa | 2004-11-08 | 2 | -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ärv | 2004-11-07 | 2 | -4/+11 |
| | | |||||
| * | Don't declare Fmsdos_downcase_filename. | Andreas Schwab | 2004-11-07 | 3 | -5/+6 |
| | | |||||
| * | Declare Fmsdos_downcase_filename. | Andreas Schwab | 2004-11-07 | 1 | -0/+5 |
| | | |||||
| * | * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in | Jan Djärv | 2004-11-07 | 5 | -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 patch | Steven Tamm | 2004-11-07 | 1 | -2/+3 |
| | | |||||
| * | editfns.c: Need to include sys/time.h before resource.h on darwin. | Steven Tamm | 2004-11-07 | 2 | -0/+7 |
| | | |||||
| * | (command_loop_1): Change Vtransient_mark_mode | Richard M. Stallman | 2004-11-07 | 2 | -11/+19 |
| | | | | | before deciding whether to inctivate mark. | ||||
| * | (Fcall_interactively): Avoid reusing EVENT for other data. | Richard M. Stallman | 2004-11-07 | 1 | -7/+7 |
| | | |||||
| * | (merge_named_face): GCPRO the face_name in the | Richard M. Stallman | 2004-11-07 | 1 | -14/+12 |
| | | | | | | named_merge_point struct that we make. (merge_face_heights): Eliminate GCPRO arg. All callers changed. | ||||
| * | Whitespace fixup. | Andreas Schwab | 2004-11-07 | 1 | -7/+5 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-11-06 | 1 | -0/+4 |
| | | |||||
| * | (sxhash): As far as possible, merge calculation of | Eli Zaretskii | 2004-11-06 | 1 | -5/+4 |
| | | | | | hash code for symbols and strings. | ||||
| * | (Fget_internal_run_time): New function. | Eli Zaretskii | 2004-11-06 | 1 | -0/+46 |
| | | | | | (syms_of_data): Defsubr it. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2004-11-06 | 1 | -0/+4 |
| | | |||||
| * | Regenerate. | Eli Zaretskii | 2004-11-06 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2004-11-06 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_frame): Fix the example in the doc string. | Eli Zaretskii | 2004-11-06 | 1 | -1/+1 |
| | | |||||
| * | * eval.c (Feval): Remove check for INPUT_BLOCKED_P. | Jan Djärv | 2004-11-06 | 3 | -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 Teirlinck | 2004-11-05 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_macros) <defining-kbd-macro>: Doc fix. | Luc Teirlinck | 2004-11-05 | 1 | -1/+3 |
| | | |||||
| * | (print_object): Print Lisp_Misc_Save_Value objects. | Kim F. Storm | 2004-11-05 | 1 | -0/+9 |
| | | |||||