- 12 Aug, 2009 7 commits
-
-
Juri Linkov authored
-
Juri Linkov authored
-
Juri Linkov authored
`inherit' to be the same as in `insert-char'. Doc fix. (Bug#4039)
-
Juri Linkov authored
-
Juri Linkov authored
file/directory-local variables to files-x.el.
-
Juri Linkov authored
-
Stefan Monnier authored
(keys_of_cmds): Initialize it. (Fself_insert_command): Use it to combine upto 20 sequential chars into a single undo entry, just like the Qself_insert_command code in keyboard.c does. Call frame_make_pointer_invisible, also like the Qself_insert_command code in keyboard.c does. * keyboard.c (command_loop_1): Use the new global nonundocount rather than its own local replacement for it.
-
- 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 9 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
-
Ken Raeburn authored
-
Ken Raeburn authored
-
Ken Raeburn authored
(doprnt): Merge with doprnt1, discarding lispstrings code. * lisp.h (doprnt_lisp): Don't declare.
-
- 09 Aug, 2009 9 commits
-
-
Chong Yidong authored
-
Bill Wohler authored
(mh-spamprobe-blacklist): Sync docstring with manual.
-
Bill Wohler authored
-
Glenn Morris authored
-
Chong Yidong 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 12 commits
-
-
Dmitry Dzhus authored
-
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.
-
Dmitry Dzhus authored
-
Chong Yidong authored
-
Chong Yidong authored
-
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
* building.texi (GDB Graphical Interface): Add Multithreaded debugging section. Threads buffer is in separate section now.
-
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
-