| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
(desktop-save-mode, desktop-auto-save-timeout): Add/remove
`desktop-auto-save-set-timer' to/from `window-configuration-change-hook'.
(desktop-auto-save-set-timer): Change REPEAT arg of
`run-with-idle-timer' from t to nil.
http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00147.html
|
| |
|
|
|
|
| |
vc-hg-command.
Fixes: debbugs:17570
|
| |
|
|
| |
Fixes: debbugs:17702
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* lisp/startup.el (window-setup-hook): Doc fix.
* doc/lispref/display.texi (Window Systems): Remove window-setup-hook.
* doc/lispref/os.texi (Startup Summary, Init File):
Improve description of window-setup-hook.
(Terminal-Specific): Update window-setup-hook cross-reference.
* doc/lispref/hooks.texi (Standard Hooks):
Update window-setup-hook cross-reference.
|
| | |
|
| |
|
|
|
|
|
|
| |
* doc/lispref/display.texi (Overlay Properties): Update re priority.
* etc/NEWS: Related edit.
Fixes: debbugs:17234
|
| |
|
|
|
|
| |
Set face definitions explicitly. Inherit indicator faces from them.
Fixes: debbugs:17695
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* doc/emacs/package.texi (Package Menu, Package Installation):
Mention signed packages.
* doc/lispref/package.texi (Package Archives): Mention signing packages.
* lisp/emacs-lisp/package.el (package-check-signature)
(package-unsigned-archives): Doc fixes.
* etc/NEWS: Related edits.
|
| | |
|
| |
|
|
|
|
| |
src/sysdep.c (reset_sys_modes): Use cursorX, not curX, as the latter
contains garbage on WINDOWSNT (which could potentially infloop at
exit).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/term.c (tty_menu_display): Don't position cursor here. Instead,
pass the cursor coordinates to update_frame_with_menu.
(tty_menu_activate): Send the hide cursor command only once in an
iteration through the outer 'while' loop.
src/dispnew.c (update_frame_1): Accept an additional argument
SET_CURSOR_P, and position the cursor at the end of the frame
update only if that argument is non-zero. All callers changed to
provide the additional argument as non-zero, except for
update_frame_with_menu.
(update_frame_with_menu): Accept 2 additional arguments ROW and
COL; if they are non-negative, instruct update_frame_1 not to
position the cursor, and instead position it according to ROW and
COL.
src/dispextern.h (update_frame_with_menu): Update prototype.
|
| |
|
|
|
| |
* window.el (display-buffer-use-some-window): Don't make window
used smaller than it was before (Bug#17671).
|
| |
|
|
|
| |
lisp/menu-bar.el (menu-bar-open): Fix last change: use the PC
'(redisplay)' instead of '(sit-for 0)'.
|
| |
|
|
| |
* net/tramp.el (tramp-ssh-controlmaster-options): Improve search regexp.
|
| |
|
|
| |
* etc/NEWS: Related markup.
|
| |
|
|
| |
* etc/NEWS: Related edit.
|
| |
|
|
|
| |
lisp/menu-bar.el (menu-bar-open): Fix invocation via M-x by forcing
the update of the menu bar.
|
| |
|
|
|
|
| |
anything.
Fixes: debbugs:17666
|
| | |
|
| |
|
|
|
| |
* doc/emacs/misc.texi [iftex]: Update chapter summary.
(Emulation): Remove ludicrously outdated claim.
|
| | |
|
| | |
|
| |
|
|
|
| |
* xterm.c (xg_scroll_callback): Remove position, for jump set portion
to min(value, whole).
|
| |
|
|
|
| |
lisp/simple.el (keyboard-quit): Force update of mode lines, to remove
the "Def" indicator, if we were defining a macro.
|
| | |
|
| | |
|
| |
|
|
| |
Instrument failed test case.
|
| |
|
|
| |
Instrument failed test case.
|
| |
|
|
|
|
|
|
| |
And only if it's not pre-4.2 GCC.
* lisp.h (ENUMABLE, DEFINE_GDB_SYMBOL_ENUM): New macros.
(ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Use them.
(ARRAY_MARK_FLAG_val, PSEUDOVECTOR_FLAG_val, VALMASK_val):
New macros.
|
| |
|
|
|
|
| |
Obey minibuffer-default.
Fixes: debbugs:17545
|
| |
|
|
| |
Fixes: debbugs:17619
|
| |
|
|
|
|
|
| |
transient-map to finish if we're only supposed to be active for
the next command.
Fixes: debbugs:17642
|
| |
|
|
|
| |
src/fileio.c (Finsert_file_contents): Call prepare_to_modify_buffer
with PT, not GPT.
|
| |
|
|
|
|
|
| |
(window-dedicated-p, window-hscroll, window-point, window-start):
Fix gv-expander.
Fixes: debbugs:17630
|
| |
|
|
|
|
|
|
|
|
| |
with GCC 3.x.
Revert last changes to GDB-visible symbols.
src/lisp.h (ENUMABLE, DEFINE_GDB_SYMBOL_ENUM): Delete macros.
(ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Don't use them.
(ARRAY_MARK_FLAG_val, PSEUDOVECTOR_FLAG_val, VALMASK_val):
Delete macros.
|
| |
|
|
|
|
| |
clicks.
Fixes: debbugs:17633
|
| |
|
|
| |
Fixes: debbugs:17649
|
| | |
|
| |
|
|
|
|
| |
for the single comma, since ", " is *very* common in normal French text.
Fixes: debbugs:17643
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
This doesn't fix Bug#17598, but it does fix a regression since Emacs
built with xlc until recently, and perhaps it'll help us fix Bug#17598.
* configure.ac (GC_SETJMP_WORKS): Define for AIX, too.
Merge from gnulib, incorporating:
2014-05-30 ftoastr: work around compiler bug in IBM xlc 12.1
* lib/ftoastr.c: Update from gnulib.
* src/alloc.c (gdb_make_enums_visible): Remove FLOAT_TO_STRING_BUFSIZE.
* src/conf_post.h (FLEXIBLE_ARRAY_MEMBER) [__IBMC__]: Don't define to empty.
* src/lisp.h (FLOAT_TO_STRING_BUFSIZE): Make it a macro, instead of an enum,
to work around a compiler bug in IBM xlc 12.1.
|
| | |
|
| |
|
|
|
| |
* lisp/emacs-lisp/package.el (package-check-signature)
(package-unsigned-archives): Fix :version.
|
| |
|
|
|
|
| |
src/xterm.c (x_update_window_end): Don't invalidate the entire
mouse-highlight info, just signal frame_up_to_date_hook that mouse
highlight needs to be redisplayed.
|
| |
|
|
| |
Fixes: debbugs:15614
|
| |
|
|
|
|
|
| |
* doc/emacs/macos.texi (Mac / GNUstep Customization): Mention ns custom group.
(Customization options specific to Mac OS / GNUstep): Remove section.
* etc/NEWS: Related markup.
|
| |
|
|
|
|
|
|
|
|
| |
Without them, GDB doesn't work to debug Emacs, since the AIX linker
optimizes away the relevant external symbols. Use enums instead;
this suffices for the AIX port, which is 32-bit-only anyway.
* lisp.h (ENUMABLE, DEFINE_GDB_SYMBOL_ENUM): New macros.
(ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG, VALMASK): Use them.
(ARRAY_MARK_FLAG_val, PSEUDOVECTOR_FLAG_val, VALMASK_val):
New macros.
|
| | |
|
| | |
|