| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-05-06 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-05-05 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2006-05-05 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-05-05 | 1 | -0/+54 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-05-03 | 1 | -0/+4 |
| | | |||||
| * | (read_minibuf): Don't use read_minibuf_noninteractive | Richard M. Stallman | 2006-05-03 | 1 | -0/+5 |
| | | | | | when inside a keyboard macro. | ||||
| * | (restore_menu_items): Return a value. | Andreas Schwab | 2006-05-01 | 1 | -0/+4 |
| | | |||||
| * | (Fforward_comment): Detect generic comment at beginning of | Stefan Monnier | 2006-05-01 | 1 | -6/+11 |
| | | | | | buffer when moving backwards. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-05-01 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-05-01 | 1 | -0/+44 |
| | | |||||
| * | (Fdefine_key): Improve error message when KEY begins with a non-prefix key. | Richard M. Stallman | 2006-04-30 | 1 | -0/+5 |
| | | |||||
| * | (Fforward_comment): Don't forget to break out of the loop | Stefan Monnier | 2006-04-30 | 1 | -0/+5 |
| | | | | | when we skipped backward over a generic comment. | ||||
| * | *** empty log message *** | Nick Roberts | 2006-04-26 | 1 | -0/+6 |
| | | |||||
| * | (store_in_keymap): Change `def' arg to not be `register'. | Stefan Monnier | 2006-04-26 | 1 | -5/+6 |
| | | | | | | Seems to trigger a bug in gcc-amd64 4.0.2 20051125 (Red Hat 4.0.2-8): keymap.c:895: error: address of register variable `def' requested. | ||||
| * | (construct_mouse_wheel): Handle negative coordinates. | Jason Rumney | 2006-04-26 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2006-04-26 | 1 | -0/+6 |
| | | |||||
| * | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245 | Miles Bader | 2006-04-25 | 1 | -0/+4 |
| | | | | | | | | | (Ffield_beginning, find_field): Undo change of 2006-04-23. 2006-04-25 Miles Bader <miles@gnu.org> * src/editfns.c (Ffield_beginning, find_field): Undo change of 2006-04-23. | ||||
| * | Include headers for pid_t. | Stefan Monnier | 2006-04-24 | 1 | -8/+11 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-24 | 1 | -1/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-24 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-23 | 1 | -0/+3 |
| | | |||||
| * | (tool_bar_lines_needed): New local `temp_row' for clarity. | Kim F. Storm | 2006-04-23 | 1 | -2/+2 |
| | | | | | | | | (tool_bar_lines_needed): Clear it when done, so we don't accidentally draw a second copy of the tool-bar after resetting f->n_tool_bar_rows. (redisplay_tool_bar): Update tool-bar-lines frame parameter whenever we recalculate f->n_tool_bar_rows. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-23 | 1 | -0/+11 |
| | | |||||
| * | *** empty log message *** | Romain Francoise | 2006-04-23 | 1 | -1/+2 |
| | | |||||
| * | (find_field): Fix comment. | Lars Hansen | 2006-04-23 | 1 | -0/+4 |
| | | | | | (Ffield_beginning): Fix bug when POS is at field beginning. | ||||
| * | (BASE_PURESIZE): Increase to 1205000. | Eli Zaretskii | 2006-04-22 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-21 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-21 | 1 | -0/+18 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-04-21 | 1 | -0/+4 |
| | | |||||
| * | (SYSTEM_PURESIZE_EXTRA): Increase to 25000. | Eli Zaretskii | 2006-04-21 | 1 | -0/+4 |
| | | |||||
| * | (x_per_char_metric): Return NULL if glyph width is 0. | YAMAMOTO Mitsuharu | 2006-04-21 | 1 | -2/+17 |
| | | | | | | | (add_mac_font_name): New function. (init_font_name_table): Use it. Adopt the first found font from those having the same family name. | ||||
| * | *** empty log message *** | Nick Roberts | 2006-04-20 | 1 | -0/+4 |
| | | |||||
| * | (PRINTFINISH): Call signal_after_change. | Lars Hansen | 2006-04-20 | 1 | -0/+8 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-20 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-19 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2006-04-18 | 1 | -0/+17 |
| | | |||||
| * | (XCreateGC, x_per_char_metric, xlfdpat_create) | YAMAMOTO Mitsuharu | 2006-04-18 | 1 | -0/+18 |
| | | | | | | | (init_font_name_table, init_font_name_table, mac_do_list_fonts) (XLoadQueryFont, mac_store_apple_event): Don't check return value of xmalloc. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-04-17 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Nick Roberts | 2006-04-17 | 1 | -0/+6 |
| | | |||||
| * | (SYSTEM_PURESIZE_EXTRA): Reduce to 24000. | Eli Zaretskii | 2006-04-16 | 1 | -0/+4 |
| | | |||||
| * | (BASE_PURESIZE): Decrement back to 1200000. | Romain Francoise | 2006-04-16 | 1 | -0/+4 |
| | | |||||
| * | (PURESIZE_RATIO): Reduce to 10/6. | Andreas Schwab | 2006-04-16 | 1 | -0/+4 |
| | | |||||
| * | (BASE_PURESIZE): Increment to 1210000. | Romain Francoise | 2006-04-15 | 1 | -0/+4 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-04-13 | 1 | -0/+5 |
| | | |||||
| * | (setup_coding_system): If eol-type is not yet decided | Kenichi Handa | 2006-04-13 | 1 | -0/+10 |
| | | | | | | | | | | and system_eol_type is not LF, set CODING_REQUIRE_ENCODING_MASK. If coding_system is nil, return 0. (code_convert_region1): Even if coding_system is nil, don't skip conversion if system_eol_type is not LF. (code_convert_string1): Likewise. (code_convert_string_norecord): Likewise. | ||||
| * | (shrink_encoding_region): If eol_type is not yet decided and | Kenichi Handa | 2006-04-13 | 1 | -0/+2 |
| | | | | | system_eol_type is not LF, don't shrink. | ||||
| * | (encode_coding): If eol_type is not yet decided, use | Kenichi Handa | 2006-04-13 | 1 | -0/+2 |
| | | | | | system_eol_type. | ||||
| * | (setup_coding_system): Fix previous change. | Kenichi Handa | 2006-04-13 | 1 | -0/+4 |
| | | |||||
| * | (read_key_sequence): Explicitly avoid keybuf[-1]. | Richard M. Stallman | 2006-04-13 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Nick Roberts | 2006-04-13 | 1 | -0/+5 |
| | | |||||