aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (change-log-fill-parenthesized-list): New function.Martin Rudalics2007-07-221-5/+0
* (top-level): Fix typo in final comment introducedMartin Rudalics2007-07-192-1/+6
* (Fsetq_default): Doc fix.Juanma Barranquero2007-07-182-4/+16
* (Fsetq): Doc fix.Juanma Barranquero2007-07-181-1/+1
* (For, Fand): Doc fixes.Juanma Barranquero2007-07-181-2/+2
* (Ffind_operation_coding_system): Doc fix.Juanma Barranquero2007-07-181-1/+1
* Declare x_ewmh_activate_frameJan Djärv2007-07-182-0/+10
* (x_ewmh_activate_frame): New function.Jan Djärv2007-07-181-26/+24
* (Fx_focus_frame): Call x_ewmh_activate_frameJan Djärv2007-07-181-0/+1
* (Fdisplay_buffer): If largest or LRU window is theMartin Rudalics2007-07-172-9/+17
* (abbrev_check_chars): New function.Glenn Morris2007-07-171-2/+72
* *** empty log message ***Glenn Morris2007-07-171-0/+7
* (Fstart_process, Fmake_network_process, read_process_output):Stefan Monnier2007-07-172-3/+8
* (clean): Don't delete *~.Eli Zaretskii2007-07-162-1/+7
* (Fdisplay_buffer): Use NILP.Andreas Schwab2007-07-162-2/+7
* (window_min_size_2): New function.Martin Rudalics2007-07-152-39/+66
* Merge from emacs--rel--22Miles Bader2007-07-153-6/+26
|\
| * Remove dashes from front of first line.Jason Rumney2007-07-121-5/+5
| * (w32_msg_pump) <WM_EMACS_CREATEWINDOW>: Initialize COM.Jason Rumney2007-07-112-0/+19
| * (LIBS): Include OLE32.Jason Rumney2007-07-111-1/+2
| * [USE_MAC_TSM] (mac_handle_text_input_event):YAMAMOTO Mitsuharu2007-06-282-0/+8
| * (syms_of_buffer) <selective-display>: Fix typo in docstring.Juanma Barranquero2007-06-272-5/+9
| * [HAVE_GTK_AND_PTHREAD] Check this after including config.h.YAMAMOTO Mitsuharu2007-06-262-52/+141
| * *** empty log message ***Jason Rumney2007-06-211-0/+4
| * (convert_mono_to_color_image): Swap fore and background.Jason Rumney2007-06-211-2/+2
| * (w32_BDF_to_x_font): Unmap memory when finished.Jason Rumney2007-06-202-1/+7
| * (_wsa_errlist): Fix typo in error message.Juanma Barranquero2007-06-202-21/+25
| * (add_menu_item): Don't use multibyte string functions onJason Rumney2007-06-172-22/+51
| * *** empty log message ***Juanma Barranquero2007-06-171-0/+5
| * (syms_of_xdisp) <auto-resize-tool-bars>: Fix typo in docstring.Juanma Barranquero2007-06-171-1/+1
| * (add_menu_item): Escape `&' characters in menu items and their keybindings.Eli Zaretskii2007-06-162-1/+35
| * (update_compositions): Check validity of compositions.Chong Yidong2007-06-151-4/+9
| * * composite.c (update_compositions): Check validity of compositions.Chong Yidong2007-06-141-0/+4
| * (Fx_file_dialog): Take size from struct not pointer.Jason Rumney2007-06-102-2/+6
* | Don't undefine AF_INET6.Jason Rumney2007-07-142-8/+4
* | (maybe_call_debugger): New function.Richard M. Stallman2007-07-142-50/+79
* | *** empty log message ***Juanma Barranquero2007-07-141-0/+7
* | (Fsave_window_excursion): Doc fix.Juanma Barranquero2007-07-141-1/+1
* | (Fwith_output_to_temp_buffer): Doc fix.Juanma Barranquero2007-07-141-1/+1
* | (Ftrack_mouse): Doc fix.Juanma Barranquero2007-07-141-1/+1
* | (Fprogn): Doc fix.Juanma Barranquero2007-07-141-1/+1
* | (init_eval_once): Bump max_lisp_eval_depth to 400.Stefan Monnier2007-07-132-1/+5
* | (struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,Stefan Monnier2007-07-123-191/+197
* | Include unistd.h only if HAVE_UNISTD_H.Richard M. Stallman2007-07-122-0/+6
* | * lisp.h (struct Lisp_Hash_Table): Turn next_weak into a bare pointer.Stefan Monnier2007-07-113-21/+33
* | (emacs_blocked_free): Remove unused var `bytes_used_now'.Stefan Monnier2007-07-111-2/+0
* | Include unistd.h for ttyname, used in handle_one_term_event.Stefan Monnier2007-07-111-4/+5
* | (mark_maybe_pointer): Enforce mult-of-8 alignment when usingStefan Monnier2007-07-102-3/+11
* | (map_char_table): Use an array of int for `indices' rather thanStefan Monnier2007-07-106-18/+29
* | (Ftranspose_regions): Use EMACS_INT for positions.Stefan Monnier2007-07-101-3/+3