summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (xg_tool_bar_callback): Generate a single TOOL_BAR_EVENT.Stefan Monnier2007-07-312-5/+4
* (BASE_PURESIZE): Increase to 1130000.Katsumi Yamaoka2007-07-302-1/+5
* (readevalloop, read1): Treat NBSP as whitespace.Richard M. Stallman2007-07-302-2/+10
* (__malloc_initialize): Remove pthread_once. Not needed.Jan Djärv2007-07-292-6/+7
* * xdisp.c (decode_mode_spec): Use '@' instead of 'R' to test forNick Roberts2007-07-282-3/+3
* *** empty log message ***Nick Roberts2007-07-281-0/+7
* (struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:YAMAMOTO Mitsuharu2007-07-272-0/+29
* (x_draw_fringe_bitmap) [USE_TOOLKIT_SCROLL_BARS]:YAMAMOTO Mitsuharu2007-07-271-16/+92
* (struct scroll_bar): New member fringe_extended_p.YAMAMOTO Mitsuharu2007-07-271-2/+6
* (w32_draw_fringe_bitmap): Extend fringe background toYAMAMOTO Mitsuharu2007-07-271-15/+81
* Switch license to GPLv3 or later.Glenn Morris2007-07-272-3/+4
* Merge from emacs--rel--22Miles Bader2007-07-26321-357/+352
|\
* \ Merge from emacs--rel--22Miles Bader2007-07-261-288/+623
|\ \ | |/
* | Merge from emacs--rel--22Miles Bader2007-07-261-8/+9
|\ \ | |/
* | Merge from emacs--rel--22Miles Bader2007-07-261-3/+3
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-262-3/+4
| * Standardize license text.Glenn Morris2007-07-251-14/+14
| * Remove license from trivial file.Glenn Morris2007-07-2513-33/+13
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+6
| * Change to GPLv3.Glenn Morris2007-07-251-288/+623
| * Switch license to GPLv3 or later.Glenn Morris2007-07-25162-165/+165
| * Switch license to GPLv3 or later.Glenn Morris2007-07-25148-148/+148
| * (x_real_positions): Get real position from OS instead of calculating it.Jason Rumney2007-07-242-7/+13
* | (Fcommandp): Pay attention to the `interactive-form' property.Stefan Monnier2007-07-251-13/+20
* | (Finteractive_form): Check for the presence of anStefan Monnier2007-07-252-10/+24
* | (Finteractive_form): Use a `interactive-form' property ifStefan Monnier2007-07-252-2/+13
* | Merge from emacs--rel--22Miles Bader2007-07-243-28/+67
|\ \ | |/
| * (current_lock_owner): Allow for @ sign in username.Jason Rumney2007-07-232-2/+6
| * (clean): Don't delete *~.Eli Zaretskii2007-07-202-1/+5
| * (IMAGE_NT_OPTIONAL_HDR32_MAGIC, IMAGE_OPTIONAL_HEADER32): DefineEli Zaretskii2007-07-202-0/+12
| * (w32_executable_type): Handle 64 bit executables.Jason Rumney2007-07-182-27/+52
| * (Fsave_window_excursion): Doc fix.Juanma Barranquero2007-07-162-2/+11
| * (Fwith_output_to_temp_buffer): Doc fix.Juanma Barranquero2007-07-161-1/+1
| * (Ftrack_mouse): Doc fix.Juanma Barranquero2007-07-161-1/+1
| * (For, Fand, Fprogn): Doc fixes.Juanma Barranquero2007-07-161-3/+3
| * (Ffind_operation_coding_system): Doc fix.Juanma Barranquero2007-07-161-1/+1
| * (Fsetq): Doc fix.Richard M. Stallman2007-07-152-1/+11
| * (Fsetq_default): Doc fix.Richard M. Stallman2007-07-151-2/+4
* | (decode_mode_spec): Add case 'R' for to test forNick Roberts2007-07-221-0/+10
* | (mode-line-format): Describe above case in doc string.Nick Roberts2007-07-221-0/+2
* | Mark mode-line-remote as risky.Nick Roberts2007-07-221-0/+7
* | (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