- 31 Aug, 2009 8 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
(calendar-today-face, diary-face, holiday-face): Mark these face aliases as obsolete.
-
Glenn Morris authored
-
Glenn Morris authored
describe-variable, and to mention (obsolete) face aliases. Adjust the whitespace so that help-setup-xref works.
-
Glenn Morris authored
-
Nick Roberts authored
(gdb-control-current-thread): Force tool bar update. (gdb-non-stop-handler): New function. (gdb-init-1): Use it to test if GDB version supports non-stop mode Remove unused gdbmi buffer type.
-
Juri Linkov authored
("ipa-x-sampa"): Rename from "x-sampa-ipa". (ipa-x-sampa-implosive-submap): Rename from x-sampa-implosive-submap. (ipa-x-sampa-prepend-to-keymap-entry): Rename from x-sampa-prepend-to-keymap-entry. (ipa-x-sampa-underscore-implosive): Rename from x-sampa-underscore-implosive. (ipa-x-sampa-implosive-submap): Move before first use.
-
Nick Roberts authored
-
- 30 Aug, 2009 27 commits
-
-
Juri Linkov authored
not visiting a file (e.g. cloned buffers).
-
Juri Linkov authored
Two new input methods, both following widely-used Usenet conventions for mapping ASCII to the IPA. Kirshenbaum is common in sci.lang and alt.usage.english, X-SAMPA in various (mostly European) non-English language fora. X-SAMPA is slightly more complex to support in Quail that Kirshenbaum, whence the two extra function and one extra submap to support it. (x-sampa-prepend-to-keymap-entry): New function. (x-sampa-underscore-implosive): New function. (x-sampa-implosive-submap): New Quail submap.
-
Juri Linkov authored
-
Nick Roberts authored
Part of gdb-mi.el change (2009-08-28).
-
Nick Roberts authored
-
Stefan Monnier authored
-
Juanma Barranquero authored
instead of `dolist' to avoid a recursive require when bootstrapping.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
(imap-wait-for-tag): point-max - buffer-size.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
Change default, since most of our files don't have a history. (checkdoc-display-status-buffer): Don't use hidden buffers to show to the user.
-
Stefan Monnier authored
-
Stefan Monnier authored
(calc-digit-map, toplevel): Simplify.
-
Stefan Monnier authored
don't delegate to some other command.
-
Nick Roberts authored
-
Nick Roberts authored
when pty is used by a non-child process, e.g., in I/O buffer of GDB this allows inferior to be restarted.
-
Nick Roberts authored
-
Stefan Monnier authored
(proced-grammar-alist): Capitalize names. (proced-send-signal): Use a non-hidden buffer (since it's displayed). Disable undo manually and make it read-only. Use completion-annotate-function.
-
Stefan Monnier authored
-
Stefan Monnier authored
a minibuffer, insert the message in the echo area rather than at the end of the buffer. (completion-annotate-function): New variable. (minibuffer-completion-help): Use it. (completion--embedded-envvar-table): Environment vars are always case-sensitive.
-
Jay Belanger authored
-
Glenn Morris authored
(fortran-beginning-of-subprogram): Be more precise about finding the start, to avoid an infinite loop in end-of-defun. (Bug#4259) (fortran-end-of-subprogram): Simplify. (fortran-current-defun): Use fortran-start-prog-re.
-
- 29 Aug, 2009 5 commits
-
-
Juanma Barranquero authored
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
* abbrev.el (abbrev-file-name): Move from paths.el. Obey user-emacs-directory. * calc/calc.el (calc-settings-file): Don't autoload and instead obey user-emacs-directory. * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate abbrev-file-name and calc-settings-file any more. * startup.el (command-line): Recompute abbrev-file-name and abbreviated-home-dir. (normal-no-mouse-startup-screen): Improve the generic code and get rid of the special code for when C-h bindings haven't been changed. (display-startup-echo-area-message): Use with-current-buffer. (command-line-1): Use a list of strings, rather than a list of lists of strings for longopts.
-
Dan Nicolaescu authored
* vc-rcs.el (vc-rcs-print-log-cleanup): ... here. New function. (vc-rcs-print-log): Use it. * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
-