summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Save and restore tab-local buffer-lists in frame-local buffer-lists.x-tabsJuri Linkov2010-06-051-6/+26
* (window-configuration-to-sexp): New function.Juri Linkov2010-05-181-17/+141
* Add `LIVE-P' arg to `current-window-configuration-to-sexp' for live data.Juri Linkov2010-04-241-30/+113
* Treat minibuffer window specially in window configuration sexp.Juri Linkov2010-04-241-8/+29
* Add `desktop-frame-parameters-to-save'.Juri Linkov2010-04-241-3/+84
* Make desktop.el save the frame configurations with window configurations.Juri Linkov2010-04-232-4/+38
* Make tabs frame-local.Juri Linkov2010-04-232-36/+50
* Add `set-window-configuration-from-sexp'.Juri Linkov2010-04-222-4/+290
* Add `current-window-configuration-to-sexp'.Juri Linkov2010-04-211-1/+134
* Implement `emacsclient --create-tab'.Juri Linkov2010-04-213-0/+26
* Add file README.TABS. Add functions delete-other-tabs, next-tab, previous-tab,Juri Linkov2010-04-213-20/+137
* Add command line switch `--tabs' to open files in new tabs.Juri Linkov2010-04-212-5/+20
* Add switch-to-buffer-other-tab, find-file-other-tab, pop-up-tabs.Juri Linkov2010-04-212-1/+62
* Save/restore point of the current buffer separatelyJuri Linkov2010-04-201-10/+18
* Make things more consistent with 2010-01-09 changes of YAMAMOTO Mitsuharu.YAMAMOTO Mitsuharu2010-04-113-8/+10
* Initial implementation of non-toolkit X tabs and tab-bar.Juri Linkov2010-04-1039-58/+2701
* Get rid of several uses of the term 'master' in favor of equivalent verbiageEric S. Raymond2010-04-095-19/+25
* Fix showing the complete tip the first time, bug #2423.Jan D2010-04-092-4/+13
* (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Remove,Sam Steingold2010-04-092-12/+4
* (compilation-save-buffers-predicate): Remove the "autoload" cookie.Sam Steingold2010-04-092-1/+5
* Add --author support to git commit.Dan Nicolaescu2010-04-093-3/+30
* Improve documentation comments.Eric S. Raymond2010-04-093-1/+15
* Fix bug#5856: don't dereference glyphs beyond end of glyph_row.Eli Zaretskii2010-04-092-3/+18
* Fix some of the problems in defsubst* (bug#5728).Stefan Monnier2010-04-082-11/+38
* * xsettings.c (XSETTINGS_FONT_NAME): Move XSETTINGS_FONT_NAME out of HAVE_GCONF.Jan Djärv2010-04-082-1/+7
* Fix crash due to incorrect resolution of type of NSM characters (bug#5858).Eli Zaretskii2010-04-082-5/+12
* Lucid menus can now use Xft for fonts.Jan Djärv2010-04-0813-41/+441
* add ";;;###autoload" cookiesSam Steingold2010-04-071-0/+2
* (compilation-save-buffers-predicate): New custom variable.Sam Steingold2010-04-072-2/+25
* * lib-src/makefile.w32-in: Use parenthesis for macros for nmake compatibility.Christoph2010-04-072-2/+7
* wid-edit.el (widget-choose): Put cursor on second line of the buffer (Bug#5695).Jan Djärv2010-04-072-1/+8
* Fix resizing for X and non-Gtk+ build. Bug #5848.Jan D2010-04-073-6/+12
* Simplify code for HP machines.Dan Nicolaescu2010-04-063-30/+13
* * m/iris4d.h (UNEXEC): Move definition ...Dan Nicolaescu2010-04-063-6/+7
* Add new VC methods: vc-log-incoming and vc-log-outgoing.Dan Nicolaescu2010-04-067-85/+189
* Fix default-directory for vc-root-diff.Dan Nicolaescu2010-04-062-3/+14
* * verilog-mode.el (verilog-forward-sexp, verilog-calc-1): SupportWilson Snyder2010-04-062-171/+270
* (calcFunc-fdiv): Use `nth' to choose elements from list.Jay Belanger2010-04-061-5/+5
* (calcFunc-fdiv): Allow `fdiv' to divide fractions.Vincent Belaïche2010-04-061-9/+25
* Removed duplicate definition of ido-virtual-buffersJohn Wiegley2010-04-061-3/+0
* Fix typos.Juanma Barranquero2010-04-061-6/+6
* Fixed duplicate names appearing in IDO buffer list (using virtuals)John Wiegley2010-04-062-0/+7
* Minor fixes to a recent contribution to ido.elJohn Wiegley2010-04-052-13/+23
* Enable recentf-mode if using virtual buffers.Juanma Barranquero2010-04-062-19/+26
* Scrolling commands which scroll a line instead of full screen..Juri Linkov2010-04-064-10/+34
* Scrolling commands which does not signal errors at top/bottom.Juri Linkov2010-04-065-2/+89
* lisp/help.el: Turn ChangeLog comment into source comment.Juanma Barranquero2010-04-052-1/+2
* * help.el (describe-mode): Return nil (for IELM's sake).Juanma Barranquero2010-04-052-1/+6
* xfns.c (set_machine_and_pid_properties): Fix parantesisJan D2010-04-051-1/+1
* Move declaration before other statements.Jan Djärv2010-04-041-1/+1