aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Detect window-system from display nameDaniel Colascione2012-09-178-57/+93
* Generalize fork+exec logic, add DAEMON_MUST_EXECDaniel Colascione2012-09-171-14/+24
* Add alt_display to emacsclient for w32, nsDaniel Colascione2012-09-171-49/+78
* Fix emacsclient to work with cygw32Daniel Colascione2012-09-172-37/+44
* Implement cygw32Daniel Colascione2012-09-1745-669/+1046
* Prototype for x_wm_set_size_hint restored.Jan Djärv2012-09-023-3/+7
* Auto-commit of generated files.Glenn Morris2012-09-022-5/+7
* * eshell/em-unix.el (eshell/sudo): When we have an ad-hocMichael Albinus2012-09-022-0/+7
* Toggle whitespace matching mode with M-s SPC.Juri Linkov2012-09-023-47/+147
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-029-164/+184
* Recommand against save-window-excursion in Lisp manual.Chong Yidong2012-09-024-52/+34
* * keymap.c (push_key_description): Print M-TAB as C-M-i.Chong Yidong2012-09-022-2/+14
* * dired.el (dired-mode-map): Menu string fixes.Chong Yidong2012-09-022-3/+7
* Expand on NEWS entry about deletion of `z' from special-mode-map.Chong Yidong2012-09-021-1/+2
* src/makefile.w32-in: Update dependencies.Juanma Barranquero2012-09-022-13/+29
* nt/config.nt: Sync with autogen/config.in.Juanma Barranquero2012-09-022-0/+11
* * lisp/simple.el (undo): Tweak message in undo-only case.Glenn Morris2012-09-012-3/+8
* Tidy up term.el menu handlingGlenn Morris2012-09-012-162/+134
* * configure.ac (_FORTIFY_SOURCE): Define only when optimizing.Paul Eggert2012-09-012-2/+14
* Rewrite switch-to-prev-/next-buffer and quit-window; add display-buffer-below...Martin Rudalics2012-09-012-48/+146
* Further fix for bug #11860 with Arabic display on Windows.Eli Zaretskii2012-09-012-16/+30
* Remove conflict markers and fix entries for 2012-09-01T06:38:52Z!dancol@danco...Eli Zaretskii2012-09-011-5/+4
* Auto-commit of loaddefs files.Glenn Morris2012-09-011-222/+280
* Auto-commit of generated files.Glenn Morris2012-09-013-13/+49
* Fix last changes related to w32 and Cygwin.Eli Zaretskii2012-09-012-0/+7
* Prevent crash if w32 used before it's initializedDaniel Colascione2012-09-012-1/+6
* Merge from cygw32 branchDaniel Colascione2012-09-0124-169/+229
|\
| * Refactor window-system configurationDaniel Colascione2012-08-3124-169/+228
* | * lisp/minibuffer.el (completion-at-point-functions): Complete docstring.Stefan Monnier2012-09-012-1/+8
* | * sysdep.c (seed_random): Fix typo: HAV_LRAND48 -> HAVE_LRAND48.Paul Eggert2012-08-311-1/+1
* | Better seed support for (random).Paul Eggert2012-08-3133-89/+113
* | Fixes: debbugs:12306Andreas Schwab2012-08-312-0/+6
* | Consider frame's buffer predicate in switch-to-prev-/next-buffer.Martin Rudalics2012-08-312-0/+14
* | * eshell/esh-ext.el: Explain, why we suppress the check inMichael Albinus2012-08-311-3/+4
|/
* Remove mark_ttys function and fix tty_display_info initialization.Dmitry Antipov2012-08-314-18/+11
* [Gnus] Miscellaneous fixes by Dave AbrahamsDave Abrahams2012-08-315-11/+35
* Change struct frame bitfields from unsigned char to unsigned.Dmitry Antipov2012-08-312-12/+21
* Remove unused member of struct x_output and struct w32_output.Dmitry Antipov2012-08-313-6/+6
* * lisp/gnus/gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.Stefan Monnier2012-08-302-1/+5
* gnus-notifications.el: Add defcustom for timeout and actions supportJulien Danjou2012-08-302-17/+53
* Delete z binding in special-mode-map.Richard M. Stallman2012-08-301-0/+3
* Delete `z' in special-mode-map.Richard M. Stallman2012-08-302-1/+4
* * gtkutil.c (x_wm_set_size_hint): Use 1 col for base_width so itJan Djärv2012-08-302-2/+8
* * dispnew.c (update_frame_1): Pacify gcc -Wstrict-overflowPaul Eggert2012-08-302-0/+6
* qp.el (quoted-printable-decode-region): Decode multiple bytes at once.Kenichi Handa2012-08-302-7/+20
|\
| * merge trunkKenichi Handa2012-08-3043-221/+694
| |\ | |/ |/|
* | * progmodes/compile.el (compilation-always-kill): Doc fix.Andreas Schwab2012-08-302-2/+6
* | Improve obsolescence message of display-buffer-reuse-frames.Chong Yidong2012-08-302-1/+10
* | * lisp/paren.el (show-paren-delay): Add a :set function. Doc fix. (Bug#12297)Glenn Morris2012-08-292-1/+15
* | init_lread fix for bug#12302Glenn Morris2012-08-292-3/+12