2013-08-07 |
Dmitry Antipov | Prefer selected_window to Fselected_window, likewise... |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Xue Fuqiao | Index and whitespace fixes for doc/misc/sc.texi. |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Xue Fuqiao | * doc/misc/newsticker.texi (Usage): Use @key for RET. |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Dmitry Antipov | Be more careful if selected window shows the buffer... |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Xue Fuqiao | doc/misc/cl.texi: Add index for compiler macro. |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Xue Fuqiao | doc/misc/cl.texi: Add indexes. |
commit | commitdiff | tree | snapshot |
2013-08-07 |
Glenn Morris | * lisp/calendar/calendar.el (calendar-font-lock-keyword... |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Glenn Morris | calendar.el: Add new faces, and day-header-array |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Jan Tatarik | gnus-icalendar.el (gnus-icalendar-event-from-ical)... |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Lars Magne... | Further shr width computation fixes |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Lars Magne... | shr table rendering touch-ups |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Stephen Berman | * NEWS: Mention Todo mode user manual. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Dmitry Antipov | * window.c (window_scroll, window_scroll_pixel_based) |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Dmitry Antipov | * lisp/files.el (cache-long-line-scans): Make |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Paul Eggert | * process.c: Fix minor off-by-one issues in descriptor... |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Katsumi Yamaoka | lisp/gnus/mm-decode.el (mm-display-external): Work... |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Juanma Barranquero | lisp/frameset.el: Doc fixes. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Juanma Barranquero | lisp/find-lisp.el: Fix typos in docstrings. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Dmitry Antipov | * frame.el (get-other-frame): Tiny cleanup. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Juanma Barranquero | lisp/vc/vc.el: Silence byte-compiler warning. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Dmitry Antipov | Use region cache to speedup bidi_find_paragraph_start. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Dmitry Antipov | Invalidate region caches only if buffer text is going... |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Juanma Barranquero | lisp/frameset.el: Various fixes. |
commit | commitdiff | tree | snapshot |
2013-08-06 |
Juanma Barranquero | lisp/dired.el (dired-insert-directory): Revert change... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Stefan Monnier | Revert introduction of isearch-filter-predicates. |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Eli Zaretskii | Fix bugs in update-game-score, on MS-Windows and elsewhere. |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Juanma Barranquero | etc/tutorials/TUTORIAL.es: Fix typo (bug#15027). |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Glenn Morris | admin/make-tarball.txt: mention platform-testers mailin... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Dmitry Antipov | Do not call to `selected-window' where it is assumed... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Dave Abrahams | gnus-int.el (gnus-warp-to-article): Allow warping in... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Xue Fuqiao | * doc/misc/cl.texi (Blocks and Exits): Add an index. |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Juanma Barranquero | lisp/frameset.el: New frame-id functions. |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Xue Fuqiao | * doc/lispref/windows.texi (Window Start and End):... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Dmitry Antipov | Do not call to `selected-frame' where it is assumed... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Glenn Morris | * calendar/calendar.el (calendar-generate-month, calend... |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Glenn Morris | * lisp/calendar/calendar.el (calendar-generate-month): |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Juanma Barranquero | * lisp/frameset.el: Miscellaneous cleanups. |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Dmitry Antipov | New macro to iterate over live buffers similar to frames. |
commit | commitdiff | tree | snapshot |
2013-08-05 |
Glenn Morris | Extract truncate-string-to-width tests to a separate... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Juanma Barranquero | * lisp/frameset.el: Add new predicate values for frames... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Stephen Berman | Add Todo mode user manual. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Stefan Monnier | * lisp/subr.el (macrop): New function. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Eli Zaretskii | MS-Windows followup to last commit. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Paul Eggert | Fix some minor races in hosts lacking mkostemp. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Eli Zaretskii | Minor fix of the last commit. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Eli Zaretskii | Implement mkostemp for MS-Windows. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Stefan Monnier | * lisp/emacs-lisp/nadvice.el (advice-function-mapc... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Glenn Morris | * ert-tests.el: Disable failing test that no-one seems... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Glenn Morris | * test/automated/icalendar-tests.el (icalendar-tests... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Dmitry Antipov | * dispnew.c (glyph_matrix_count, glyph_pool_count): |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Xue Fuqiao | Merge: cleanup for vc-ignore. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Xue Fuqiao | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Juanma Barranquero | lisp/frameset.el (frameset--reuse-frame): Use correct... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Xue Fuqiao | Cleanup for vc-ignore. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Glenn Morris | * test/automated/icalendar-tests.el (icalendar-tests... |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Juanma Barranquero | etc/NEWS: Fix description of frame-restoring options. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Juanma Barranquero | lisp/frameset.el: Fix typos and autoload cookies. |
commit | commitdiff | tree | snapshot |
2013-08-04 |
Juanma Barranquero | lisp/desktop.el (desktop-clear): Be more careful about... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Paul Eggert | * composite.h: Minor fixups. |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Dmitry Antipov | * composite.h (compose_region): Remove the leftover. |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Dmitry Antipov | Do not use global Lisp_Object in composition macros. |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Glenn Morris | * test/automated/icalendar-tests.el (icalendar-tests... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Juanma Barranquero | etc/NEWS: Document new package frameset.el. |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Juanma Barranquero | lisp/frameset.el (frameset-prop): Preserve `setf' seman... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Juanma Barranquero | lisp/frameset.el (frameset-prop): New function and... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Dmitry Antipov | Drop FRAME_PTR typedef. |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Xue Fuqiao | * etc/TODO: Adjust entry about bug reporting. |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Stefan Monnier | * lisp/emacs-lisp/package.el (package-desc-from-define... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Glenn Morris | Fix previous core-elisp-tests.el fix |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Glenn Morris | * test/automated/core-elisp-tests.el (core-elisp-tests... |
commit | commitdiff | tree | snapshot |
2013-08-03 |
Glenn Morris | icalendar-tests.el tweaks related to timezone handling |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Stefan Monnier | * lisp/emacs-lisp/easy-mmode.el (define-globalized... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Stefan Monnier | Make defvar affect the default binding outside of any... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Juanma Barranquero | lisp/emacs-lisp/lisp-mode.el: Support cl-def* expressio... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Juanma Barranquero | lisp/frameset.el (frameset-filter-params): Fix order... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Bastien Guerry | PS: I re-read the manual of bzr to make sure I don... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Xue Fuqiao | Add indexes for elisp manual. |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Xue Fuqiao | Add indexes for elisp manual. |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Lars Magne... | Merge changes made in Gnus trunk |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Dmitry Antipov | Fix X GC leak in GTK and raw (no toolkit) X ports. |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Xue Fuqiao | * tutorials/TUTORIAL.cn: Update; synchronize with TUTORIAL. |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Jan Djärv | * nsterm.h (EmacsView): Add maximizing_resize, put... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Katsumi Yamaoka | lisp/gnus/rfc2047.el (rfc2047-encode-message-header... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Dmitry Antipov | Fix last change. |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Dmitry Antipov | * insdel.c (adjust_after_replace, replace_range, del_ra... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Xue Fuqiao | * etc/tutorials/TUTORIAL.translators (Maintainer):... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Juanma Barranquero | lisp/desktop.el: Move code related to saving frames... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Dmitry Antipov | * w32term.c (x_unfocus_frame): Remove unused dummy... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Dmitry Antipov | * xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_b... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Juanma Barranquero | etc/tutorials/TUTORIAL.es: Fix typos (bug#15000). |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Xue Fuqiao | * doc/lispintro/emacs-lisp-intro.texi (zap-to-char... |
commit | commitdiff | tree | snapshot |
2013-08-02 |
Katsumi Yamaoka | lisp/gnus/ChangeLog: Fix previous commit |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Stefan Monnier | * lisp/files.el: Use lexical-binding. |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Glenn Morris | * test/automated/file-notify-tests.el (file-notify... |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Gnus developers | Merge changes made in Gnus master |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Juanma Barranquero | Fix typos in ChangeLogs. |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Paul Eggert | * fileio.c, fns.c (merge): Move extern decl from here ... |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Tassilo Horn | * speedbar.el (speedbar-query-confirmation-method)... |
commit | commitdiff | tree | snapshot |
2013-08-01 |
Dmitry Antipov | Fix last font-related change. |
commit | commitdiff | tree | snapshot |
next |