| Commit message (Expand) | Author | Age | Files | Lines |
* | Support filesystem notification through inotify on GNU/Linux. | RĂ¼diger Sonderfeld | 2012-12-10 | 1 | -0/+5 |
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-12-09 | 1 | -0/+4 |
|\ |
|
| * | Reword doc-string of Fcompare_buffer_substrings. | Martin Rudalics | 2012-12-07 | 1 | -0/+4 |
* | | * simple.el (set-mark-default-inactive): Delete accidentally-introduced option. | Chong Yidong | 2012-12-09 | 1 | -0/+4 |
* | | Make eval-defun on a pre-defined defcustom call any :set function | Glenn Morris | 2012-12-08 | 1 | -0/+5 |
* | | Default to mboxrd in Rmail, allow mboxo as an option | Glenn Morris | 2012-12-06 | 1 | -0/+8 |
* | | * lisp/emacs-lisp/cl-macs.el (cl-tagbody): New macro. | Stefan Monnier | 2012-12-06 | 1 | -0/+1 |
* | | * themes/leuven-theme.el: Convert to Unix format. | Andreas Schwab | 2012-12-06 | 2 | -595/+599 |
* | | Fix copyright header in last commit. | Chong Yidong | 2012-12-06 | 1 | -1/+1 |
* | | * themes/leuven-theme.el: New theme. | Fabrice Niessen | 2012-12-06 | 2 | -0/+599 |
* | | * NEWS: Mention new Tramp method "adb". | Michael Albinus | 2012-12-04 | 2 | -0/+10 |
* | | Obsolete terminal.el. | Chong Yidong | 2012-12-04 | 1 | -0/+2 |
* | | Obsolete longlines.el. | Chong Yidong | 2012-12-04 | 1 | -0/+4 |
* | | * lisp/sort.el (delete-duplicate-lines): New command. | Juri Linkov | 2012-12-04 | 1 | -0/+5 |
* | | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.org | Glenn Morris | 2012-12-02 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | Document the conversion of kbd into a function. | Chong Yidong | 2012-12-02 | 1 | -3/+9 |
| * | Bump version to 24.2.90.emacs-24.2.90 | Chong Yidong | 2012-11-24 | 1 | -385/+596 |
* | | New ERC option to avoid sending accidentally-pasted text to the server. | Eric Hanchrow | 2012-11-30 | 1 | -4/+11 |
* | | * lisp/icomplete.el: Change separator; add ido-style commands. | Jambunathan K | 2012-11-29 | 1 | -0/+4 |
* | | Merge from trunk. | Bill Wohler | 2012-11-25 | 1 | -0/+10 |
|\ \ |
|
| * | | Revamp face-spec-set to be more analogous to setq for faces. | Chong Yidong | 2012-11-25 | 1 | -0/+10 |
* | | | Release MH-E version 8.4. | Bill Wohler | 2012-11-25 | 3 | -0/+71 |
|/ / |
|
* | | * lisp/woman.el (woman-default-faces, woman-monochrome-faces): Mark as obsolete. | Chong Yidong | 2012-11-25 | 1 | -0/+5 |
* | | Add Bug# to Nov 17 ChangeLog entries. | Paul Eggert | 2012-11-22 | 1 | -1/+1 |
* | | Document Calc Gregorian in NEWS; fix manual a bit. | Paul Eggert | 2012-11-22 | 2 | -0/+18 |
* | | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu | Glenn Morris | 2012-11-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Backport: Rename cygwin_convert_path* to cygwin_convert_file_name* | Daniel Colascione | 2012-11-20 | 1 | -3/+4 |
| * | NEWS fix | Glenn Morris | 2012-11-20 | 1 | -1/+1 |
* | | Conflate Qnil and Qunbound for `symbol-function'. | Stefan Monnier | 2012-11-20 | 1 | -0/+4 |
* | | * lisp/emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding. | Stefan Monnier | 2012-11-20 | 1 | -0/+9 |
* | | * lisp/calendar/time-date.el (time-to-seconds): De-obsolete. | Stefan Monnier | 2012-11-19 | 1 | -0/+1 |
* | | Rename cygwin_convert_path* to cygwin_convert_file_name* | Daniel Colascione | 2012-11-18 | 1 | -3/+4 |
* | | Merge from emacs-24; up to 2012-11-15T23:31:37Z!dancol@dancol.org | Glenn Morris | 2012-11-17 | 1 | -15/+16 |
|\ \
| |/ |
|
| * | NEWS tweak | Glenn Morris | 2012-11-17 | 1 | -0/+1 |
| * | Document eager macro expansion | Glenn Morris | 2012-11-17 | 1 | -6/+6 |
| * | * minibuf.texi (Basic Completion): Mention misc completion-table funcs. | Glenn Morris | 2012-11-17 | 1 | -6/+1 |
| * | * frames.texi (Display Action Functions): Mention pop-up-frame-parameters. | Glenn Morris | 2012-11-16 | 1 | -2/+2 |
| * | * display.texi (Temporary Displays): Document with-temp-buffer-window. | Glenn Morris | 2012-11-16 | 1 | -1/+3 |
| * | Document fit-frame-to-buffer | Glenn Morris | 2012-11-16 | 1 | -0/+3 |
* | | Relocate NEWS entry to correct section | Glenn Morris | 2012-11-17 | 1 | -3/+6 |
* | | Fix bug #12908 with documentation of emacs_backtrace.txt on MS-Windows. | Eli Zaretskii | 2012-11-16 | 1 | -1/+3 |
* | | Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ru | Glenn Morris | 2012-11-16 | 1 | -8/+27 |
|\ \
| |/ |
|
| * | Doc fixes related to fit-frame-to-buffer | Glenn Morris | 2012-11-16 | 1 | -2/+6 |
| * | NEWS potential FIXME | Glenn Morris | 2012-11-16 | 1 | -0/+6 |
| * | cl.texi flet clarification | Glenn Morris | 2012-11-15 | 1 | -0/+2 |
| * | Fixes related to face underlining | Glenn Morris | 2012-11-14 | 1 | -1/+1 |
| * | Document set-temporary-overlay-map | Glenn Morris | 2012-11-14 | 1 | -1/+1 |
| * | * lisp/subr.el (set-temporary-overlay-map): Doc fix. | Glenn Morris | 2012-11-14 | 1 | -1/+3 |
| * | Document erc-lurker-hide-list | Glenn Morris | 2012-11-13 | 1 | -1/+3 |
| * | * doc/misc/erc.texi (Connecting): Add brief section on passwords. | Glenn Morris | 2012-11-13 | 1 | -0/+3 |