| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * lisp.h (fatal): Undo previous change. | Dan Nicolaescu | 2005-10-02 | 1 | -0/+5 |
| | | | | | * term.c (fatal): Undo previous change. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2005-10-02 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-10-01 | 1 | -4/+8 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-10-01 | 1 | -0/+28 |
| | | |||||
| * | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | Dan Nicolaescu | 2005-09-30 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type. * xterm.c (handle_one_xevent, handle_one_xevent): Likewise. * unexelf.c (fatal): Fix prototype. * term.c (fatal): Implement using varargs. * regex.c (re_char): Move typedef ... * regex.h (re_char): ... here. (re_iswctype, re_wctype, re_set_whitespace_regexp): New prototypes. * emacs.c (malloc_set_state): Fix return type. (endif): Fix type. * lisp.h (fatal): Add argument types. * dispextern.h (fatal): Delete prototype. * systime.h: (make_time): Prototype moved from ... * editfns.c (make_time): ... here. * editfns.c: Move systime.h include after lisp.h. * dired.c: * xsmfns.c: * process.c: Likewise. * alloc.c (old_malloc_hook, old_realloc_hook, old_realloc_hook): Add parameter types. (__malloc_hook, __realloc_hook, __free_hook): Fix prototypes. (emacs_blocked_free): Change definition to match __free_hook. (emacs_blocked_malloc): Change definition to match __malloc_hook. (emacs_blocked_realloc): Change definition to match __realloc_hook. | ||||
| * | (High-Level Completion): Explain that the prompt | Romain Francoise | 2005-09-30 | 1 | -0/+5 |
| | | | | | | given to `read-buffer' should end with a colon and a space. Update usage examples. | ||||
| * | *** empty log message *** | Juri Linkov | 2005-09-29 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-28 | 1 | -2/+8 |
| | | |||||
| * | (struct _XCharStruct): Each member now takes short value. | YAMAMOTO Mitsuharu | 2005-09-28 | 1 | -0/+4 |
| | | |||||
| * | (handle_one_xevent): Refer to union field to match the type | Dan Nicolaescu | 2005-09-27 | 1 | -0/+2 |
| | | | | | required by the function definition. | ||||
| * | * xlwmenu.c (find_next_selectable): | Dan Nicolaescu | 2005-09-27 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | (find_prev_selectable): Add missing parameter declarations. * xfaces.c (lookup_derived_face): Add parameter type. * xdisp.c (cursor_row_fully_visible_p): Add parameter type. * marker.c (verify_bytepos): Add parameter type. * process.c (get_operating_system_release): Move prototype ... * systime.h (get_operating_system_release): ... here. * xterm.c (set_vertical_scroll_bar): Move prototype ... * xterm.h: ... here. * fns.c (internal_equal, seed_random): Fix prototypes. (internal_equal): Add missing parameter. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-26 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-23 | 1 | -0/+5 |
| | | |||||
| * | * s/aix4-2.h (BROKEN_GET_CURRENT_DIR_NAME): Define | Dan Nicolaescu | 2005-09-23 | 1 | -0/+10 |
| | | | | | | | | | | BROKEN_GET_CURRENT_DIR_NAME. * sysdep.c (get_current_dir_name): Also define if BROKEN_GET_CURRENT_DIR_NAME. * m/ibmrs6000.h: Test for USG5, not USG5_4. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-22 | 1 | -0/+7 |
| | | |||||
| * | (xlfdpat_block_match_1): Fix assertion. | YAMAMOTO Mitsuharu | 2005-09-22 | 1 | -0/+6 |
| | | | | | | (init_font_name_table) [TARGET_API_MAC_CARBON]: Don't add style variants for a scalable font multiple times. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-09-21 | 1 | -0/+5 |
| | | |||||
| * | * gtkutil.c (xg_set_geometry): Do a gtk_window_move if program | Jan Djärv | 2005-09-20 | 1 | -0/+6 |
| | | | | | | positions have been set for the frame (as is done for frames in special-display-buffer-names). | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-19 | 1 | -0/+5 |
| | | |||||
| * | (struct window): Remove height_fixed_p, no longer set. | Andreas Schwab | 2005-09-18 | 1 | -0/+7 |
| | | |||||
| * | (Fdefalias): Signal an error if SYMBOL is not a symbol. | John Paul Wallington | 2005-09-18 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2005-09-18 | 1 | -0/+11 |
| | | |||||
| * | (XMENU_OBJ) [!HAVE_CARBON]: Reinstate variable. | Eli Zaretskii | 2005-09-17 | 1 | -0/+5 |
| | | | | | (obj): Use XMENU_OBJ, not a literal xmenu.o. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-17 | 1 | -2/+1 |
| | | |||||
| * | (syms_of_fileio): Clarify docstring of `write-region-inhibit-fsync'. | Romain Francoise | 2005-09-16 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2005-09-15 | 1 | -0/+13 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-15 | 1 | -0/+5 |
| | | |||||
| * | (write_region_inhibit_fsync): New variable. | Romain Francoise | 2005-09-14 | 1 | -0/+6 |
| | | | | | | (Fwrite_region): Use it to skip call to fsync. (syms_of_fileio): Initialize it. | ||||
| * | (code_convert_region_unwind): Argument format changed. | Kenichi Handa | 2005-09-14 | 1 | -0/+5 |
| | | | | | | | (run_pre_post_conversion_on_str): If pre-write-conversion function changed the current buffer, delete the new buffer. (run_pre_write_conversin_on_c_str): Likewise. | ||||
| * | (Fexpand_file_name): Check multibyteness of | Kenichi Handa | 2005-09-14 | 1 | -0/+5 |
| | | | | | default_directory. | ||||
| * | (compose_chars_in_text): Delete it. | Kenichi Handa | 2005-09-13 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-12 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-12 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-12 | 1 | -0/+9 |
| | | |||||
| * | (display_mode_element): Be sure to make variables THIS | Kenichi Handa | 2005-09-12 | 1 | -0/+5 |
| | | | | | and LISP_STRING point into a string data of ELT. | ||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-12 | 1 | -0/+20 |
| | | |||||
| * | 2005-09-11 Chris Prince <cprince@gmail.com> (tiny change) | Jason Rumney | 2005-09-11 | 1 | -0/+4 |
| | | | | | * w32term.c (x_bitmap_icon): Load small icons too. | ||||
| * | (init_buffer): Fix typos. | Romain Francoise | 2005-09-10 | 1 | -1/+1 |
| | | |||||
| * | (init_buffer): Grow buffer to add directory separator | Romain Francoise | 2005-09-10 | 1 | -0/+5 |
| | | | | | and terminal zero. | ||||
| * | Fix entry for sysdep.c. | Eli Zaretskii | 2005-09-10 | 1 | -2/+2 |
| | | |||||
| * | Don't #undef NULL after including blockinput.h. | Eli Zaretskii | 2005-09-10 | 1 | -0/+1 |
| | | |||||
| * | (init_buffer): Fix error message for failed call to get_current_dir_name. | Eli Zaretskii | 2005-09-10 | 1 | -0/+9 |
| | | | | | (get_current_dir_name): Remove prototype. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2005-09-10 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2005-09-10 | 1 | -0/+4 |
| | | |||||
| * | (smc_save_yourself_CB): Use get_current_dir_name. | Eli Zaretskii | 2005-09-10 | 1 | -0/+11 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-09 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-08 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-08 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-07 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2005-09-07 | 1 | -0/+5 |
| | | |||||