aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/window.c (Fwindow_body_width): Doc fix. (Bug#19395)Eli Zaretskii2014-12-182-1/+8
|
* * lisp/subr.el (sit-for): Tweak docstring.Stefan Monnier2014-12-152-10/+14
| | | | | | | | 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 (gnutls_init): Fix deprecation warning from GCC.Eli Zaretskii2014-12-132-1/+5
|
* A better fix for bug#19346Eli Zaretskii2014-12-122-18/+17
| | | | | | src/gnutls.c (Fgnutls_available_p, syms_of_gnutls): Move gnutls-available-p out of the HAVE_GNUTLS conditional, and define them only once.
* Always define `gnutls-available-p' even if GnuTLS is not available.Ted Zlatanov2014-12-114-27/+48
| | | | | | | | | | | | 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.
* Support overflow-newline-into-fringe together with word-wrap (bug#19300)Eli Zaretskii2014-12-102-8/+23
| | | | | | src/xdisp.c (move_it_in_display_line_to, display_line): Don't disallow overflow-newline-into-fringe when word-wrap is in effect.
* * src/eval.c (Fsignal): Remove duplicate test.Lee Duhem2014-12-042-4/+7
| | | | (Fautoload_do_load): Fix up docstring.
* More flicker fixes for OSX, related to bug 18757.Jan Djärv2014-12-024-9/+46
| | | | | | | | | | | | * 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.
* Fix bug #19201 with after-strings not being displayed.Eli Zaretskii2014-11-272-0/+19
| | | | | | | 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.
* Fix bug #19141 with UNCs in w32-shell-execute.Eli Zaretskii2014-11-252-1/+13
| | | | | src/w32fns.c (Fw32_shell_execute): Convert forward slashes in DOCUMENT to backslashes, if DOCUMENT is a file.
* Use consistent paxctl and setfattr flags for temacs.Ulrich Müller2014-11-252-1/+7
| | | | | | * Makefile.in (temacs$(EXEEXT)): Use consistent flag settings for paxctl and setfattr. Fixes temacs startup failure with grsecurity/PaX enabled Linux kernel (bug#19067).
* Fix white-space problems in ChangeLogs.Paul Eggert2014-11-244-93/+93
|
* * src/keyboard.c: Fix comment typo.Glenn Morris2014-11-231-1/+1
|
* .gitignore cleanup.Paul Eggert2014-11-171-8/+0
| | | | | | | | | | | | | | | | | | | * .gitignore: Merge contents of subsidiary files and organize the result so as to avoid duplication. Remove no-longer needed entries. * admin/charsets/.gitignore, admin/unidata/.gitignore: * doc/lispintro/.gitignore, etc/.gitignore, leim/.gitignore: * leim/ja-dic/.gitignore, lib-src/.gitignore, lisp/.gitignore: * lisp/calc/.gitignore, lisp/calendar/.gitignore: * lisp/cedet/.gitignore, lisp/emulation/.gitignore: * lisp/erc/.gitignore, lisp/eshell/.gitignore, lisp/gnus/.gitignore: * lisp/international/.gitignore, lisp/language/.gitignore: * lisp/leim/.gitignore, lisp/leim/quail/.gitignore: * lisp/mail/.gitignore, lisp/mh-e/.gitignore, lisp/net/.gitignore: * lisp/nxml/.gitignore, lisp/obsolete/.gitignore: * lisp/play/.gitignore, lisp/progmodes/.gitignore: * lisp/term/.gitignore, lisp/textmodes/.gitignore: * lisp/url/.gitignore, nt/.gitignore, src/.gitignore: Remove; no longer needed.
* Define MINGW_W64 and use it instead of _W64Oscar Fuentes2014-11-173-5/+11
| | | | | | | | | | | | | | | | | | | ... 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.
* * src/frame.c (Fhandle_switch_frame): Deactivate shift-region (bug#19003).Stefan Monnier2014-11-162-1/+5
| | | | * lisp/window.el (handle-select-window): Deactivate shift-region.
* Backport: Fix for 18993.Jan D2014-11-152-0/+20
| | | | | * nsterm.m (ns_send_appdefined): Check for application defined event on Cocoa (Bug#18993). Backport from trunk.
* Fix bug #19060 with inaccurate pixel-based scrolling.Eli Zaretskii2014-11-152-4/+19
| | | | | | 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>.
* Fix getting frame size wrong when restoring desktop.Jan D2014-11-152-0/+8
| | | | | * nsmenu.m (update_frame_tool_bar): If tool bar changes height, call updateFrameSize.
* Fixes: 18757Jan D2014-11-152-1/+4
| | | | * nsterm.m (setFrame:): Remove call to display (Bug#18757).
* src/window.h (WINDOW_FRAME_LINE_HEIGHT): Fix a typo in a comment.Eli Zaretskii2014-11-151-1/+1
| | | | Reported by Kelly Dean <kelly@prtime.org>.
* Fixes: 19036Jan Djärv2014-11-142-3/+26
| | | | | | * 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).
* Fix bug #18982 with assertion violations when reverting buffers.Eli Zaretskii2014-11-092-2/+8
| | | | | src/fileio.c (Finsert_file_contents): Invalidate buffer caches also when the inserted text does not need decoding.
* Fix bug #18995 with compiling w32heap.c with -funroll-loops.Eli Zaretskii2014-11-092-2/+7
| | | | src/w32heap.c (allocate_heap): Set the lower limit of heap at 8MB.
* * nsterm.h (EmacsScroller): judge returns bool.Jan Djärv2014-11-093-10/+19
| | | | | | | | | * 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
* * nsterm.m (ns_set_vertical_scroll_bar): Don't call bar setPosition: unlessJan Djärv2014-11-082-1/+8
| | | | | | needed (Bug#18757). Fixes: debbugs:18993
* Attempt to fix NS hang. Will probably cause merge conflicts.Jan Djärv2014-11-083-4/+20
| | | | | | | | * 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
* * callproc.c (encode_current_directory): Encode dir at the end.Michael Albinus2014-11-071-2/+3
|
* * src/callproc.c (encode_current_directory): Fix thinko in previous.Glenn Morris2014-11-071-1/+1
|
* * callproc.c (encode_current_directory): Support handling of fileMichael Albinus2014-11-072-1/+10
| | | | | | names prepended by "/:". Fixes: debbugs:18891
* * src/syntax.c (back_comment): Fix off-by-one error.Alan Mackenzie2014-11-062-1/+5
| | | | Fixes: debbugs:18022
* * src/xgselect.c (xg_select): Use g_main_context_acquire.Dima Kogan2014-11-052-3/+19
| | | | Fixes: debbugs:18861
* * dired.c (Ffile_attributes): Return Qnil, if Fexpand_file_nameMichael Albinus2014-11-052-1/+9
| | | | | | raises an error. Fixes: debbugs:18891
* src/window.c (window_scroll_pixel_based): Fix a typo in a comment.Eli Zaretskii2014-11-031-2/+2
|
* Fix minor issues with functions that dump glyph matrices.Eli Zaretskii2014-11-032-3/+17
| | | | | | 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.
* * nsfns.m (ns_set_doc_edited): Check for FRAME_NS.Jan Djärv2014-11-032-2/+10
| | | | Fixes: debbugs:18925
* * macfont.m (macfont_glyph_extents): Turn off syntetic boldJan Djärv2014-10-312-3/+9
| | | | | | | | 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
* * emacs.c (main): Don't chdir to $HOME on Cocoa if --chdir was given.Jan Djärv2014-10-312-4/+9
| | | | Fixes: debbugs:18846
* * nsfns.m (ns_set_doc_edited): Do all logic (check frames) hereJan Djärv2014-10-304-15/+28
| | | | | | | | | 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).
* * nsfns.m (x_icon): icon_top/left is int.Jan Djärv2014-10-304-67/+53
| | | | | | | | | | | | | | * 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
* * src/unexmacosx.c (copy_data_segment): Port to GCC 4.6+ (backport)Samuel Bronson2014-10-292-0/+26
| | | | Fixes: debbugs:9927
* Fix bug #18873 with non-ASCII characters in user's HOME directory.Eli Zaretskii2014-10-282-2/+7
| | | | | src/fileio.c (Fexpand_file_name): Use make_unibyte_string, not build_string, when importing a home directory.
* Fix bug #18839 with incorrect image size returned by posn-at-point.Eli Zaretskii2014-10-262-1/+7
| | | | | | 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.
* * xdisp.c (erase_phys_cursor): Fix confusion between window-relative and ↵YAMAMOTO Mitsuharu2014-10-222-5/+9
| | | | text area-relative x-coordinates. [Backport]
* * xdisp.c (draw_glyphs): Set clipping to highlight boundaries. [Backport]YAMAMOTO Mitsuharu2014-10-222-4/+17
|
* * src/minibuf.c (history-length): Increase default from 30 to 100.Glenn Morris2014-10-202-3/+7
| | | | * lisp/cus-start.el (history-length): Bump :version. [Backport]
* * src/xdisp.c (redisplay_window): Re-run pre-redisplay-function after weStefan Monnier2014-10-202-25/+37
| | | | move point.
* Add 24.4 release ChangeLog entriesemacs-24.4Glenn Morris2014-10-201-0/+4
|
* Fix display on X of 1-pixel R2L characters.Eli Zaretskii2014-10-172-1/+9
| | | | | | | 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.
* Tabify recent ChangeLog changeGlenn Morris2014-10-151-1/+1
|