aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-196-16/+8
* | * unexaix.c, unexcoff.c: Include "mem-limits.h".Paul Eggert2012-08-193-2/+6
* | * xdisp.c (handle_invisible_prop): Make it a bit fasterPaul Eggert2012-08-192-3/+8
* | * src/xdisp.c (handle_invisible_prop): Fix ellipses at overlay string ends.Chong Yidong2012-08-202-11/+15
* | * .gdbinit: Use call instead of set when calling a function in theAndreas Schwab2012-08-192-3/+6
* | * data.c (set_internal): Don't use set_blv_found.Andreas Schwab2012-08-192-3/+8
* | * nsfont.m (ns_ascii_average_width): Ensure the stringAlp Aker2012-08-182-1/+8
* | port new setting code to Sun C 5.8 2005/10/13Paul Eggert2012-08-183-7/+13
* | Make display strings obey buffer-invisibility-spec.Chong Yidong2012-08-182-15/+37
* | * buffer.h (BSET): Remove.Paul Eggert2012-08-1724-241/+621
* | * process.h (PSET): Remove.Paul Eggert2012-08-176-108/+225
* | * window.h (WSET): Remove.Paul Eggert2012-08-1712-369/+616
* | * termhooks.h (TSET): Remove.Paul Eggert2012-08-175-13/+51
* | * keyboard.h (KSET): Remove.Paul Eggert2012-08-1714-91/+212
* | * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-1718-124/+264
* | A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-1715-205/+223
* | Fix typo in ChangeLog entry.Paul Eggert2012-08-171-1/+1
* | * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-178-47/+49
* | Fix ChangeLog typo.Paul Eggert2012-08-171-1/+1
* | * lisp.h (CSET): Remove.Paul Eggert2012-08-178-32/+61
* | Functions to get and set Lisp_Object fields of buffer-local variables.Dmitry Antipov2012-08-175-42/+84
* | Allow face-remapping using :font, and use it in mouse-appearance-menu.Chong Yidong2012-08-172-18/+40
* | Do not use memcpy for copying intervals.Dmitry Antipov2012-08-172-21/+33
* | * lisp.h (duration_to_sec_usec): Remove unused decl.Paul Eggert2012-08-162-1/+5
* | * nsfont.m (ns_ascii_average_width): Send initWithFormat selectorAlp Aker2012-08-172-1/+6
* | * lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update dependencies.Juanma Barranquero2012-08-172-1/+19
* | Use ASCII tests for character types.Paul Eggert2012-08-1620-56/+86
* | Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1...Martin Rudalics2012-08-165-172/+260
* | Fix previous char table change.Dmitry Antipov2012-08-163-5/+15
* | * gtkutil.c (xg_get_font): Demand an Xft font.Chong Yidong2012-08-163-3/+8
* | Fix average font width calculation on NS.Chong Yidong2012-08-162-14/+55
* | For Xft and X font backends, set omitted max_width font fields.Chong Yidong2012-08-164-14/+31
* | Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-169-75/+112
* | * src/eval.c (eval_sub): Bind lexical-binding.Stefan Monnier2012-08-153-8/+25
* | Improve event loop on NS so that no polling is used.Jan Djärv2012-08-154-120/+281
* | * gtkutil.c (xg_mark_data): Use FRAME_X_P.Jan Djärv2012-08-152-1/+5
* | Fix bug #12196 with incorrect memory allocations for region-cache.Eli Zaretskii2012-08-152-3/+9
* | Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-157-45/+36
* | Fix last change to xg_get_font.Dmitry Antipov2012-08-152-3/+7
* | Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong2012-08-155-51/+130
* | * src/minibuf.c (read_minibuf): Ignore caller's inhibit-read-only.Stefan Monnier2012-08-152-0/+6
* | * src/alloc.c (Fgarbage_collect): Use plural form consistently.Stefan Monnier2012-08-142-39/+62
* | Fix compiler warning in keyboard.c.Eli Zaretskii2012-08-141-0/+2
* | Fix last change in keyboard.c.Eli Zaretskii2012-08-141-0/+3
* | Fix a problem with disabled mouse movement events.Eli Zaretskii2012-08-142-0/+12
* | Use bool for Emacs Lisp booleans.Paul Eggert2012-08-144-5/+16
* | More doc fixes.Chong Yidong2012-08-154-6/+16
* | Doc fixes.Chong Yidong2012-08-153-7/+17
* | * src/keyboard.c (access_keymap_keyremap): Accept anonymous functions.Barry O'Reilly2012-08-143-2/+7
* | Don't call Fset_window_buffer from C code.Martin Rudalics2012-08-145-20/+49