aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert non-significant part of 2007-04-02T09:21:26Z!lekktu@gmail.com.Juanma Barranquero2007-04-031-59/+66
|
* *** empty log message ***Eli Zaretskii2007-04-031-0/+4
|
* (xg_update_menubar): Call g_list_next after movingJan Djärv2007-04-031-0/+5
| | | | menu bar item.
* (Fprin1_to_string): Use macro SPECPDL_INDEX.Juanma Barranquero2007-04-021-67/+64
|
* * keymap.c (Fcommand_remapping): New optional argument.Chong Yidong2007-04-011-2/+5
| | | | | | | (where_is_internal): Use new keymaps argument. (Fkey_binding): Caller changed. * keyboard.c (command_loop_1): Caller changed.
* * keymap.c (where_is_internal): Scan provided keymaps for commandChong Yidong2007-04-011-0/+5
| | | | remappings rather than calling Fcommand_remapping.
* *** empty log message ***Eli Zaretskii2007-03-311-0/+4
|
* * undo.c (Fprimitive_undo): Give clearer error message when trying toChong Yidong2007-03-301-0/+5
| | | | change text properties outside accessible part of buffer.
* *** empty log message ***Kim F. Storm2007-03-291-0/+7
|
* (Fset_buffer_major_mode): Check that BUFFER is valid.Juanma Barranquero2007-03-291-0/+2
|
* (Fformat_network_address): Return nil when theJuanma Barranquero2007-03-291-0/+5
| | | | argument vector contains invalid values.
* *** empty log message ***YAMAMOTO Mitsuharu2007-03-281-0/+12
|
* *** empty log message ***Juanma Barranquero2007-03-271-21/+20
|
* *** empty log message ***Juanma Barranquero2007-03-271-6/+12
|
* *** empty log message ***Glenn Morris2007-03-271-0/+9
|
* (create_text_encoding_info_alist): Move assignmentsYAMAMOTO Mitsuharu2007-03-261-0/+14
| | | | | | outside predicate macros. (mac_initialize_display_info) [MAC_OSX]: dpyinfo->height and dpyinfo->width are those of whole screen.
* (sigchld_handler): Delay by 1ms instead of 1s toSam Steingold2007-03-261-0/+5
| | | | alleviate sluggishness (the original problem is still fixed).
* *** empty log message ***Kim F. Storm2007-03-251-0/+7
|
* *** empty log message ***Eli Zaretskii2007-03-241-0/+6
|
* * editfns.c (Ftranspose_regions): Use set_text_properties_1Chong Yidong2007-03-241-0/+5
| | | | instead of Fset_text_properties to avoid GC. Signal after change.
* (Fx_show_tip): Doc fix.Eli Zaretskii2007-03-241-0/+8
|
* *** empty log message ***Kim F. Storm2007-03-231-0/+5
|
* * widget.c (EmacsFrameSetCharSize): Catch X errors.Chong Yidong2007-03-221-0/+4
|
* *** empty log message ***Kenichi Handa2007-03-221-0/+8
|
* *** empty log message ***YAMAMOTO Mitsuharu2007-03-201-0/+34
|
* *** empty log message ***Glenn Morris2007-03-191-0/+5
|
* *** empty log message ***Kim F. Storm2007-03-191-0/+5
|
* *** empty log message ***Richard M. Stallman2007-03-191-6/+7
|
* * image.c (pbm_load): Signal error for invalid image size.Chong Yidong2007-03-181-0/+4
|
* (redisplay_internal, note_mouse_highlight): CheckYAMAMOTO Mitsuharu2007-03-181-0/+12
| | | | popup_activated for MAC_OS.
* Restore stuff accidentally deleted in 2007-03-17T23:44:01Z!storm@cua.dk.Juanma Barranquero2007-03-181-0/+9
|
* (syms_of_buffer) <buffer-display-table>: Doc fix.Juanma Barranquero2007-03-181-9/+5
|
* *** empty log message ***Kim F. Storm2007-03-171-0/+4
|
* * xdisp.c (try_window_id): Increment matrix positions if theChong Yidong2007-03-171-0/+5
| | | | buffer's byte count has increased, but not the character count.
* * lisp.h: Declare check_obarray.Chong Yidong2007-03-171-0/+8
| | | | | | * process.c (Fdelete_process): Properly handle deletion of first element of deleted_pid_list. (create_process): Declare pid as pid_t.
* * process.c (sigchld_handler): Change type of pid to pid_t.Chong Yidong2007-03-171-0/+10
| | | | | | | | | Scan deleted_pid_list explicitly to avoid using Fmember which don't know about mark bits and make_fixnum_or_float which may malloc. Reported by Andreas Schwab. * keyboard.c (read_key_sequence): Store original event into keybuf when replaying sequence with local keymap(s) from string.
* (sigchld_handler): Sleep before wait3 to avoid a busyloop.Sam Steingold2007-03-111-0/+4
|
* (Fx_server_vendor): Change vendor string to "Apple Inc.".YAMAMOTO Mitsuharu2007-03-111-0/+4
|
* [USE_CARBON_EVENTS] (mac_handle_mouse_event): IgnoreYAMAMOTO Mitsuharu2007-03-101-0/+5
| | | | mouse wheel movement on title bar or tool bar.
* * keyboard.c (help_form_saved_window_configs): New var.Chong Yidong2007-03-101-0/+7
| | | | | | (read_char_help_form_unwind): New function. (read_char): Don't restore window configuration if a mouse click arrives while the help form is being displayed.
* *** empty log message ***Kim F. Storm2007-03-101-0/+5
|
* (handle_one_xevent): Ignore buttons > 3 for the tool bar.Jan Djärv2007-03-091-0/+4
|
* *** empty log message ***Juanma Barranquero2007-03-091-1/+5
|
* (syms_of_keyboard): Doc fix.Richard M. Stallman2007-03-081-0/+4
|
* * minibuf.c (Ftry_completion): Don't short circuit ifChong Yidong2007-03-081-0/+5
| | | | completion-ignore-case is non-nil.
* (XTset_vertical_scroll_bar) [MAC_OSX]: Don't show scrollYAMAMOTO Mitsuharu2007-03-071-0/+8
| | | | bar if its width is smaller than that of Aqua small scroll bar.
* (read_minibuf): Bind inhibit-read-only a bit longer so asStefan Monnier2007-03-071-12/+15
| | | | to handle correctly prompts with read-only property.
* *** empty log message ***David Kastrup2007-03-061-1/+1
|
* * sound.c (wav_play): Check header->data_length to see how much weJan Djärv2007-03-061-0/+7
| | | | | | shall read. (alsa_period_size): Convert ALSA period size in frames to bytes. (alsa_write): Return if frames is zero.
* *** empty log message ***Kenichi Handa2007-03-061-0/+4
|