Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** empty log message *** | Jay Belanger | 2007-11-15 | 1 | -0/+5 |
| | |||||
* | (calc-scientific-function-menu,calc-algebra-menu,calc-graphics-menu) | Jay Belanger | 2007-11-15 | 1 | -14/+14 |
| | | | | (calc-vectors-menu,calc-modes-menu): Adjust capitalization. | ||||
* | Add arch tagline | Miles Bader | 2007-11-15 | 1 | -0/+2 |
| | |||||
* | (calc-menu): Make menu visible only in Calc buffer. | Jay Belanger | 2007-11-15 | 1 | -0/+1 |
| | |||||
* | (calc-mode): Require calc-menu. | Jay Belanger | 2007-11-15 | 1 | -0/+1 |
| | |||||
* | New file. | Jay Belanger | 2007-11-15 | 1 | -0/+1119 |
| | |||||
* | Comment change. | Juanma Barranquero | 2007-11-14 | 2 | -1/+4 |
| | |||||
* | (isearch-buffers-next-buffer-function): Doc fix. | Juanma Barranquero | 2007-11-14 | 1 | -3/+4 |
| | |||||
* | (gdb-parent-bptno-enabled): New variable. | Nick Roberts | 2007-11-14 | 1 | -42/+52 |
| | | | | | | | | | | (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin) (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint) (gdb-goto-breakpoint): Generalise for breakpoints with multiple locations. (gdb-info-breakpoints-custom, gdb-assembler-custom) (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp. (gdb-put-breakpoint-icon): Only display icon for parent breakpoint. | ||||
* | *** empty log message *** | Nick Roberts | 2007-11-14 | 1 | -0/+11 |
| | |||||
* | Add `backward-delete-char-untabify' to the list of bindings to remap when | Noah Friedman | 2007-11-13 | 2 | -0/+6 |
| | | | | `calc-scan-for-dels' is non-nil. | ||||
* | * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more | Dan Nicolaescu | 2007-11-13 | 2 | -19/+40 |
| | | | | | | | | | constant forms. (byte-compile-nilconstp): New function. (byte-optimize-cond): Kill subsequent branches when a branch is know to be taken or not taken. (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding. | ||||
* | (vc-register): Allow registering a file passed as a | Dan Nicolaescu | 2007-11-13 | 2 | -36/+46 |
| | | | | parameter instead of just the current buffer. | ||||
* | * net/tramp.el (tramp-open-connection-setup-interactive-shell): Check | Michael Albinus | 2007-11-12 | 2 | -8/+37 |
| | | | | whether the output of "uname -sr" has been changed. | ||||
* | Insert patterns from compilation-perl.el and compilation-weblint.el files. | Vinicius Jose Latorre | 2007-11-12 | 2 | -0/+56 |
| | |||||
* | Add arch tagline | Miles Bader | 2007-11-12 | 2 | -0/+2 |
| | |||||
* | * progmodes/compilation-perl.el: | Dan Nicolaescu | 2007-11-12 | 3 | -2/+6 |
| | | | | | * progmodes/compilation-weblint.el: Disable autoloads, they cause a bootstrap failure. | ||||
* | (vc-cvs-diff): If backup files exist, diff them | Dan Nicolaescu | 2007-11-12 | 2 | -5/+42 |
| | | | | | instead of doing "cvs diff" in order to avoid accessing the repository. | ||||
* | New files. | Vinicius Jose Latorre | 2007-11-12 | 3 | -0/+237 |
| | |||||
* | *** empty log message *** | Juanma Barranquero | 2007-11-11 | 1 | -8/+16 |
| | |||||
* | (iso-translate-conventions): Doc fix. | Juanma Barranquero | 2007-11-11 | 1 | -25/+25 |
| | | | | | | | (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab, iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring. (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso): Rewrite in active voice. | ||||
* | Add comments about isearch support. | Juri Linkov | 2007-11-11 | 2 | -2/+30 |
| | |||||
* | (vc-start-entry): Fix setting the in the case the function | Dan Nicolaescu | 2007-11-11 | 2 | -10/+20 |
| | | | | | is called from vc-dired. Use when instead of if where appropriate. | ||||
* | Error if ps-lpr-switches is not a list. | Vinicius Jose Latorre | 2007-11-11 | 2 | -6/+12 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2007-11-11 | 3 | -31/+17 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927 | ||||
| * | (emacs-copyright): Add emacs-copyright. | Juri Linkov | 2007-11-10 | 2 | -0/+10 |
| | | |||||
| * | (help-map, help-for-help-internal): Add `C-h C-a'. | Juri Linkov | 2007-11-10 | 1 | -0/+2 |
| | | |||||
| * | Add `button'. Move up `startup'. | Juri Linkov | 2007-11-10 | 1 | -1/+3 |
| | | |||||
| * | Backport startup screen related changes from the trunk. | Juri Linkov | 2007-11-10 | 1 | -743/+909 |
| | | |||||
| * | Sync charset names with setup-default-fontset. | Jason Rumney | 2007-11-10 | 2 | -7/+9 |
| | | | | | | | | Append "-1" where second part missing. | ||||
| * | Enable SJIS fonts before creating any fontsets. | Jason Rumney | 2007-11-10 | 2 | -6/+13 |
| | | |||||
| * | (ido-save-history): Write the history file in UTF-8, | Juanma Barranquero | 2007-11-10 | 2 | -3/+9 |
| | | | | | | | | and add `coding' file-local variable. | ||||
| * | *** empty log message *** | Juanma Barranquero | 2007-11-09 | 1 | -0/+6 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2007-11-09 | 1 | -10/+18 |
| | | |||||
| * | Merge from gnus--rel--5.10 | Miles Bader | 2007-11-09 | 2 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 269) - Update from CVS 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-sum.el (gnus-summary-highlight): Mark as risky local variable. 2007-11-04 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi, man/gnus-faq.texi, man/message.texi: Bump version to 5.10.9. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-147 | ||||
* | | (custom-note-var-changed): Remove the `interactive' | Juri Linkov | 2007-11-10 | 2 | -3/+11 |
| | | | | | | | | spec from this new non-interactive function. | ||||
* | | (isearch-mode-end-hook, isearch-mode-end-hook-quit): | Juri Linkov | 2007-11-10 | 1 | -2/+2 |
| | | | | | | | | Fix docstring. Reported by Leo Liu <sdl.web@gmail.com>. | ||||
* | | (doc-view-mode-map, doc-view-menu, doc-view-pdf->txt-sentinel): | Juri Linkov | 2007-11-10 | 2 | -80/+113 |
| | | | | | | | | | | | | | | | | | | Adapt to new search UI. (doc-view-search-backward): New function. (doc-view-search): Query new regexp if prefix arg is given, else jump to next/previous match. (doc-view-mode): Handle compressed files. (jka-compr): Required for compressed files. | ||||
* | | (query-replace-show-replacement): New defcustom. | Juri Linkov | 2007-11-10 | 2 | -2/+25 |
| | | | | | | | | | | (perform-replace): Use `match-substitute-replacement' if `query-replace-show-replacement' is non-nil. | ||||
* | | (match-substitute-replacement): New function. | Juri Linkov | 2007-11-10 | 1 | -0/+18 |
| | | |||||
* | | * files.el (auto-mode-alist): Select org-mode for files with the | Carsten Dominik | 2007-11-10 | 1 | -0/+1 |
| | | | | | | | | extension ".org". | ||||
* | | *** empty log message *** | Carsten Dominik | 2007-11-10 | 1 | -0/+5 |
| | | |||||
* | | (describe-function, describe-variable) | Martin Rudalics | 2007-11-10 | 2 | -6/+44 |
| | | | | | | | | | | (describe-syntax, describe-categories): Use with-help-window instead of with-output-to-temp-buffer. | ||||
* | | (list-colors-display): Use with-help-window instead of ↵ | Martin Rudalics | 2007-11-10 | 1 | -1/+1 |
| | | | | | | | | with-output-to-temp-buffer. | ||||
* | | (list-faces-display, describe-face): | Martin Rudalics | 2007-11-10 | 1 | -6/+4 |
| | | | | | | | | Use with-help-window instead of with-output-to-temp-buffer. | ||||
* | | (describe-display-table): Use with-help-window instead of ↵ | Martin Rudalics | 2007-11-10 | 1 | -3/+2 |
| | | | | | | | | with-output-to-temp-buffer. | ||||
* | | (describe-char): Use with-help-window instead of with-output-to-temp-buffer. | Martin Rudalics | 2007-11-10 | 1 | -3/+2 |
| | | |||||
* | | (apropos-describe-plist): | Martin Rudalics | 2007-11-10 | 1 | -3/+2 |
| | | | | | | | | Use with-help-window instead of with-output-to-temp-buffer. | ||||
* | | (help-mode): Set view-exit-action to bury the | Martin Rudalics | 2007-11-10 | 1 | -18/+35 |
| | | | | | | | | | | | | | | buffer instead of fiddling with windows. Simplify code. (help-mode-finish): When help-window eqs t set it to the selected window and have with-help-window set up view-return-to-alist. (help-buffer): Add autoload cookie. | ||||
* | | (help-window, help-window-point-marker): New variables. | Martin Rudalics | 2007-11-10 | 1 | -10/+273 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | (help-window-select): New option. (with-help-window): New macro for displaying help windows. (help-window-display-message, help-window-setup-finish) (help-window-setup): New functions used for setting up help windows. (print-help-return-message): Reset help-window to nil. (view-lossage): Use with-help-window instead of with-output-to-temp-buffer and move help-window-point-marker after inserted text. (describe-bindings, describe-key, describe-mode): Use with-help-window instead of with-output-to-temp-buffer. |