summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (file-name-shadow-mode): Set :version to "22.1", because default was changed.Luc Teirlinck2005-11-161-0/+1
|
* *** empty log message ***Luc Teirlinck2005-11-161-1/+17
|
* (command-line): Use `custom-reevaluate-setting' for `file-name-shadow-mode'.Luc Teirlinck2005-11-161-0/+1
|
* Preload rfn-eshadow.Luc Teirlinck2005-11-161-0/+1
|
* (file-name-shadow-mode): Set :init-value to t.Luc Teirlinck2005-11-161-0/+1
|
* (custom-add-parent-links): Fix bug whereby, for instance,Luc Teirlinck2005-11-161-10/+9
| | | | | | | `(fringe custom-face)' shadowed `(fringe custom-group)' in the custom-group property of the symbol frames and the fringe group got no link to its parent group frames. Doc fix.
* *** empty log message ***Nick Roberts2005-11-161-0/+5
|
* (gud-stop-subjob): New function.Nick Roberts2005-11-161-24/+28
| | | | (gud-menu-map, gud-tool-bar-map): Use it.
* (rfn-eshadow-regexp): Remove.Stefan Monnier2005-11-152-37/+45
| | | | | (rfn-eshadow-sifn-equal): New function. (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
* (gud-menu-map): Let [stop] stop program rather than kill it.Kim F. Storm2005-11-151-5/+5
| | | | | (gud-tool-bar-map): Likewise. Move cont/until/finish buttons to a more useful/logical place.
* *** empty log message ***Kim F. Storm2005-11-151-6/+13
|
* (gud-menu-map): Make visibility of stop andNick Roberts2005-11-151-3/+5
| | | | go buttons complementary.
* *** empty log message ***Nick Roberts2005-11-151-0/+5
|
* 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2005-11-152-1/+4
| | | | | * ediff-util (ediff-make-temp-file): use proper file-name-handler operation
* 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2005-11-153-1/+15
| | | | | | | | * viper-utils (viper-non-word-characters-reformed-vi): quote `-' in string. * viper.el (viper-emacs-state-mode-list): Ensure that rcirc-mode buffers come up in Emacs state.
* (term-termcap-format): Fix typos.Dan Nicolaescu2005-11-152-12/+28
| | | | (term-down): Fix the negative argument case.
* (gud-menu-map, gud-tool-bar-map): Re-define buttons and include new ones.Nick Roberts2005-11-151-11/+22
| | | | | (gud-tool-bar-item-visible-no-fringe): New function. (gud-menu-map): Use it.
* Remove face-alias left over from change onNick Roberts2005-11-151-6/+10
| | | | | | | | 2005-08-15. (gdb-ann3): New command gud-go. (menu): Accomodate gdb-mi.el. (gdb-assembler-custom): Make buffer of selected window current so that set-window-point works.
* *** empty log message ***Nick Roberts2005-11-151-0/+18
|
* (auto-compression-mode): Enable it in a way that works correctly forLuc Teirlinck2005-11-151-2/+2
| | | | Custom and that does not override a user who disables it.
* *** empty log message ***Luc Teirlinck2005-11-151-0/+4
|
* (help-make-xrefs, help-xref-on-pp, help-xref-interned, help-follow):Luc Teirlinck2005-11-141-6/+16
| | | | | Make hyperlinks for variables that are unbound, but have a non-nil variable-documentation property.
* *** empty log message ***Luc Teirlinck2005-11-141-0/+11
|
* (define-derived-mode): Remove defvar for mode hook. (It conflictedLuc Teirlinck2005-11-141-1/+6
| | | | | with defcustoms for some mode hooks.) Use the `variable-documentation' property to give the mode hook a docstring and expand that docstring.
* (savehist-mode): Don't bother with `custom-set-minor-mode.Stefan Monnier2005-11-142-34/+36
| | | | | | | | | (savehist-coding-system): Check XEmacs version. (history-length): Declare also at run time. (savehist-mode): Don't emit a message. Don't run the minor mode hook. Don't set the customize state. (savehist-minibuffer-hook): Special case for when minibuffer-history-variable is equal to t.
* (write-file): Refresh VC status.Stefan Monnier2005-11-142-1/+6
|
* (diary-list-entries, diary-show-all-entries)Stefan Monnier2005-11-142-4/+10
| | | | | (mark-diary-entries, make-diary-entry): Check default-major-mode rather than fundamental-mode to see if the mode was set.
* If `vm-visit-folder' doesn't exist, define it as a dummy function inRomain Francoise2005-11-142-3/+12
| | | | | `eval-when-compile' to avoid compiler warning. Require `man' at compile time.
* (calcFunc-ldiv): Check to see if the first argument is a scalar.Jay Belanger2005-11-142-2/+20
|
* (calc-left-divide): New function.Jay Belanger2005-11-141-0/+4
|
* Change calcFunc-writeoutpower and calc-writeoutpower toJay Belanger2005-11-141-3/+3
| | | | | calcFunc-powerexpand and calc-powerexpand in autoloads. Add calcFunc-ldiv to autoloads.
* (calcFunc-write-out-power): Rename calcFunc-powerexpand.Jay Belanger2005-11-141-18/+27
| | | | | | (math-write-out-power): Rename math-powerexpand, have it handle negative exponents. (calc-writeoutpower): Rename calc-powerexpand.
* (calcFunc-ldiv): New function.Jay Belanger2005-11-141-0/+4
|
* (custom-make-dependencies): Reverse the list of found dependencies.Juri Linkov2005-11-142-1/+9
|
* (custom-variable-prompt): Set the default value arg of completing-read.Juri Linkov2005-11-141-5/+6
|
* (menu-bar-options-menu): Delete "SyntaxDan Nicolaescu2005-11-142-2/+2
| | | | | Highlighting" entry, it is on by default now. (menu-bar-options-save): Do not save global-font-lock-mode.
* (menu-bar-options-menu): Delete "SyntaxDan Nicolaescu2005-11-142-4/+5
| | | | Highlighting" entry, it is on by default now.
* (flyspell-large-region): Call flyspell-accept-buffer-local-defs.Richard M. Stallman2005-11-142-7/+70
| | | | | | | | | (flyspell-notify-misspell): Fix misspelling of "Misspelling". (flyspell-process-localwords): New function. (flyspell-large-region): Call flyspell-process-localwords and flyspell-delete-region-overlays. (flyspell-delete-region-overlays): New function. (flyspell-delete-all-overlays): Call that.
* (help-for-help-internal): Improve doc of C-h a.Richard M. Stallman2005-11-142-9/+15
|
* (vc-svn-registered): Catch all errors.Stefan Monnier2005-11-142-2/+7
|
* (custom-make-dependencies): Typo.Stefan Monnier2005-11-142-5/+8
|
* * net/tramp-util.el (top): Fix compilation warning.Michael Albinus2005-11-132-44/+54
|
* (help-for-help-internal): Fix `a' entry. Add `d' entry.Kim F. Storm2005-11-131-3/+6
|
* *** empty log message ***Kim F. Storm2005-11-131-3/+7
|
* (gud-menu-map): Move parentheses (again).Nick Roberts2005-11-131-4/+4
| | | | (gud-speedbar-buttons): Match on "const char *" too.
* (gdb-var-create-handler, gdb-var-list-children-handler):Nick Roberts2005-11-131-8/+15
| | | | | | | Match on "const char *" too. (gdb-var-evaluate-expression-handler): Match on empty string. (gdb-var-update-handler): Only call gdb-var-evaluate-expression-handler when required.
* *** empty log message ***Nick Roberts2005-11-131-1/+12
|
* (gud-menu-map): Revert to window-fringes forNick Roberts2005-11-121-7/+6
| | | | | selected window. This still doesn't work for speedbar. (gud-speedbar-buttons): Handle string expressions properly.
* (gdb-var-create-handler)Nick Roberts2005-11-122-11/+16
| | | | | | (gdb-var-evaluate-expression-handler): Handle strings properly. (gdb-var-list-children-regexp, gdb-var-list-children-handler): Handle strings properly. Move "type" field into regexp.
* *** empty log message ***Nick Roberts2005-11-121-0/+11
|