- 12 Aug, 2009 2 commits
-
-
Juri Linkov authored
file/directory-local variables to files-x.el.
-
Juri Linkov authored
-
- 11 Aug, 2009 3 commits
-
-
Dmitry Dzhus authored
(gdb-starting): Moved -data-list-register-names... (gdb-stopped): ...here so it's sent when first thread stops. (gdb-registers-handler-custom): Do nothing if register names are unknown yet.
-
Dmitry Dzhus authored
(gdb-place-breakpoints, gdb-get-location): Rewritten without `goto-line'. (gdb-invalidate-disassembly): Do not refresh upon receiving 'update signal. Instead, update all disassembly buffers only after threads list.
-
Dmitry Dzhus authored
-
- 10 Aug, 2009 6 commits
-
-
Stefan Monnier authored
(quail-define-rules): Use slightly more compact code. (quail-insert-decode-map): Propertize keys, compact columns.
-
Stefan Monnier authored
(describe-language-environment-map, setup-language-environment-map) (set-coding-system-map): Move initialization into declaration. (set-language-info-alist): Last arg to define-key-after can be skipped.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1620
-
Chong Yidong authored
-
- 09 Aug, 2009 6 commits
-
-
Bill Wohler authored
(mh-spamprobe-blacklist): Sync docstring with manual.
-
Bill Wohler authored
-
Michael Albinus authored
(tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
-
Chong Yidong authored
-
Chong Yidong authored
hs-c-like-adjust-block-beginning. (hs-hide-block-at-point): Stop hiding at the beginning of hs-block-end-regexp (Bug#700).
-
Dmitry Dzhus authored
(gdb-registers-handler-custom): Do not fail when register names are unavailable.
-
- 08 Aug, 2009 16 commits
-
-
Dmitry Dzhus authored
(gdb-control-current-thread): Interactive setters for `gdb-gud-control-all-threads' to use in menu. (gdb-show-run-p): Show «Go» when process is not active. (gud-tool-bar-map): Add non-stop/A,T indicator. Uses gud/thread.xpm and gud/all.xpm.
-
Chong Yidong authored
-
Chong Yidong authored
(nslookup-font-lock-keywords): Make it a variable. (net-utils-mode): New mode for viewing diagnostic network output. (net-utils-remove-ctrl-m-filter): Set inhibit-read-only. (net-utils-run-simple): New function. (ifconfig, iwconfig, netstat, arp, route): Use it.
-
Dmitry Dzhus authored
(gdb-threads-mode-map): Don't assume breakpoints buffer is present. (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom) (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread info in mode name. (gdb-registers-mode-map): TAB to switch to locals.
-
Dmitry Dzhus authored
(gdb-memory-set-address, def-gdb-set-positive-number) (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer after changing settings. (gdb-invalidate-disassembly): Update when first shown. (gdb-edit-locals-value): Fixed. (gdb-registers-handler-custom): Print registers in right order and allow changing register values (only for current thread yet).
-
Carsten Dominik authored
-
Carsten Dominik authored
-
Eli Zaretskii authored
-
Eli Zaretskii authored
rmail-unix-mail-delimiter instead of just "From ". (Bug#4076)
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
- 07 Aug, 2009 6 commits
-
-
Eli Zaretskii authored
by the message whose text is yanked.
-
Eli Zaretskii authored
is used. (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't call accept-process-output if "pgnuplot" is used. (calc-graph-init): Don't send -display and -geometry to "pgnuplot". If "pgnuplot" is used, glean gnuplot version by running "pgnuplot -V" with shell-command-to-string.
-
Eli Zaretskii authored
-
Eli Zaretskii authored
-
Dan Nicolaescu authored
-
Dan Nicolaescu authored
terminfo capabilities implemented. * e/eterm-color.ti (msgr, u6, u7): New capabilities.
-
- 06 Aug, 2009 1 commit
-
-
Dmitry Dzhus authored
(gdb-var-create-handler): Rewritten using JSON parser. (gdb-propertize-header): Moved earlier. (gdb-set-header): Removed to avoid duplication. (gdb-thread-list-handler-custom, gdb-invalidate-disassembly): Refresh disassembly buffers only after threads list have been update. (gdb-threads-header, gdb-registers-header): Per-buffer header line variables.
-