- 31 Oct, 2011 12 commits
-
-
Ted Zlatanov authored
-
Katsumi Yamaoka authored
-
Ted Zlatanov authored
-
Eli Zaretskii authored
config.bat: Use config.in and Makefile.in from src/ and lib/, if they exist there, else from autogen/. make-dist: Don't add `autogen'.
-
Eli Zaretskii authored
make-dist (tempdir): Create `autogen'. (msdos): Add depfiles.bat and inttypes.h. (autogen): Put README, config.in, and Makefile.in ionto the distribution, they are needed for the MS-DOS build. msdos/sed3v2.inp (insrcdir): Comment out definition. $(insrcdir): Edit into MS-DOS existence test.
-
Andreas Schwab authored
menu-item.
-
Glenn Morris authored
-
Chong Yidong authored
Regenerate AUTHORS and ldefs-boot.el.
-
Vinicius Jose Latorre authored
-
Vinicius Jose Latorre authored
-
David Engster authored
-
Vinicius Jose Latorre authored
-
- 30 Oct, 2011 10 commits
-
-
Eli Zaretskii authored
src/xdisp.c (try_cursor_movement): Make sure ROW isn't decremented past the beginning of the current glyph matrix.
-
Jan Djärv authored
xterm.c: Include X11/Xproto.h if HAVE_GTK3. (x_error_handler): Ignore BadMatch for X_SetInputFocus for HAVE_GTK3 (Bug#9869).
-
Jan Djärv authored
type to GDK_NOTHING so valgrind does not complain. Fixes: debbugs:9901
-
Jan Djärv authored
* xterm.c: Declare x_handle_net_wm_state to return int. (handle_one_xevent): Check if we are iconified but don't have _NET_WM_STATE_HIDDEN. If do, treat as deiconify. (get_current_wm_state): Return non-zero if not hidden, check for _NET_WM_STATE_HIDDEN (Bug#9893). (do_ewmh_fullscreen): Ignore return value from get_current_wm_state. (x_handle_net_wm_state): Return what get_current_wm_state returns. (x_term_init): Initialize dpyinfo->Xatom_net_wm_state_hidden. * xterm.h (x_display_info): Add Xatom_net_wm_state_hidden (Bug#9893).
-
Ulf Jasper authored
2011-10-30 Ulf Jasper <ulf.jasper@web.de> * net/newst-treeview.el: Remove "Time-stamp". (newsticker--group-manage-orphan-feeds): Do not call newsticker--treeview-tree-update. (newsticker-treeview-update, newsticker-treeview): Call newsticker--treeview-tree-update if necessary. 2011-10-30 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Removed fsetting of newsticker--treeview-tree-update.
-
Martin Rudalics authored
* window.el (window-iso-combination-p, window-iso-combined-p) (window-iso-combinations): Remove "iso-" infix. Suggested by Chong Yidong. (window-min-size-1, window-size-fixed-1, window-min-delta-1) (window-max-delta-1, window-resize, window--resize-siblings) (window--resize-this-window, adjust-window-trailing-edge) (split-window, balance-windows-1) (shrink-window-if-larger-than-buffer): * calendar/calendar.el (calendar-generate-window): * help.el (resize-temp-buffer-window): Adjust callers accordingly. * windows.texi (Windows and Frames): Remove "iso-" infix from documentation of window-iso-combined-p.
-
Stefan Monnier authored
(eshell-do-eval): Handle multiple expressions in `while' body. Fixes: debbugs:9907
-
Stefan Monnier authored
in place. (eshell-subcommand-arg-values, eshell-rewrite-named-command) (eshell-rewrite-if-command, eshell-rewrite-for-command) (eshell-structure-basic-command, eshell-rewrite-while-command) (eshell-invokify-arg, eshell-parse-pipeline, eshell-parse-command) (eshell-parse-subcommand-argument, eshell-parse-lisp-argument) (eshell-trap-errors, eshell-do-pipelines, eshell-do-eval) (eshell-do-pipelines-synchronously, eshell-eval-command): Use backquotes and prefer setq to set. (eshell-lookup-function, function-p-func, eshell-functionp): Remove. (eshell-macrop): Use functionp. Fixes: debbugs:9907
-
Chong Yidong authored
Fixes: debbugs:9810
-
Chong Yidong authored
to split-window-below and split-window-right. * lisp/window.el (split-window-below, split-window-right): Rename from split-window-above-each-other and split-window-side-by-side respectively. All callers changed. (split-window-sensibly, split-window-sensibly): Use them. (split-window-keep-point): Doc fix. * lisp/isearch.el: Add isearch-scroll property to split-window-below and split-window-right. * lisp/follow.el (follow-mode): * lisp/vc/pcvs-util.el (cvs-pop-to-buffer-same-frame): * lisp/progmodes/ada-xref.el (ada-gdb-application): * lisp/emulation/vip.el (vip-buffer-in-two-windows): * lisp/image-dired.el (image-dired-dired-with-window-configuration): * lisp/dired-x.el (dired-do-find-marked-files): * lisp/dired.el (dired-pop-to-buffer): * lisp/bs.el (bs--show-with-configuration): * lisp/vc/emerge.el (emerge-setup-windows): * lisp/textmodes/two-column.el (2C-two-columns): * lisp/textmodes/reftex-toc.el (reftex-toc): * lisp/progmodes/gdb-mi.el (gdb-setup-windows): * lisp/progmodes/fortran.el (fortran-window-create): * lisp/net/newst-treeview.el (newsticker--treeview-window-init): * lisp/emulation/ws-mode.el (wordstar-C-o-map, wordstar-mode): * lisp/emulation/tpu-edt.el (tpu-gold-map): * lisp/emulation/crisp.el (crisp-mode-map): * lisp/calendar/calendar.el (calendar-basic-setup): Callers changed.
-
- 29 Oct, 2011 17 commits
-
-
Paul Eggert authored
so that this new function doesn't get optimized away by a whole-program optimizer. Make the 2nd arg EMACS_INT, not int.
-
Andreas Schwab authored
-
Ulf Jasper authored
2011-10-29 Ulf Jasper <ulf.jasper@web.de> * automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
-
Ulf Jasper authored
2011-10-29 Ulf Jasper <ulf.jasper@web.de> * trunk/test/automated/newsticker-tests.el (newsticker--group-manage-orphan-feeds): Prevent updating newsticker treeview. Fixed bug#9763.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/.gdbinit (xprintbytestr): New command. (xwhichsymbols): Renamed from `which'; all callers changed. (xbytecode): Print the byte-code string as well. src/alloc.c (which_symbols): New function.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
src/xdisp.c (note_mouse_highlight): Don't clear mouse highlight if hlinfo->mouse_face_window is nil.
-
Andreas Schwab authored
* src/minibuf.c (read_minibuf_noninteractive): Allow reading empty line.
-
Chong Yidong authored
Fixes: debbugs:9818
-
Chong Yidong authored
Fixes: debbugs:9894
-
Chong Yidong authored
Fixes: debbugs:7904
-
Chong Yidong authored
-
Stefan Monnier authored
Fixes: debbugs:9899
-
Stefan Monnier authored
(doc-view-ghostscript-program, doc-view-dvipdfm-program) (doc-view-dvipdf-program, doc-view-unoconv-program) (doc-view-ps2pdf-program, doc-view-pdftotext-program): Avoid nil or absolute file name as default value. (doc-view-pdf->txt, doc-view-ps->pdf): Use executable-find here.
-
Glenn Morris authored
* src/process.c (wait_reading_process_output): Revert 2009-08-30 change. Not clear what it was for, and it causes various bugs. (Bug#9839)
-
- 28 Oct, 2011 1 commit
-
-
Eli Zaretskii authored
src/xdisp.c (note_mouse_highlight): Initialize `part', to avoid a possible random value that matches one of those tested as condition to clear the mouse face.
-