| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
Fixes: debbugs:19381
* src/buffer.c (syms_of_buffer) <Vafter_change_functions>: fix docstring.
* build-aux/git-hooks/commit-msg (at_sign): Bump up line-length limit
to 78.
|
| | |
|
| |
|
|
|
|
| |
src/gnutls.c (Fgnutls_available_p, syms_of_gnutls): Move
gnutls-available-p out of the HAVE_GNUTLS conditional, and define
them only once.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fixes: debbugs:19346
* gnutls.c (Fgnutls_available_p syms_of_gnutls): Move later for
clarity. Let the availability check return Qnil when the GnuTLS
integration is not available, instead of erroring out.
* gnutls.h: Always declare syms_of_gnutls.
* emacs.c (main): Always include gnutls.h and run syms_of_gnutls.
|
| |
|
|
|
|
| |
src/xdisp.c (move_it_in_display_line_to, display_line): Don't
disallow overflow-newline-into-fringe when word-wrap is in
effect.
|
| |
|
|
| |
(Fautoload_do_load): Fix up docstring.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* nsfns.m (ns_set_name_as_filename): Don't set represented filename
at once, call ns_set_represented_filename instead.
* nsterm.h: Declare ns_set_represented_filename.
* nsterm.m (represented_filename, represented_frame): New variables.
(ns_set_represented_filename): New function.
(sendEvent:): Set represented filename here to avoid flicker,
related to Bug#18757.
|
| |
|
|
|
|
|
| |
src/xdisp.c (handle_single_display_spec): When ignoring a fringe
bitmap display, reset the ignore_overlay_strings_at_pos_p flag.
(next_element_from_buffer): When done with overlays, reset the
ignore_overlay_strings_at_pos_p flag.
|
| |
|
|
|
| |
src/w32fns.c (Fw32_shell_execute): Convert forward slashes in
DOCUMENT to backslashes, if DOCUMENT is a file.
|
| |
|
|
|
|
| |
* Makefile.in (temacs$(EXEEXT)): Use consistent flag settings
for paxctl and setfattr. Fixes temacs startup failure with
grsecurity/PaX enabled Linux kernel (bug#19067).
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
... for detecting MinGW-w64. _W64 is not specific of MinGW-w64, it is
defined for compatibility with MS VC++.
* nt/inc/ms-w32.h: Define MINGW_W64.
* admin/CPP-DEFINES: Mention MINGW_W64.
* nt/addpm.c: Use it.
* nt/addsection.c: Use it.
* nt/preprep.c: Use it.
* src/w32.c: Use MINGW_W64 instead of _W64
* src/w32term.c: Likewise.
|
| |
|
|
| |
* lisp/window.el (handle-select-window): Deactivate shift-region.
|
| |
|
|
|
| |
* nsterm.m (ns_send_appdefined): Check for application defined
event on Cocoa (Bug#18993). Backport from trunk.
|
| |
|
|
|
|
| |
src/window.c (window_scroll_pixel_based): Avoid truncation/rounding
errors in computing the number of pixels to scroll. Suggested by
Kelly Dean <kelly@prtime.org>.
|
| |
|
|
|
| |
* nsmenu.m (update_frame_tool_bar): If tool bar changes height,
call updateFrameSize.
|
| |
|
|
| |
* nsterm.m (setFrame:): Remove call to display (Bug#18757).
|
| |
|
|
|
|
| |
* nsfns.m (x_set_foreground_color, x_set_background_color)
(x_set_cursor_color, Fxw_color_values): Block/unblock input,
use SET_FRAME_GARBAGED instead of redraw_frame (Bug#19036).
|
| |
|
|
|
| |
src/fileio.c (Finsert_file_contents): Invalidate buffer caches also
when the inserted text does not need decoding.
|
| |
|
|
| |
src/w32heap.c (allocate_heap): Set the lower limit of heap at 8MB.
|
| |
|
|
|
|
|
|
|
| |
* nsterm.m (ns_set_vertical_scroll_bar): Release bar.
(ns_judge_scroll_bars): Only set removed if judge returns true.
(judge): Returns bool == condemned. Remove self from window.
(setPosition:portion:whole:): Remove raise SIGIO.
Fixes: debbugs:18757
|
| |
|
|
|
|
| |
needed (Bug#18757).
Fixes: debbugs:18993
|
| |
|
|
|
|
|
|
| |
* nsterm.m (init): Replace OSX 10.9 check with IMPL_COCOA.
(run): Ditto. Only use non-system event loop if OSX version is
exactly 10.9.
Fixes: debbugs:18993
|
| |
|
|
|
|
| |
names prepended by "/:".
Fixes: debbugs:18891
|
| |
|
|
| |
Fixes: debbugs:18022
|
| |
|
|
| |
Fixes: debbugs:18861
|
| |
|
|
|
|
| |
raises an error.
Fixes: debbugs:18891
|
| |
|
|
|
|
| |
src/xdisp.c (Fdump_glyph_matrix, Fdump_frame_glyph_matrix): Doc fix.
(Fdump_frame_glyph_matrix): Don't segfault if invoked on a GUI
frame; instead, print an error message.
|
| |
|
|
| |
Fixes: debbugs:18925
|
| |
|
|
|
|
|
|
| |
if force_integral_p (i.e. no antialias).
(macfont_draw): Check ns_antialias_text, also turn off syntetic
bold if no antialias.
Fixes: debbugs:18876
|
| |
|
|
| |
Fixes: debbugs:18846
|
| |
|
|
|
|
|
|
|
| |
instead of in xdisp.c, function now takes void.
* nsterm.h (ns_set_doc_edited): Declare taking no args.
* xdisp.c (prepare_menu_bars): Remove HAVE_NS code.
(redisplay_internal): Call ns_set_doc_edited if HAVE_NS (Bug#18884).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* nsterm.h (EmacsScroller): Replace Lisp_Object win with
struct window*.
Remove getMouseMotionPart.
(ns_output): Make icon_top/left int.
* nsterm.m (ns_mouse_position): Remove unused code.
(initFrame:window:, dealloc): Use window instead of win.
(getMouseMotionPart:window:x:y:): Remove, unused.
(sendScrollEventAtLoc:fromEvent:): Make Lisp_Object win from window.
Fixes: debbugs:18889
|
| |
|
|
| |
Fixes: debbugs:9927
|
| |
|
|
|
| |
src/fileio.c (Fexpand_file_name): Use make_unibyte_string, not
build_string, when importing a home directory.
|
| |
|
|
|
|
| |
src/dispnew.c (buffer_posn_from_coords): Use
WINDOW_WANTS_HEADER_LINE_P, not WINDOW_WANTS_MODELINE_P, to
account for the header-line height.
|
| |
|
|
| |
text area-relative x-coordinates. [Backport]
|
| | |
|
| |
|
|
| |
* lisp/cus-start.el (history-length): Bump :version. [Backport]
|
| |
|
|
| |
move point.
|
| | |
|
| |
|
|
|
|
|
| |
src/xterm.c (x_draw_hollow_cursor): Fix display of hollow cursor on
1-pixel R2L characters.
Reported by Dmitry Antipov <dmantipov@yandex.ru>, see
http://lists.gnu.org/archive/html/emacs-devel/2014-10/msg00518.html.
|
| |
|
|
|
|
| |
* process.c (accept4) [!HAVE_ACCEPT4]: New macro.
Fixes: debbugs:18666
|
| |
|
|
| |
Fixes: debbugs:18638
|
| |
|
|
|
|
|
| |
src/coding.c (detect_coding_iso_2022): Set coding->rejected
correctly when an invalid escape sequence is found.
Backported from trunk.
|
| |
|
|
|
| |
(font_matching_entity): Likewise. If matching entity is found, insert
1-item vector with this entity instead of an entity itself (Bug#17125).
|
| |
|
|
|
| |
src/xdisp.c (move_it_by_lines): Call reseat_1 after moving the
iterator backwards, to resync the bidi iterator.
|
| | |
|
| | |
|