- 30 Jul, 2011 9 commits
-
-
Carsten Dominik authored
-
Michael Albinus authored
remote file name completion. (Bug#9197)
-
Michael Albinus authored
* trampver.texi: Update release number.
-
Michael Albinus authored
* net/trampver.el: Update release number.
-
Andreas Schwab authored
(re_exec): Fix return type. (regexec): Fix type of `ret'.
-
Glenn Morris authored
-
Juri Linkov authored
(dired-do-chxxx): For op-symbol `touch', set `initial' to the current time, and `default' to the last modification time of the current marked file. Fixes: debbugs:6887
-
Chong Yidong authored
* lisp/semantic/grammar.el (semantic-grammar-insert-defanalyzers): Fix require.
-
Chong Yidong authored
-
- 29 Jul, 2011 4 commits
-
-
Glenn Morris authored
-
Daniel Dehennin authored
mm-decode.el (mm-dissect-buffer): Add a default content-disposition in mm handle if none is specified.
-
Paul Eggert authored
This is needed if max-image-size is a floating-point number.
-
Reiner Steib authored
-
- 28 Jul, 2011 24 commits
-
-
Andreas Schwab authored
-
Andreas Schwab authored
* src/lread.c (read1): Read ## as empty symbol. * src/print.c (print_object): Print empty symbol as ##.
-
Alp Aker authored
* src/nsfont.m (nsfont_open): Remove assignment to voffset and unnecessary vars hshink, expand, hd, full_height, min_height. (nsfont_draw): Use s->ybase as baseline for glyph drawing. * src/nsterm.h (nsfont_info): Remove voffset field.
-
Alp Aker authored
* src/nsterm.m (ns_dumpglyphs_stretch): Avoid overwriting left fringe or scroll bar.
-
Alp Aker authored
* configure.in (HAVE_RSVG): Allow use of -lrsvg-2 for any NextStep build, not just GNUstep.
-
Alp Aker authored
* src/nsmenu.m (-setText): Size tooltip dimensions precisely to contents. (EmacsTooltip -init): Remove bezels and add shadows to tooltip windows.
-
Alp Aker authored
* nsfns.m (x_set_foreground_color): Set f->foreground_pixel when setting frame foreground color. (x_set_background_color): Likewise.
-
Alp Aker authored
* src/nsfont.m (nsfont_open): Use underline position provided by font, instead of hard-coded value of 2. (nsfont_draw): Call ns_draw_text_decoration instead. * src/nsterm.h: Add declaration for ns_draw_text_decoration. * src/nsterm.m (ns_draw_text_decoration): New function for drawing underline, overline, and strike-through. (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to ns_draw_text_decoration. Change treatment of cursor drawing to accomodate underlining, etc.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/buffer.c (init_buffer_once, syms_of_buffer): Set bidi-display-reordering to t by default. doc/emacs/mule.texi (Bidirectional Editing): Document the fact that bidi-display-reordering is t by default. lispref/display.texi (Bidirectional Display): Document the fact that bidi-display-reordering is t by default.
-
Paul Eggert authored
Without this fix, if a signal arrives just after memory fills up, 'malloc' might be invoked reentrantly.
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Bastien Guerry authored
-
Bastien Guerry authored
It will be replaced by org-pcomplete.el in the next commit.
-
Jose E. Marchesi authored
lisp/simple.el (goto-line): Use string-to-number to provide a numeric argument to read-number.
-
Glenn Morris authored
-
Paul Eggert authored
In other words, assume that every image size is allowed, on non-X hosts. This assumption is probably wrong, but it lets Emacs compile.
-
Andreas Schwab authored
-
Eli Zaretskii authored
src/xdisp.c (compute_display_string_pos): Don't use cached display string position if the buffer had its restriction changed.
-
Paul Eggert authored
-
Paul Eggert authored
Fixes: debbugs:9079
-
Paul Eggert authored
-
Paul Eggert authored
-
- 27 Jul, 2011 3 commits
-
-
Lars Magne Ingebrigtsen authored
* gnutls.c (emacs_gnutls_read): Don't message anything if the peer closes the connection while we're reading. Fixes: debbugs:9182
-
Paul Eggert authored
This is for convenience, so that one can run GNU make in an unconfigured source tree, and get a default build.
-
Michael Albinus authored
connection process, it could be nil.
-