summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Juanma Barranquero2011-07-053-9/+9
* Use GConf and GSettings both, check GConf/GSettings toolbar style and font name.Jan Djärv2011-07-052-97/+307
* Random fixes. E.g., (random) never returned negative values.Paul Eggert2011-07-043-7/+26
* * textprop.c (text_property_stickiness): Obey Vtext_property_default_nonsticky.Stefan Monnier2011-07-044-10/+16
* * fileio.c (barf_or_query_if_file_exists): Use S_ISDIR.Paul Eggert2011-07-042-1/+6
* * buffer.c (Foverlay_put): Say what the return value isLars Magne Ingebrigtsen2011-07-042-1/+5
* (barf_or_query_if_file_exists): Make the "File is a directory"Lars Magne Ingebrigtsen2011-07-042-1/+3
* * fileio.c (barf_or_query_if_file_exists): Check first if the fileLars Magne Ingebrigtsen2011-07-042-0/+8
* * fns.c (Frequire): Remove the mention of the .gz files, sinceLars Magne Ingebrigtsen2011-07-042-2/+7
* * editfns.c (Fformat_time_string): Don't assume strlen fits in int.Paul Eggert2011-07-042-3/+12
* src/gnutls.c: Remove bogus references to :verify-error.Juanma Barranquero2011-07-042-24/+25
* src/eval.c (find_handler_clause): Remove unused parameters.Juanma Barranquero2011-07-042-18/+13
* * callint.c (Finteractive): Clarify the meaning of "@".Lars Magne Ingebrigtsen2011-07-042-3/+8
* Fix how custom themes handle faces, so the multi-tty/multi-frame case works.Chong Yidong2011-07-032-0/+17
* Clarify what the "-" and "0" flags mean in the `format' functionLars Magne Ingebrigtsen2011-07-032-1/+6
* * xsettings.c (SYSTEM_FONT): Define only when used.Paul Eggert2011-07-022-3/+8
* * keymap.c (access_keymap_1): Now static.Paul Eggert2011-07-022-1/+5
* Fix corner case in prefix-arg handling for mouse events (Bug#1586).Chong Yidong2011-07-022-1/+17
* * lread.c (syms_of_lread): Mention single symbols defined byLars Magne Ingebrigtsen2011-07-022-3/+8
* (Frequire): Mention get-load-suffixes.Lars Magne Ingebrigtsen2011-07-022-1/+3
* * fns.c (Frequire): Mention .el.gz files.Lars Magne Ingebrigtsen2011-07-022-0/+5
* Remove clone-number support. Provide clone-of parameter in window states.Martin Rudalics2011-07-024-49/+18
* Add multiple inheritance to keymaps.Stefan Monnier2011-07-023-352/+206
* Fix typos that break xsettings.c compilation.Glenn Morris2011-07-012-1/+5
* * coding.c (Fencode_coding_string): Record the last coding systemKazuhiro Ito2011-07-012-1/+6
* * process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv2011-07-014-156/+72
* * eval.c (struct backtrace): Simplify and port the data structure.Paul Eggert2011-06-302-20/+13
* Fix bad include.Jan Djärv2011-06-302-3/+3
* Add GSettings support (GConf is going away).Jan Djärv2011-06-303-29/+242
* ChangeLog fix.Glenn Morris2011-06-291-1/+1
* Rename more functions to use window-/window-- prefixes.Martin Rudalics2011-06-292-6/+14
* * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.Paul Eggert2011-06-282-1/+4
* Use window- prefix more consistently. Fix two buffer display bugs.Martin Rudalics2011-06-272-41/+48
* src/makefile.w32-in: Redesign dependencies.Juanma Barranquero2011-06-272-955/+730
* Use better names for window-next/-prev and window-vchild/-hchild.Martin Rudalics2011-06-272-16/+21
* Have overlays with window property respect clone numbers.Martin Rudalics2011-06-272-6/+24
* Fix wm_size-hints race between KDE/KWin and Gtk+ 3.Jan Djärv2011-06-264-46/+102
* Avoid bidi-related crashes in Cperl Mode.Eli Zaretskii2011-06-262-2/+8
* Fix handling of pending signals in wait_reading_process_output (Bug#8869).Chong Yidong2011-06-252-4/+16
* ChangeLog fix.Glenn Morris2011-06-251-1/+1
* Merge from trunk.Paul Eggert2011-06-252-0/+6
|\
| * Merge from emacs-23; up to 2010-06-15T03:34:12Z!rgm@gnu.org.Glenn Morris2011-06-252-0/+6
| |\
| | * * dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight ...YAMAMOTO Mitsuharu2011-06-182-0/+6
| | * Fix ChangeLog entry (no need to merge to trunk)Glenn Morris2011-06-161-5/+4
| | * Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-06-162-35/+40
* | | Use gnulib's dup2 module instead of rolling our own.Paul Eggert2011-06-252-31/+5
|/ /
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-2450-1300/+656
* | * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.Ted Zlatanov2011-06-242-57/+27
* | Merge from trunk.Paul Eggert2011-06-232-82/+10
|\ \
| * | Move completing-read-function and completing-read-default to elispLeo Liu2011-06-232-80/+6