aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Setter macros for fontsets.Dmitry Antipov2012-08-212-38/+67
* * src/Makefile.in: Don't assume that `ln -f' works.Glenn Morris2012-08-202-3/+11
* Avoid GDB 7.5 warnings about "set main" in src/.gdbinit.Eli Zaretskii2012-08-202-2/+9
* Improve MS-Windows related commentary and log entry for 2012-08-19T21:00:09Z!...Eli Zaretskii2012-08-202-0/+5
* Inline setter functions for Lisp_Objects slots of struct specbinding.Dmitry Antipov2012-08-202-8/+28
* In select_window always make selected window's buffer current.Martin Rudalics2012-08-202-6/+11
* Use AREF and ASET for docstrings of category tables.Dmitry Antipov2012-08-203-3/+14
* Inline setter functions for hash table members.Dmitry Antipov2012-08-204-38/+71
* Inline getter and setter functions for per-buffer values.Dmitry Antipov2012-08-204-22/+48
* Clarify recent ChangeLog entry.Paul Eggert2012-08-191-1/+1
* src/makefile.w32-in ($(BLD)/vm-limit.$(O)): Update dependencies.Juanma Barranquero2012-08-202-0/+5
* 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