aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * buffer.c, buffer.h: Use bool for boolean.Paul Eggert2012-08-234-78/+86
* * bidi.c: Use bool for boolean.Paul Eggert2012-08-233-35/+51
* In Fposn_at_x_y do not allow internal window as argument.Martin Rudalics2012-08-232-1/+6
* * atimer.c, atimer.h (turn_on_atimers): Use bool for boolean.Paul Eggert2012-08-233-2/+8
* * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change toDan Nicolaescu2012-08-223-3/+20
* * nsterm.m (insertText:): Don't clear modifiers if code is space.Jan Djärv2012-08-222-1/+6
* * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.Paul Eggert2012-08-222-6/+12
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-219-67/+95
* Make recently-introduced setters macros.Paul Eggert2012-08-212-34/+68
* * nsterm.m (fd_handler:): Alloc and release a NSAutoreleasePool inJan Djärv2012-08-212-0/+9
* * lisp.h (vcopy): Use memcpy rather than our own loop.Paul Eggert2012-08-212-5/+10
* Fix bug #11860 with displaying composite RTL characters on MS-Windows.Eli Zaretskii2012-08-212-7/+60
* * dbusbind.c (xd_remove_watch): Do not assume C99 comments.Paul Eggert2012-08-212-2/+8
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-219-64/+86
* For selected window have (set-)window-point always operate on buffer's point.Martin Rudalics2012-08-212-21/+38
* 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