summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (prepare-change-group): Reinstate BUFFER arg; make it work.Richard M. Stallman2003-05-181-2/+5
|
* *** empty log message ***Stefan Monnier2003-05-181-3/+34
|
* Don't require vc.el anymore.Stefan Monnier2003-05-181-24/+15
| | | | | | | | (log-edit-mode-map): Fold vc-log-mode-map into it. (vc-log-mode-map): Redefine as an alias. (vc-previous-comment): Don't widen. (vc-comment-to-change-log): Don't redundantly set paragraph-separate. Don't require `add-log' since it's already required at toplevel.
* (vc-log-mode-map, vc-maximum-comment-ring-size)Stefan Monnier2003-05-181-149/+13
| | | | | | | | | | (vc-comment-ring, vc-comment-ring-index, vc-last-comment-match): Move vars to log-edit.el. (vc-new-comment-index, vc-previous-comment, vc-next-comment) (vc-comment-search-reverse, vc-comment-search-forward) (vc-comment-to-change-log): Move funs to log-edit.el. (vc-clear-context): Don't empty the comment-ring. (vc-finish-logentry): Don't add the comment onto the comment-ring.
* (vc-log-mode-map, vc-maximum-comment-ring-size, vc-comment-ring)Stefan Monnier2003-05-181-3/+129
| | | | | | | | (vc-comment-ring-index, vc-last-comment-match): Move vars from vc.el. (vc-new-comment-index, vc-previous-comment, vc-next-comment) (vc-comment-search-reverse, vc-comment-search-forward) (vc-comment-to-change-log): Move funs from vc.el. (log-edit-show-files): Remove unused var `editbuf'.
* (macro-declaration-function): Avoid `dolist' and `cadr'.Stefan Monnier2003-05-181-7/+11
|
* New icons for debugger.Nick Roberts2003-05-174-0/+65
|
* (gdb): Define gud-nexti.Nick Roberts2003-05-171-2/+12
| | | | | (gud-menu-map): Add gud-nexti to map. (gud-tool-bar-map): Add gud-nexti and gud-stepi to toolbar.
* *** empty log message ***Nick Roberts2003-05-171-0/+9
|
* (number-to-register): Use `string-to-number' insteadJohn Paul Wallington2003-05-172-2/+10
| | | | of `string-to-int'.
* (tcl-indent-exp): Remove dead code.Stefan Monnier2003-05-171-20/+4
| | | | (tcl-tab-always-indent): Default to tab-always-indent.
* (skkdic-okuri-nasi-entries, skkdic-okuri-nasi-entries-count):John Paul Wallington2003-05-171-2/+2
| | | | Use defvar for non-constants.
* (perl-tab-always-indent): Default to tab-always-indent.Stefan Monnier2003-05-171-24/+15
| | | | (perl-end-of-function): Remove unsed var `npos'.
* (which-func-format): Make it risky-local-variable.Stefan Monnier2003-05-172-19/+41
| | | | | | | | | (which-func-table): New var. (which-func-current): Make it into a constant modeline spec. (which-func-previous): Remove. (which-func-update): Only update the selected window. (which-func-update-1): Use the new var to allow the current function to be different for a buffer shown in two windows.
* (with-selected-window): New macro.Stefan Monnier2003-05-171-31/+52
| | | | | | | | | (dolist, dotimes, with-current-buffer): Use backquotes. (when, unless, save-match-data, combine-after-change-calls) (with-output-to-string, with-temp-buffer): Add `declare' info. (listify-key-sequence): Don't allocate unnecessarily. (read-quoted-char): Allow up to base 36. (prepare-change-group): Remove unimplemented argument.
* (pp-to-string, Info-goto-node): Don't autoload.Stefan Monnier2003-05-171-13/+10
| | | | | | (widget-choose, widget-map-buttons): Use with-current-buffer. (widget-field-add-space): Change to nil (and to defconst). (widget-info-link-action): Use `info'.
* (gdb-info-frames-custom): Reverse contrast of face forNick Roberts2003-05-171-84/+104
| | | | | | | | | | | | | | | | | | | | | selected frame. (gdb-annotation-rules): Stop using frames-invalid and breakpoints-invalid annotations. Update after post-prompt instead. (gdb-post-prompt): Update frames and breakpoints here. (gdb-invalidate-frame-and-assembler) (gdb-invalidate-breakpoints-and-assembler): Remove. (gdb-current-address): Remove. (gdb-previous-address): New variable. (gud-until): Extend to work in Assembler buffer (gdb-append-to-inferior-io): Select IO buffer when there is output. (gdb-assembler-custom): Try to get line marker (arrow) to display in window. Correct parsing for OS dependent output syntax of Gdb command, where. (gdb-frame-handler): Correct parsing for OS dependent output syntax of Gdb command, frame. (gdb-invalidate-assembler): Update assembler buffer correctly when frame changes (revisited).
* *** empty log message ***Nick Roberts2003-05-171-0/+22
|
* (shell-command): Undo last change.Stefan Monnier2003-05-161-1/+1
|
* (imenu--split-menu): Remove unused var `count'.Stefan Monnier2003-05-162-57/+61
| | | | | | | | Don't copy the sequence since we're already modifying it elsewhere. (imenu--create-keymap): Rename from imenu--create-keymap-1. Add optional `cmd' argument. Remove unused var `counter'. (imenu-update-menubar): Use the new arg to get the old behavior. (imenu--mouse-menu): Don't use the new arg to recover the lost behavior.
* (hl-line-highlight, global-hl-line-highlight): UseLute Kamstra2003-05-162-3/+9
| | | | | `line-beginning-position' to determine the beginning of the next line.
* (mule-menu-keymap): Enable the menu set-various-coding-system whenKenichi Handa2003-05-162-1/+7
| | | | default-enable-multibyte-characters is non-nil.
* *** empty log message ***Stefan Monnier2003-05-151-13/+17
|
* (make-autoload): Add arglist for define-derived-mode.Stefan Monnier2003-05-151-3/+7
|
* Rewrote the local minor mode so that it can beLute Kamstra2003-05-152-45/+129
| | | | | | | | | | | | | | | | sticky as well and made sticky the default. Reimplemented the global minor mode. Updated the commentary section to document these changes. (hl-line-sticky-flag): New user option. (hl-line-overlay): Made it buffer-local and gave it a docstring. (global-hl-line-overlay): New variable. (hl-line-mode): Rewritten to use `hl-line-sticky-flag'. (hl-line-highlight): Rewritten to use `hl-line-sticky-flag'. (hl-line-unhighlight): Updated docstring. (global-hl-line-mode): Implemented directly so that is does not depend on `hl-line-mode' any more. (global-hl-line-highlight, global-hl-line-unhighlight): New functions.
* (cyrillic-koi8-t): Alias of koi8-t.Kenichi Handa2003-05-152-0/+5
|
* Avoid unnecessary calls to funs in header and footer variablesVinicius Jose Latorre2003-05-153-43/+82
|
* *** empty log message ***Stefan Monnier2003-05-151-0/+20
|
* (tex-compile-history, tex-input-files-re)Stefan Monnier2003-05-151-0/+207
| | | | | | | | | (tex-use-reftex, tex-compile-commands): New vars. (tex-summarize-command, tex-uptodate-p, tex-executable-exists-p) (tex-command-executable, tex-command-active-p, tex-compile-default) New functions. (tex-compile): New command. (tex-mode-map): Bind it to C-c C-c.
* (rmail-ignored-headers): Ignore Face: header.John Paul Wallington2003-05-152-1/+5
|
* *** empty log message ***Juanma Barranquero2003-05-141-0/+5
|
* (format-annotate-function): Copy coding system into the new temp buffer.Juanma Barranquero2003-05-141-2/+4
|
* (completion-ignored-extensions): Add .svn.Stefan Monnier2003-05-141-1/+7
| | | | (vc-svn-delete-file): New function.
* (insert-directory): Remove --dired switch whenJohn Paul Wallington2003-05-142-0/+8
| | | | `ls-lisp-use-insert-directory-program' is nil.
* (cvs-append-to-ignore): New arg `old-dir'.Stefan Monnier2003-05-141-8/+11
| | | | (cvs-mode-ignore): Use it.
* (cvs-parse-table): Remove unused var `type'.Stefan Monnier2003-05-141-3/+16
| | | | | Look up `.cvsignore' to see what to do with `new-dir' messages. (cvs-parse-merge): Remove unused var `handled'.
* *** empty log message ***Stefan Monnier2003-05-141-0/+45
|
* (xemacsp): Remove. Replace with (featurep 'xemacs).Stefan Monnier2003-05-141-39/+25
| | | | | | | | | (ispell-graphic-p): Inline and then remove. (toplevel): Get rid of unnecessary loop. (ispell-parse-output, ispell-complete-word): Replace (substring s 0 1) with a call to aref. (ispell-get-line): Remove unused arg `reg-end'. (ispell-region): Update corresponding call.
* (undo): Remove left over asserts.Stefan Monnier2003-05-141-3/+0
|
* (cpp-make-overlay-hidden): Don't make intangible.Stefan Monnier2003-05-131-4/+1
|
* (compile-internal): Use with-current-buffer.Stefan Monnier2003-05-131-16/+9
| | | | (compilation-set-window-height): Use save-selected-window.
* (ada-xref-update-project-menu): Use easymenu.Stefan Monnier2003-05-131-52/+41
| | | | | | (ada-goto-declaration-other-frame): Remove unused arg other-frame. (ada-gdb-application): Remove unused vars comint-exec, in-post-mode, and gud-gdb-massage-args.
* (c-lang-defvar-init-form-tail): This is actually not a constant.Stefan Monnier2003-05-131-1/+2
|
* (autoconf-current-defun-function): Copy the syntax table before modifying it.Stefan Monnier2003-05-131-2/+2
|
* (ada-in-comment-p, ada-in-string-p)Stefan Monnier2003-05-131-4/+4
| | | | (ada-in-string-or-comment-p): Use line-beginning-position.
* (reftex-select-with-char): Don't assume that point-min == 1.Stefan Monnier2003-05-131-4/+4
|
* (reftex-toc-visit-location):Stefan Monnier2003-05-131-7/+11
| | | | | Don't switch the current window if the new buffer is in another. (reftex-toc): Don't assume that point-min == 1.
* Typo.Stefan Monnier2003-05-131-2/+2
|
* (reftex-what-macro): Don't assume that point-min == 1.Stefan Monnier2003-05-131-2/+2
|
* (reftex-extract-bib-entries, reftex-extract-bib-entries-from-thebibliography):Stefan Monnier2003-05-131-67/+40
| | | | | | | | New arg re-list. (reftex-extract-bib-entries): Use ^ rather than \(\`\|[\n\r]\). Use member-ignore-case. Don't add unnecessary trailing \n. (reftex-offer-bib-menu): Consolidate duplicated code from reftex-extract-bib-entries and reftex-extract-bib-entries-from-thebibliography.