- 30 Oct, 2011 4 commits
-
-
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 19 commits
-
-
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.
-
Alan Mackenzie authored
-
Alan Mackenzie authored
-
Alan Mackenzie authored
-
-
Eli Zaretskii authored
nt/README.W32: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. admin/nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. Fixes: debbugs:8562
-
Deniz Dogan authored
-
Alan Mackenzie authored
-
Alan Mackenzie authored
-
Alan Mackenzie authored
-
Dan Nicolaescu authored
-
Alan Mackenzie authored
-
Alan Mackenzie authored
-
Stefan Monnier authored
-
Juanma Barranquero authored
-
Eli Zaretskii authored
Thanks to oslsachem <oslsachem@gmail.com> for helping to debug this. src/w32font.c (g_b_init_is_w9x, g_b_init_get_outline_metrics_w) (g_b_init_get_text_metrics_w, g_b_init_get_glyph_outline_w) (g_b_init_get_glyph_outline_w): New static variables. (GetOutlineTextMetricsW_Proc, GetTextMetricsW_Proc) (GetGlyphOutlineW_Proc): New typedefs. (w32_load_unicows_or_gdi32, get_outline_metrics_w) (get_text_metrics_w, get_glyph_outline_w, globals_of_w32font): New functions. (w32font_open_internal, compute_metrics): Call get_outline_metrics_w, get_text_metrics_w, and get_glyph_outline_w instead of calling the "wide" APIs directly. src/emacs.c (main) [HAVE_NTGUI]: Call globals_of_w32font. src/w32.h (syms_of_w32font): Add prototype.
-
Stefan Monnier authored
(log-edit-add-field): New function. (log-edit-insert-changelog): Use it.
-
Mark Lillibridge authored
Fixes: debbugs:9802
-
Stefan Monnier authored
(gdb--check-interpreter): New function. (gdb): Use it.
-