2011-04-16 |
Paul Eggert | * xlwmenu.c (XlwMenuSetValues): Rename/ move locals... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Ben Key | Modified the code that parses the --cflags and --ldflag... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Teodor Zlatanov | nus-registry.el (gnus-registry--split-fancy-with-parent... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Monnier | Use completion-at-point for mailalias.el |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Monnier | * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Monnier | * lisp/gnus/gnus-draft.el (gnus-draft-setup): New arg... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Monnier | * lisp/htmlfontify.el (hfy-etags-cmd): Remove inoperant... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Monnier | * lisp/emacs-lisp/bytecomp.el (byte-temp-output-buffer... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paul Eggert | * sysdep.c (emacs_read): Remove unnecessary check vs... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paul Eggert | emacs_write: Accept and return EMACS_INT for sizes. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paul Eggert | * sound.c: Use EMACS_INT rather than size_t. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paul Eggert | * process.c (send_process): Change a size_t to EMACS_INT. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paul Eggert | * process.c (send_process): Change another size_t to... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paul Eggert | emacs_write: Accept and return EMACS_INT for sizes. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Juanma Barranquero | lisp/loadup.el: Use `string-to-number', not `string... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Ben Key | Fix link errors in the Mac OS build that were caused... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Monnier | * lisp/progmodes/gud.el (gud-gdb): Use completion-at... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Juanma Barranquero | src/font.c (Qopentype): Don't make static (used from... |
commit | commitdiff | tree | snapshot |
2011-04-15 |
Stefan Monnier | * src/process.c (Qprocessp): Don't declare static. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | Fix merge typo. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | Merge from mainline. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Michael Albinus | * tramp.texi (Frequently Asked Questions): New item... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Michael Albinus | * net/tramp-sh.el (tramp-sh-handle-file-attributes... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Katsumi Yamaoka | Fix typos in the last change in gnus-registry docs. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Teodor Zlatanov | gnus.texi (nnmairix caveats, Setup, Registry Article... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Andreas Schwab | * fileio.c (Finsert_file_contents): Fix typo in 2005... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | Fix typo in previous comment. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | Don't publish debugger-only interfaces to other modules. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * fileio.c: Add FIXMES mentioning Bug#8496. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * sysdep.c (croak): Now static, if |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | Undo the DEFUN->DEFUE change. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * xsettings.c, xsettings.h (xsettings_get_system_normal... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * xrdb.c (x_customization_string, x_rm_string): Now... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * xmenu.c (x_menu_wait_for_event): Export only if USE_M... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * xdisp.c (draw_row_with_mouse_face): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * window.h (check_all_windows): Mark externally visible. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * window.c (window_deletion_count): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * textprop.c (interval_insert_behind_hooks): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * term.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * sysdep.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * syntax.c (syntax_temp): Define only if !__GNUC__. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * sound.c (current_sound_device, current_sound): Now... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * search.c (searchbufs, searchbuf_head): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * scroll.c (scroll_cost): Remove; unused. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * region-cache.h (pp_cache): Mark as externally visible. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * process.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * print.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * sysdep.c (croak): Move decl from here to syssignal.h. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * minibuf.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * lisp.h (verify_bytepos, count_markers): Mark as exter... |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * lread.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * keyboard.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * intervals.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * insdel.c (signal_before_change): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * insdel.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Paul Eggert | * indent.c (val_compute_motion, val_vmotion): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-14 |
Stefan Monnier | * lisp/minibuffer.el (completion-in-region-mode-predicate) |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * image.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * fringe.c (standard_bitmaps): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * frame.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * font.c, fontset.c: Make symbols static if they're... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * fns.c (weak_hash_tables): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * fileio.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * eval.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * emacs.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * editfns.c: Move a (normally-unused) function to its... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * xterm.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * sysdep.c (MAX_RW_COUNT): New macro, to work around... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * process.c (send_process): Count partial writes as... |
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 |
Paul Eggert | emacs_write: Return size_t, not ssize_t, to avoid overf... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Paul Eggert | * sound.c: Don't assume sizes fit in 'int'. |
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 | * ftxfont.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Paul Eggert | * xfns.c: Make symbols static if they're not exported. |
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 |
Paul Eggert | * dispnew.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Paul Eggert | * xfaces.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Paul Eggert | * xdisp.c: Make symbols static if they're not exported. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Paul Eggert | * dired.c (file_name_completion): Now static. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Paul Eggert | * lisp.h (circular_list_error, FOREACH): Remove; unused. |
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 |
next |