2011-04-14 |
Stefan Monnier | * lisp/minibuffer.el (completion-in-region-mode-predicate) |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Stefan Monnier | Preserve arg names for advice of subr and lexical funct... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Eli Zaretskii | Fix bug #8487 with invisible text at EOB under bidi. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Eli Zaretskii | Fix bug #8487 with invisible property near EOB under... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Juanma Barranquero | lisp/autorevert.el: Use `remote-file-name-inhibit-cache'. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Juanma Barranquero | Fix typos. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Juanma Barranquero | lisp/image-mode.el: Fix change in 2011-04-09T20:28... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Gnus developers | Merge changes made in Gnus trunk. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Juanma Barranquero | lisp/dframe.el (dframe-current-frame): Remove spurious... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Lars Magne... | mm-url.el (mm-url-package-name): Removed to ease third... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Juanma Barranquero | lisp/ChangeLog: Fix date of entry. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Andreas Schwab | Use xfree instead of free where appropriate (Bug#8437) |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Andreas Schwab | * alloc.c (overrun_check_malloc, overrun_check_realloc) |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Paul Eggert | * sysdep.c (emacs_read, emacs_write): Check for negativ... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Glenn Morris | Small cal-tex fix. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Glenn Morris | cal-hebrew fix for diary-hebrew-rosh-hodesh. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Glenn Morris | ImageMagick fix for bug#7955. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Teodor Zlatanov | gnus-registry.el (gnus-registry-action): Remove propert... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Eli Zaretskii | Fix bug #8468 with redisplay and scroll-margin > 0. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Eli Zaretskii | Fix bug #8468 with redisplay when scroll-margin > 0. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Leo Liu | Enable ido to kill virtual buffers |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Stefan Monnier | * lisp/gnus/registry.el: Require CL before using defmacro*. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Katsumi Yamaoka | gnus-art.el (article-treat-date): Assume that gnus... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Chong Yidong | Fix bad interaction between icomplete and completion... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Eli Zaretskii | Fix write-region and its subroutines for buffers >... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Paul Eggert | * xdisp.c (vmessage): Use memchr, not strnlen, which... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Eli Zaretskii | src/ChangeLog: Fix address in eliz's last entry. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Paul Eggert | Fix more problems found by GCC 4.6.0's static checks. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Paul Eggert | Keep doprnt.c around for now, as we might revamp and... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Paul Eggert | Merge from gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Leo Liu | Fix typo in tabulated-list-print-entry |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Jim Meyering | use ssize_t and size_t for read- and write-like emacs_g... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Paul Eggert | * xdisp.c (message_nolog): Bring this back, inside... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * xdisp.c (vmessage): Use a better test for character... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * syntax.c (skip_chars): Likewise. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * editfns.c (Fformat): Likewise. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | Mention potential integer overflow problems. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * chartab.c: Use similar style as for other recent... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * casetab.c (set_identity, shuffle): Likewise. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * chartab.c (sub_char_table_set_range, char_table_set_r... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * charset.c (load_charset_map): <, not <=, for optimiza... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * xmenu.c (set_frame_menubar): Allocate smaller local... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chong Yidong | Cleanups to the ImageMagick code and docstrings. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * callint.c (Fcall_interactively): <, not <=, for optim... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * ftfont.c: Distingish more carefully between FcChar8... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | * keyboard.c (read_char): Remove unused var. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | Merge from gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Glenn Morris | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Glenn Morris | Mark tiny change. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Glenn Morris | Fix ChangeLog attribution. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Zaretskii | Replace some uses of `int' with EMACS_INT. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Zaretskii | Produce more accurate results from file-size-human... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Paul Eggert | * eval.c: Port to Windows vsnprintf (Bug#8435). |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Paul Eggert | Update from gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | Fix more GCC strict-aliasing warnings. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Tassilo Horn | Fit contents to emacs window support for doc-view by... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | * xterm.c (handle_one_xevent): Avoid type-punned derefe... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | Merge changes from emacs-23 branch |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Svante Signell | * term.c (init_tty): Fix incorrect ifdef placement... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Eli Zaretskii | Bail out from list-processes if async subprocesses... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
T.V. Raman | * src/xml.c (parse_region): Avoid creating spurious... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | * keyboard.c (syms_of_keyboard): Use DEFSYM macro. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chong Yidong | Remove internal_with_output_to_temp_buffer, replacing... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Eli Zaretskii | New function file-size-human-readable. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | * lisp/man.el (Man-page-header-regexp): Solaris < 2... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | browse-url.el trivia. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | log-edit.el fix for bug#7598. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | rlogin.el trivia. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Glenn Morris | * lisp/replace.el (occur-mode-map): Some fixes for... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Juanma Barranquero | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Gnus developers | gnus-registry.el (gnus-registry-handle-action): More... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | * eval.c (verror): Initial buffer size is 4000 (not... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | Remove the doprnt implementation, as Emacs now uses... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | error: Print 32- and 64-bit integers portably (Bug... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Aaron S. Hawley | * lisp/play/morse.el (denato-region): Handle varying... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Glenn Morris | * autogen/update_autogen: Ignore comment diffs in ldefs... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | * eval.c (internal_lisp_condition_case): Don't pass... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Paul Eggert | * keyboard.c (access_keymap_keyremap): Print func name... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * coding.c (Fdecode_sjis_char): Don't assume CODE fits... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * xterm.c (x_catch_errors): Remove duplicate declaration. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * term.c (maybe_fatal): Mark its 3rd arg as a printf... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | * xdisp.c, lisp.h (message_nolog): Remove; unused. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Gnus developers | Merge changes made in Gnus trunk. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Chong Yidong | Remove list-processes C function; misc fixes to last... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Chong Yidong | Reimplement list-processes in Lisp. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Chong Yidong | Make Package Menu a child of Tabulated List mode. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Chong Yidong | * lisp/emacs-lisp/tabulated-list.el: New file. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Juanma Barranquero | New variable `revert-buffer-in-progress-p'. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Paul Eggert | update_autogen |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Eli Zaretskii | Adapt the MS-DOS build to changes in gnulib. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Eli Zaretskii | Don't call gnulib's careadlinkat on Windows. |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Eli Zaretskii | Fix the Windows build due to introduction of ATTRIBUTE_... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Juanma Barranquero | lib/makefile.w32-in: Adapt to changes in 2011-04-06T05... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Teodor Zlatanov | gnus-registry.el: Don't use ERT if it's not available. |
commit | commitdiff | tree | snapshot |
next |