aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-061-0/+8
|
* *** empty log message ***Kim F. Storm2006-05-051-0/+7
|
* *** empty log message ***Kenichi Handa2006-05-051-0/+5
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-051-0/+54
|
* *** empty log message ***Richard M. Stallman2006-05-031-0/+4
|
* (read_minibuf): Don't use read_minibuf_noninteractiveRichard M. Stallman2006-05-031-0/+5
| | | | when inside a keyboard macro.
* (restore_menu_items): Return a value.Andreas Schwab2006-05-011-0/+4
|
* (Fforward_comment): Detect generic comment at beginning ofStefan Monnier2006-05-011-6/+11
| | | | buffer when moving backwards.
* *** empty log message ***Kim F. Storm2006-05-011-3/+3
|
* *** empty log message ***YAMAMOTO Mitsuharu2006-05-011-0/+44
|
* (Fdefine_key): Improve error message when KEY begins with a non-prefix key.Richard M. Stallman2006-04-301-0/+5
|
* (Fforward_comment): Don't forget to break out of the loopStefan Monnier2006-04-301-0/+5
| | | | when we skipped backward over a generic comment.
* *** empty log message ***Nick Roberts2006-04-261-0/+6
|
* (store_in_keymap): Change `def' arg to not be `register'.Stefan Monnier2006-04-261-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 Rumney2006-04-261-0/+2
|
* *** empty log message ***Jason Rumney2006-04-261-0/+6
|
* Revision: emacs@sv.gnu.org/emacs--devo--0--patch-245Miles Bader2006-04-251-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 Monnier2006-04-241-8/+11
|
* *** empty log message ***Kim F. Storm2006-04-241-1/+3
|
* *** empty log message ***Kim F. Storm2006-04-241-0/+1
|
* *** empty log message ***Kim F. Storm2006-04-231-0/+3
|
* (tool_bar_lines_needed): New local `temp_row' for clarity.Kim F. Storm2006-04-231-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. Storm2006-04-231-0/+11
|
* *** empty log message ***Romain Francoise2006-04-231-1/+2
|
* (find_field): Fix comment.Lars Hansen2006-04-231-0/+4
| | | | (Ffield_beginning): Fix bug when POS is at field beginning.
* (BASE_PURESIZE): Increase to 1205000.Eli Zaretskii2006-04-221-0/+4
|
* *** empty log message ***Kim F. Storm2006-04-211-0/+3
|
* *** empty log message ***Kim F. Storm2006-04-211-0/+18
|
* *** empty log message ***Eli Zaretskii2006-04-211-0/+4
|
* (SYSTEM_PURESIZE_EXTRA): Increase to 25000.Eli Zaretskii2006-04-211-0/+4
|
* (x_per_char_metric): Return NULL if glyph width is 0.YAMAMOTO Mitsuharu2006-04-211-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 Roberts2006-04-201-0/+4
|
* (PRINTFINISH): Call signal_after_change.Lars Hansen2006-04-201-0/+8
|
* *** empty log message ***Kim F. Storm2006-04-201-0/+2
|
* *** empty log message ***Kim F. Storm2006-04-191-0/+7
|
* *** empty log message ***Richard M. Stallman2006-04-181-0/+17
|
* (XCreateGC, x_per_char_metric, xlfdpat_create)YAMAMOTO Mitsuharu2006-04-181-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. Storm2006-04-171-0/+2
|
* *** empty log message ***Nick Roberts2006-04-171-0/+6
|
* (SYSTEM_PURESIZE_EXTRA): Reduce to 24000.Eli Zaretskii2006-04-161-0/+4
|
* (BASE_PURESIZE): Decrement back to 1200000.Romain Francoise2006-04-161-0/+4
|
* (PURESIZE_RATIO): Reduce to 10/6.Andreas Schwab2006-04-161-0/+4
|
* (BASE_PURESIZE): Increment to 1210000.Romain Francoise2006-04-151-0/+4
|
* *** empty log message ***Eli Zaretskii2006-04-131-0/+5
|
* (setup_coding_system): If eol-type is not yet decidedKenichi Handa2006-04-131-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 andKenichi Handa2006-04-131-0/+2
| | | | system_eol_type is not LF, don't shrink.
* (encode_coding): If eol_type is not yet decided, useKenichi Handa2006-04-131-0/+2
| | | | system_eol_type.
* (setup_coding_system): Fix previous change.Kenichi Handa2006-04-131-0/+4
|
* (read_key_sequence): Explicitly avoid keybuf[-1].Richard M. Stallman2006-04-131-0/+2
|
* *** empty log message ***Nick Roberts2006-04-131-0/+5
|