- 02 Feb, 2012 2 commits
-
-
Glenn Morris authored
* configure.in [HAVE_NS]: Error if use --without-toolkit-scroll-bars. * src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: Unconditionally set to t. * src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: * src/w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>: * src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
-
Kenichi Handa authored
-
- 01 Feb, 2012 1 commit
-
-
Eli Zaretskii authored
src/ralloc.c (resize_bloc, r_alloc_sbrk): Don't call memmove if its first 2 arguments are identical. This makes inserting large output from a subprocess an order of magnitude faster on MS-Windows, where all sbrk'ed memory is always contiguous.
-
- 31 Jan, 2012 3 commits
-
-
Juanma Barranquero authored
-
Glenn Morris authored
-
Glenn Morris authored
* src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: * src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Sync docs.
-
- 29 Jan, 2012 1 commit
-
-
Glenn Morris authored
* etc/NEWS: Reorder items. Standardize new --with-libfoo type configure options. Don't say precisely which library versions are needed - it tends to change and people who care can look at configure. Move new Hebrew tutorial entry to "Internationalization changes" section. Small tidy up for imagemagick and gnutls entries. * src/gnutls.c (syms_of_gnutls): More doc (from etc/NEWS).
-
- 28 Jan, 2012 2 commits
-
-
Chong Yidong authored
Fixes: debbugs:10552
-
Chong Yidong authored
Fixes: debbugs:10550
-
- 26 Jan, 2012 3 commits
-
-
Chong Yidong authored
Fixes: debbugs:10503
-
Chong Yidong authored
* doc/lispref/searching.texi (String Search): Document negative repeat count. * src/search.c (Fsearch_forward, Fsearch_backward): Document negative repeat counts (Bug#10507).
-
Glenn Morris authored
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00543.html * doc/lispref/variables.texi (Using Lexical Binding): Mention that lexical-binding should be set in the first line. * src/lread.c (syms_of_lread): Doc fix. * lisp/emacs-lisp/tabulated-list.el, lisp/progmodes/f90.el: Move lexical-binding file-local to line one. * etc/NEWS: lexical-binding should be ine the first line.
-
- 25 Jan, 2012 2 commits
-
-
Chong Yidong authored
-
Chong Yidong authored
* lisp/custom.el (custom-variable-p): Doc fix. * src/eval.c (Fuser_variable_p): Doc fix; mention custom-variable-p.
-
- 21 Jan, 2012 2 commits
-
-
Chong Yidong authored
* src/floatfns.c (Fcopysign): Make the second argument non-optional, since nil is not allowed anyway.
-
Andreas Schwab authored
(send_process): Likewise.
-
- 19 Jan, 2012 1 commit
-
-
Martin Rudalics authored
* window.c (save_window_save, Fcurrent_window_configuration) (Vwindow_persistent_parameters): Do not use Qstate. Rewrite doc-strings. * window.el (window--state-get-1, window-state-get): Do not use special state value for window-persistent-parameters. Rename argument IGNORE to WRITABLE. Rewrite doc-string. (window--state-put-2): Reset all window parameters to nil before assigning values of persistent parameters. * windows.texi (Window Configurations): Rewrite references to persistent window parameters. (Window Parameters): Fix description of persistent window parameters.
-
- 18 Jan, 2012 1 commit
-
-
Yoshiaki Kasahara authored
* buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust to aliasing change.
-
- 16 Jan, 2012 1 commit
-
-
Martin Rudalics authored
* window.c (Vwindow_persistent_parameters): New variable. (Fset_window_configuration, save_window_save): Handle persistent window parameters. * window.el (window-state-ignored-parameters): Remove variable. (window--state-get-1): Rename argument MARKERS to IGNORE. Handle persistent window parameters. Make copy of clone-of parameter only if requested. (Bug#10348) (window--state-put-2): Install a window parameter only if it has a non-nil value or an existing parameter shall be overwritten. * windows.texi (Window Configurations, Window Parameters): Describe persistent window parameters.
-
- 15 Jan, 2012 1 commit
-
-
YAMAMOTO Mitsuharu authored
Fix wrong font metrics for mouse highlight (backport 2011-12-15T02:12:08Z!handa@m17n.org from trunk) * src/xftfont.c (xftfont_draw): Use the font metrics of s->font to fill background (Bug#8992).
-
- 14 Jan, 2012 1 commit
-
-
Eli Zaretskii authored
src/w32fns.c (signal_user_input): Don't do a QUIT, to avoid thrashing the stack of the thread.
-
- 13 Jan, 2012 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Kenichi Handa authored
-
- 12 Jan, 2012 2 commits
-
-
Paul Eggert authored
-
Sven Joachim authored
-
- 11 Jan, 2012 4 commits
-
-
Eli Zaretskii authored
src/xdisp.c (rows_from_pos_range): Handle the case where the highlight ends on a newline. (mouse_face_from_buffer_pos): Fix off-by-one error in calculating he end column for display of highlight that ends on a newline before a R2L line.
-
Glenn Morris authored
-
Paul Eggert authored
-
Glenn Morris authored
* src/lread.c (init_lread): If no-site-lisp, remove site-lisp dirs from load-path also when installation-directory is nil.
-
- 10 Jan, 2012 6 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
For some reason, invocation-directory is also a function.
-
Glenn Morris authored
This confusingly-named variable is typically nil in an installed Emacs, and in an uninstalled Emacs points to the build directory, rather than eg the target installation directory. Yay.
-
Juanma Barranquero authored
-
Glenn Morris authored
Makes life microscopically harder for the c. zero people configuring by hand as per INSTALL.
-
Glenn Morris authored
* src/epaths.in (PATH_LOADSEARCH, PATH_DUMPLOADSEARCH, PATH_EXEC) (PATH_DATA, PATH_DOC): Update the template values to be closer to their typical values these days. * Makefile.in, src/epaths.in: Comments.
-
- 09 Jan, 2012 4 commits
-
-
Eli Zaretskii authored
src/xdisp.c (rows_from_pos_range): Accept additional argument DISP_STRING, and accept any glyph in a row whose object is that string as eligible for mouse highlight. Fixes mouse highlight of display strings from overlays.
-
Eli Zaretskii authored
* xdisp.c (note_mouse_highlight): Initialize `area'. (Bug#9947)
-
Johan Bockgård authored
* xdisp.c (fill_composite_glyph_string): Always set s->face, to avoid a crash (bug#9496).
-
Chong Yidong authored
-