2011-06-10 |
Martin Rudalics | Move window resize code from window.c to window.el. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Katsumi Yamaoka | Improve Gnus' dribble data handling. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | * lisp/calendar/appt.el (appt-mode-line): Eliminate... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | Eliminate some code duplication in appt.el. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | Allow/recommend explicit args for minor-modes in file... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Ted Zlatanov | Add `xterm-extra-capabilities' defcustom for terminals... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Martin Rudalics | Final preparations in window.el for new window resize... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Martin Rudalics | Final preparations for new window resize code. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | ange-ftp fixes for dired switches not being just a... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Alexander Klimov | Small fixes for dired-listing-switches usage. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | Allow some appt.el display functions to handle lists. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Paul Eggert | * lib/gnulib.mk, m4/gnulib-common.m4: Merge from gnulib. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Martin Rudalics | New symbols in window.c. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Martin Rudalics | A few new functions and rewrites in window.el. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Martin Rudalics | Add some new members to window structure in window.h. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Glenn Morris | Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Ivan Kanis | * lisp/calendar/appt.el (appt-check): Move some initial... |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Glenn Morris | ChangeLog fixes. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Glenn Morris | Move ChangeLog entry to the right file. |
commit | commitdiff | tree | snapshot |
2011-06-08 |
Martin Rudalics | window-height, window-width, and window-full-width... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Chong Yidong | Some changes and re-organization for animated gif support. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Eli Zaretskii | Fix the MS-DOS build broken by STRING_BYTES_MAX. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Martin Rudalics | Add and rewrite window size functions in window.el. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Martin Rudalics | Move get-lru-window and get-largest-window to window.el. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Martin Rudalics | Make delete_all_subwindows argument a Lisp_Object. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Eli Zaretskii | nt/ChangeLog: Fix a typo in last entry. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Eli Zaretskii | Update nt/inc/stdint.h for PTRDIFF_MAX. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Martin Rudalics | Install some window-size related functions and window... |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Paul Eggert | [ChangeLog] |
commit | commitdiff | tree | snapshot |
2011-06-07 |
Daniel Colascione | * fns.c (Fputhash): Document return value. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Chong Yidong | * src/image.c (gif_load): Implement gif89a spec "no... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Merge from gnulib. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Merge: Document wide integers better. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Add Bug#8794 to ChangeLog entry. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Merge: Cons<->int and similar integer overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | * Makefile.in (ALL_CFLAGS): Add -I$(srcdir)/../lib. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Stefan Monnier | * src/window.h (Fwindow_frame): Declare. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | * alloc.c: Simplify handling of large-request failures... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Martin Rudalics | Add window-tree based, atomic and side window functions... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Martin Rudalics | Move some window-related functions from frame.c to... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Martin Rudalics | Expose window-tree functions in Elisp. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Check for overflow when converting integer to cons... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Martin Rudalics | Prepare for exposing window-tree functions in Elisp. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Check for buffer and string overflow more precisely. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | * image.c: Use ptrdiff_t, not int, for sizes. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | * fileio.c (Fverify_visited_file_modtime): Avoid time... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | * dired.c (Ffile_attributes): Don't assume EMACS_INT... |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Don't assume time_t can fit into int. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | Minor fixes for signed vs unsigned integers. |
commit | commitdiff | tree | snapshot |
2011-06-06 |
Paul Eggert | * alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO). |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Andreas Schwab | * lisp/comint.el (comint-dynamic-complete-as-filename) |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Andreas Schwab | Fixes: debbugs:8806 |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Andreas Schwab | * src/gtkutil.c (xg_get_default_scrollbar_width): Avoid... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Andreas Schwab | * src/xfns.c (x_set_scroll_bar_default_width): Move... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Deniz Dogan | * lisp/net/rcirc.el (rcirc-prompt-for-encryption):... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Jan Djärv | Handle scroll bar width larger than 16 for GTK3. |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Deniz Dogan | * lisp/net/rcirc.el (rcirc-prompt-for-encryption):... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Roland Winkler | lisp/textmodes/bibtex.el: new command bibtex-search... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Roland Winkler | lisp/textmodes/bibtex.el: various small bug fixes |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Roland Winkler | lisp/textmodes/bibtex.el (bibtex-search-entry-globally... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Roland Winkler | lisp/textmodes/bibtex.el (bibtex-entry-format): new... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Juanma Barranquero | lisp/doc-view.el: Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2011-06-05 |
Juanma Barranquero | src/xdisp.c (single_display_spec_intangible_p): Remove... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Chong Yidong | Doc fixes for timer.el (Bug#8793). |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Chong Yidong | * src/xselect.c (x_get_foreign_selection): Reduce scope... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Chong Yidong | Handle errors when saving to clipboard manager (Bug... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Glenn Morris | Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Paul Eggert | * lib/getopt.c: Merge trivial change from gnulib. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Deniz Dogan | Fix mistake in last iswitchb.el bug fix. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Michael Albinus | * net/tramp-sh.el (tramp-find-shell): Apply workaround... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Michael Albinus | * net/tramp.el (tramp-set-completion-function, tramp... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Stefan Monnier | * lisp/shell.el: Require and use pcomplete. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Deniz Dogan | * lisp/iswitchb.el (iswitchb-window-buffer-p): Use... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Eli Zaretskii | src/bidi.c (bidi_level_of_next_char): Fix last change. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Andreas Schwab | * lisp/url/url-future.el (url-future-test): Fix scope... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Eli Zaretskii | Support bidi reordering of text covered by display... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Paul Eggert | * image.c (svg_load): Omit needless test. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Paul Eggert | Check for buffer and string overflow more precisely. |
commit | commitdiff | tree | snapshot |
2011-06-04 |
Paul Eggert | Use ptrdiff_t, not int, for sizes. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | * buffers.texi (Buffers): Correct the size limit. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | * xselect.c: Include <limits.h>. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | Document wide integers better. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | Check for overflow when converting integer to cons... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | Document wide integers better. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | Document wide integers better. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | Fix doc for machines with wider system times such as... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | * NEWS: 62-bit integers are typical now. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | * lisp.h (WIDE_EMACS_INT): Now defaults to 1. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | * xselect.c: Use 'unsigned' more consistently. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | * fileio.c (Fverify_visited_file_modtime): Avoid time... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | * dired.c (Ffile_attributes): Don't assume EMACS_INT... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | * lisp.h: Include <intprops.h>, as it'll useful in... |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | Don't assume time_t can fit into int. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Paul Eggert | Minor fixes for signed vs unsigned integers. |
commit | commitdiff | tree | snapshot |
2011-06-03 |
Eli Zaretskii | Cleanup. Tested in -nw and verified that bug #7616... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Stefan Monnier | * lisp/subr.el (make-progress-reporter): Add "..."... |
commit | commitdiff | tree | snapshot |
2011-06-02 |
Paul Eggert | Merge: memory_full, gnutls improvements |
commit | commitdiff | tree | snapshot |
next |