aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | * 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
* | | | Add gnus-notifications.elJulien Danjou2012-08-292-0/+163
* | | | * lisp/progmodes/compile.el (compilation-always-kill): New var.Martin Blais2012-08-293-0/+15
* | | | * lisp/simple.el (read-only-mode): Move from lisp/files.el for bootstrapping.Stefan Monnier2012-08-293-26/+29
* | | | * lisp/files.el (read-only-mode): New minor mode.Stefan Monnier2012-08-299-42/+42
* | | | * eshell/esh-ext.el (eshell-external-command): Do not examineMichael Albinus2012-08-293-4/+17
* | | | * cl-lib.el (buffer-string): Simplify last change.Stefan Monnier2012-08-281-2/+1
* | | | * lisp/emacs-lisp/cl-lib.el (buffer-string): Fix setter macro.Stefan Monnier2012-08-282-17/+22