summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Daiki Ueno <ueno at unixuser.org>Glenn Morris2008-04-292-3/+27
| | | | | (epa-key-list-mode-map): Add menu. (epa-delete-keys, epa-import-keys): Fix typo.
* (top-level): Does not need cl when compiling.Glenn Morris2008-04-292-1/+8
| | | | Add arch-tag and footer.
* Another new file, another license notice to update.Glenn Morris2008-04-291-11/+11
|
* Fix typo in previous.Glenn Morris2008-04-291-1/+1
|
* New file.Stefan Monnier2008-04-293-0/+247
|
* (completion-hilit-commonality): Remove leftover code.Stefan Monnier2008-04-292-16/+47
| | | | | | (completion-pcm--pattern->regex): Let `group' be a list of symbols. (completion-pcm--hilit-commonality): New function. (completion-pcm-all-completions): Use it.
* * minibuffer.el (completion-common-substring): Mark obsolete.Stefan Monnier2008-04-293-64/+79
| | | | | | | | | | | (completions-first-difference, completions-common-part): Move from simple.el. (completion-hilit-commonality): New fun. (display-completion-list, completion-emacs21-all-completions) (completion-emacs22-all-completions): Use it. * simple.el (completions-first-difference, completions-common-part): Move to minibuffer.el. (choose-completion-string): Use field functions and minibufferp. (completion-setup-function): Don't set completions faces.
* Fix comment typo.Glenn Morris2008-04-291-1/+1
|
* (Sexp Diary Entries): Clarify diary-float.Glenn Morris2008-04-292-8/+12
|
* (check-declare-errmsg): Fix counting in the `full' case.Glenn Morris2008-04-292-1/+15
|
* (calendar-iso-from-absolute): Fix declaration.Glenn Morris2008-04-291-1/+1
|
* (calendar-absolute-from-iso, calendar-iso-from-absolute): Fix declarations.Glenn Morris2008-04-291-2/+2
|
* (holiday-float): Doc fix.Glenn Morris2008-04-291-9/+7
|
* (diary-list-sexp-entries, diary-float): Doc fix.Glenn Morris2008-04-291-12/+13
|
* (calendar-nth-named-absday, calendar-nth-named-day): Doc fix.Glenn Morris2008-04-291-6/+5
|
* Add Windows battery support.Jason Rumney2008-04-291-2/+10
|
* Merge from emacs--rel--22Miles Bader2008-04-292-39/+45
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1132
| * * net/tramp.el (tramp-replace-environment-variables): Remove it.Michael Albinus2008-04-282-12/+10
| | | | | | | | | | | | There is a more simple solution. (tramp-file-name-handler): Apply `substitute-in-file-name' w/o Tramp file name handlers.
| * (gdb-info-breakpoints-custom): Fix mismatched parentheses.Nick Roberts2008-04-281-58/+58
| |
| * (gdb-info-breakpoints-custom): Make breakpointNick Roberts2008-04-281-35/+34
| | | | | | | | | | | | icons work for assembler, i.e. FILE.s, FILE.S (not disassembly). (gdb-goto-breakpoint): Likewise for visiting breakpoints. (gdb-assembler-custom): Be careful not to match other addresses.
| * *** empty log message ***Nick Roberts2008-04-281-0/+7
| |
| * * net/tramp.el (tramp-replace-environment-variables): New defun.Michael Albinus2008-04-271-1/+13
| | | | | | | | (tramp-file-name-handler): Use it.
| * *** empty log message ***Michael Albinus2008-04-271-0/+5
| |
* | Merge from gnus--devo--0Miles Bader2008-04-293-19/+46
| | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1131
* | (battery-status-function): Use w32-battery-status on Windows.Jason Rumney2008-04-292-13/+22
| | | | | | | | | | | | (battery-echo-area-format): Make apm format the general case. (battery-mode-line-format): Merge apm and pmset formats as the general case.
* | (Fw32_battery_status): New defun.Jason Rumney2008-04-292-0/+115
| | | | | | | | (syms_of_w32fns): Defsubr it.
* | (gud-display-line): Only consider visibleNick Roberts2008-04-291-3/+3
| | | | | | | | frames when looking for source buffer.
* | (gdb-info-stack-custom): UseNick Roberts2008-04-291-21/+24
| | | | | | | | | | | | | | gud-tool-bar-item-visible-no-fringe. (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer is already visible in frame. Remove optional size parameter and add optional frame parameter.
* | *** empty log message ***Nick Roberts2008-04-291-0/+11
| |
* | (doc-view-new-window-function): Avoid using WINDOWChong Yidong2008-04-281-11/+12
| | | | | | | | | | | | | | argument to get-char-property, in case the current buffer hasn't been assigned to that window yet. (doc-view-display): Default to selected window if the current buffer hasn't been assigned to a window yet.
* | * doc-view.el (doc-view-new-window-function): Avoid using WINDOWChong Yidong2008-04-281-0/+8
| | | | | | | | | | | | | | argument to get-char-property, in case the current buffer hasn't been assigned to that window yet. (doc-view-display): Default to selected window if the current buffer hasn't been assigned to a window yet.
* | Add arch taglineMiles Bader2008-04-2820-1/+21
| |
* | whitespace-trailing-regexp docstring fix.Vinicius Jose Latorre2008-04-282-1/+5
| |
* | (vc-hg-rename-file): Fix argument order.Sam Steingold2008-04-282-1/+5
| |
* | * tramp.texi (Frequently Asked Questions): Explain, how to disableMichael Albinus2008-04-282-0/+24
| | | | | | | | Tramp via `tramp-mode'.
* | * net/tramp.el (tramp-mode): New defcustom.Michael Albinus2008-04-281-27/+42
| | | | | | | | | | | | (tramp-file-name-handler, tramp-completion-file-name-handler): Use it. (tramp-replace-environment-variables): Handle "$$".
* | (file_name_completion): Fix another mixing of encodedAndreas Schwab2008-04-282-1/+6
| | | | | | | | and decoded names.
* | Explain how to work awound an error case.Eric S. Raymond2008-04-281-0/+5
| |
* | (Fw32_define_rgb_color): Fix typo in docstring.Juanma Barranquero2008-04-282-3/+7
| |
* | * whitespace.el (whitespace-trailing): Fix typo.Bastien Guerry2008-04-283-2/+6
| |
* | (url-load-hook): Fix typo in docstring.Juanma Barranquero2008-04-282-3/+7
| |
* | (diary-make-entry): Update the autoload.Sam Steingold2008-04-282-2/+6
| |
* | (completion-pcm--all-completions): Don't pass nil to all-completions.Stefan Monnier2008-04-282-20/+24
| |
* | (desktop-minor-mode-table): Add `savehist-mode'.Juanma Barranquero2008-04-282-5/+10
| |
* | *** empty log message ***Glenn Morris2008-04-281-3/+5
| |
* | Daiki Ueno <ueno at unixuser.org>Glenn Morris2008-04-281-9/+6
| | | | | | | | | | (epa-file-handler): Restore 2008-03-16T04:04:15Z!mwolson@gnu.org version; previous change was buggy patch.
* | *** empty log message ***Juanma Barranquero2008-04-271-49/+34
| |
* | *** empty log message ***Juanma Barranquero2008-04-271-4/+8
| |
* | (Fdefine_fringe_bitmap): Doc fix.Juanma Barranquero2008-04-271-1/+1
| |
* | (epa-file-handler): Comment out, does not compile.Dan Nicolaescu2008-04-272-8/+10
| |