summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Jay Belanger2007-11-151-0/+5
|
* (calc-scientific-function-menu,calc-algebra-menu,calc-graphics-menu)Jay Belanger2007-11-151-14/+14
| | | | (calc-vectors-menu,calc-modes-menu): Adjust capitalization.
* Add arch taglineMiles Bader2007-11-151-0/+2
|
* (calc-menu): Make menu visible only in Calc buffer.Jay Belanger2007-11-151-0/+1
|
* (calc-mode): Require calc-menu.Jay Belanger2007-11-151-0/+1
|
* New file.Jay Belanger2007-11-151-0/+1119
|
* Comment change.Juanma Barranquero2007-11-142-1/+4
|
* (isearch-buffers-next-buffer-function): Doc fix.Juanma Barranquero2007-11-141-3/+4
|
* (gdb-parent-bptno-enabled): New variable.Nick Roberts2007-11-141-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 Roberts2007-11-141-0/+11
|
* Add `backward-delete-char-untabify' to the list of bindings to remap whenNoah Friedman2007-11-132-0/+6
| | | | `calc-scan-for-dels' is non-nil.
* * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle moreDan Nicolaescu2007-11-132-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 aDan Nicolaescu2007-11-132-36/+46
| | | | parameter instead of just the current buffer.
* * net/tramp.el (tramp-open-connection-setup-interactive-shell): CheckMichael Albinus2007-11-122-8/+37
| | | | whether the output of "uname -sr" has been changed.
* Insert patterns from compilation-perl.el and compilation-weblint.el files.Vinicius Jose Latorre2007-11-122-0/+56
|
* Add arch taglineMiles Bader2007-11-122-0/+2
|
* * progmodes/compilation-perl.el:Dan Nicolaescu2007-11-123-2/+6
| | | | | * progmodes/compilation-weblint.el: Disable autoloads, they cause a bootstrap failure.
* (vc-cvs-diff): If backup files exist, diff themDan Nicolaescu2007-11-122-5/+42
| | | | | instead of doing "cvs diff" in order to avoid accessing the repository.
* New files.Vinicius Jose Latorre2007-11-123-0/+237
|
* *** empty log message ***Juanma Barranquero2007-11-111-8/+16
|
* (iso-translate-conventions): Doc fix.Juanma Barranquero2007-11-111-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 Linkov2007-11-112-2/+30
|
* (vc-start-entry): Fix setting the in the case the functionDan Nicolaescu2007-11-112-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 Latorre2007-11-112-6/+12
|
* Merge from emacs--rel--22Miles Bader2007-11-113-31/+17
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-927
| * (emacs-copyright): Add emacs-copyright.Juri Linkov2007-11-102-0/+10
| |
| * (help-map, help-for-help-internal): Add `C-h C-a'.Juri Linkov2007-11-101-0/+2
| |
| * Add `button'. Move up `startup'.Juri Linkov2007-11-101-1/+3
| |
| * Backport startup screen related changes from the trunk.Juri Linkov2007-11-101-743/+909
| |
| * Sync charset names with setup-default-fontset.Jason Rumney2007-11-102-7/+9
| | | | | | | | Append "-1" where second part missing.
| * Enable SJIS fonts before creating any fontsets.Jason Rumney2007-11-102-6/+13
| |
| * (ido-save-history): Write the history file in UTF-8,Juanma Barranquero2007-11-102-3/+9
| | | | | | | | and add `coding' file-local variable.
| * *** empty log message ***Juanma Barranquero2007-11-091-0/+6
| |
| * *** empty log message ***Juanma Barranquero2007-11-091-10/+18
| |
| * Merge from gnus--rel--5.10Miles Bader2007-11-092-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 Linkov2007-11-102-3/+11
| | | | | | | | spec from this new non-interactive function.
* | (isearch-mode-end-hook, isearch-mode-end-hook-quit):Juri Linkov2007-11-101-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 Linkov2007-11-102-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 Linkov2007-11-102-2/+25
| | | | | | | | | | (perform-replace): Use `match-substitute-replacement' if `query-replace-show-replacement' is non-nil.
* | (match-substitute-replacement): New function.Juri Linkov2007-11-101-0/+18
| |
* | * files.el (auto-mode-alist): Select org-mode for files with theCarsten Dominik2007-11-101-0/+1
| | | | | | | | extension ".org".
* | *** empty log message ***Carsten Dominik2007-11-101-0/+5
| |
* | (describe-function, describe-variable)Martin Rudalics2007-11-102-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 Rudalics2007-11-101-1/+1
| | | | | | | | with-output-to-temp-buffer.
* | (list-faces-display, describe-face):Martin Rudalics2007-11-101-6/+4
| | | | | | | | Use with-help-window instead of with-output-to-temp-buffer.
* | (describe-display-table): Use with-help-window instead of ↵Martin Rudalics2007-11-101-3/+2
| | | | | | | | with-output-to-temp-buffer.
* | (describe-char): Use with-help-window instead of with-output-to-temp-buffer.Martin Rudalics2007-11-101-3/+2
| |
* | (apropos-describe-plist):Martin Rudalics2007-11-101-3/+2
| | | | | | | | Use with-help-window instead of with-output-to-temp-buffer.
* | (help-mode): Set view-exit-action to bury theMartin Rudalics2007-11-101-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 Rudalics2007-11-101-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.