summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (fill-paragraph): When the region is active, don't try other `or' branchesJuri Linkov2007-10-202-1/+7
| | | | regardless of the value returned by fill-region; just return t.
* *** empty log message ***Eric S. Raymond2007-10-201-4/+2
|
* Restore vc-next-action functionality of registering files.Eric S. Raymond2007-10-202-2/+9
|
* Condition out a misleading message.Eric S. Raymond2007-10-202-2/+8
|
* Add some recent news.Jay Belanger2007-10-202-0/+9
|
* * play/decipher.el (decipher-keypress): Use forward-line.Dan Nicolaescu2007-10-202-1/+2
|
* * term/x-win.el (x-gtk-stock-map, icon-map-list)Dan Nicolaescu2007-10-2019-98/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (x-gtk-map-stock): Delete duplicated definitions from merge. * progmodes/octave-mod.el: Require octave-inf at compile time * progmodes/compile.el (compilation-skip-to-next-location) (compilation-skip-threshold, compilation-skip-visited): Move definitions earlier. * play/zone.el (zone-fall-through-ws): * play/landmark.el (lm-move-down, lm-move-up): * play/handwrite.el (handwrite): * mail/mspools.el (mspools-visit-spool): * wdired.el (wdired-next-line, wdired-previous-line): * tar-mode.el (tar-subfile-save-buffer): * scroll-lock.el (scroll-lock-next-line) (scroll-lock-previous-line): * image-dired.el (image-dired-next-line) (image-dired-previous-line): * ediff-help.el (ediff-help-message-line-length): Use forward-line. * smerge-mode.el (smerge-auto-refine): * diff-mode.el (diff-auto-refine): Add :group. * play/yow.el: Require doctor at compile time. * vmsproc.el: Provide vmsproc. (command-send-input): Use forward-line. * vms-patch.el: Require ps-print and vmsproc at compile time. * vc-mtn.el (log-view-message-re, log-view-file-re) (log-view-font-lock-keywords): Pacify byte-compiler. * vc-hg.el: Require log-view at compile time.
* Adapt log-view-diff for new VC API.Eric S. Raymond2007-10-202-1/+5
|
* (f90-font-lock-keywords-2, f90-looking-at-type-like): Fix regexp typos.Glenn Morris2007-10-202-8/+11
|
* Merge from emacs--rel--22Miles Bader2007-10-204-3/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 129-130) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 259-260) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-900
| * Merge from gnus--rel--5.10Miles Bader2007-10-202-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 259-260) - Merge from emacs--rel--22 - Update from CVS 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to exclude address matching message-dont-reply-to-names. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-130
| * *** empty log message ***Juanma Barranquero2007-10-191-0/+5
| |
| * *** empty log message ***Juanma Barranquero2007-10-191-1/+1
| |
| * (bs-mode): Set mode-class property to special.Juanma Barranquero2007-10-192-0/+3
| |
| * (bs--track-window-changes): Don't refresh the whole list.Juanma Barranquero2007-10-192-1/+2
| |
| * (follow-unload-function): New function.Juanma Barranquero2007-10-192-3/+35
| |
| * (unload-function-features-list): Rename from `unload-hook-features-list'.Juanma Barranquero2007-10-192-74/+90
| | | | | | | | | | | | (unload-hook-features-list): Add as obsolete alias. (unload-feature): Use `unload-function-features-list' and new FEATURE-unload-function.
* | (diff-auto-refine): New var.Stefan Monnier2007-10-202-17/+40
| | | | | | | | | | | | | | | | (diff-hunk): Use it. (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk. (diff-refine-change): Rename from diff-fine-change. Change it. (diff-refine-preproc): Rename from diff-fine-highlight-preproc. (diff-refine-hunk): Rename from diff-fine-highlight.
* | *** empty log message ***John Paul Wallington2007-10-201-0/+6
| |
* | (smerge-auto-refine): New var.Stefan Monnier2007-10-202-1/+17
| | | | | | | | | | (smerge-next, smerge-prev): Use it. (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
* | (describe-variable-custom-version-info): New function to returnJohn Paul Wallington2007-10-201-8/+37
| | | | | | | | | | variable's version or package version note. (describe-variable): Use it, display result.
* | (easy-mmode-define-navigation):Stefan Monnier2007-10-202-32/+35
| | | | | | | | Add `body' arg. Cleanup the check-narrow-maybe/re-narrow-maybe mess.
* | * vc-bzr.el (vc-bzr-diff-tree):Stefan Monnier2007-10-207-29/+11
| | | | | | | | | | | | | | | | * vc-git.el (vc-git-diff-tree): * vc-hg.el (vc-hg-diff-tree): * vc-mcvs.el (vc-mcvs-diff-tree): * vc-mtn.el (vc-mtn-diff-tree): * vc-svn.el (vc-svn-diff-tree): Remove.
* | (vc-mtn-revision-completion-table):Make it work when the arg is a list of files.Stefan Monnier2007-10-202-5/+7
| |
* | (vc-hg-revision-completion-table, vc-hg-revision-table): Make it work when theStefan Monnier2007-10-202-5/+6
| | | | | | | | arg is a list of files.
* | (vc-git-revision-completion-table, vc-git-revision-table):Stefan Monnier2007-10-202-4/+6
| | | | | | | | Make it work when the arg is a list of files.
* | (vc-cvs-revision-completion-table): Make it work when theStefan Monnier2007-10-202-3/+4
| | | | | | | | arg is a list of files.
* | (vc-arch-revision-completion-table): Make it work when theStefan Monnier2007-10-202-3/+8
| | | | | | | | arg is a list of files.
* | Remove `diff-tree' operation, now subsumed by `diff'.Stefan Monnier2007-10-192-202/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also `revision-completion-table' now takes a list of files. (vc-deduce-fileset): Remove unused var `regexp'. Only obey allow-directory-wildcard in dired buffers. (vc-default-diff-tree): Remove. (vc-diff-added-files): New var. (vc-diff-internal): Use it. Remove arg `backend'. Update callers. (vc-version-diff): Revert from `vc-history-diff' to the original name. Remove the `backend' arg. (vc-contains-version-controlled-file): Remove. (vc-diff): Bring it closer to the version in Emacs-22. (vc-revert): Fix typo in let-binding. (vc-default-unregister): Remove. (vc-dired-buffers-for-dir): Remove N^2 behavior.
* | * textmodes/two-column.el (2C-split, 2C-merge):Dan Nicolaescu2007-10-1910-27/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * textmodes/bib-mode.el (bib-find-key, mark-bib): * progmodes/idlw-shell.el (idlwave-shell-move-or-history): * progmodes/etags.el (find-tag-in-order, etags-tags-apropos) * progmodes/ada-xref.el (ada-get-all-references): * obsolete/mlsupport.el (ml-next-line, ml-previous-line): * emulation/vi.el (vi-previous-line-first-nonwhite) (vi-effective-range, vi-put-before): * emulation/edt.el (edt-next-line, edt-previous-line) (edt-paragraph-forward): Use forward-line. * progmodes/etags.el (tags-apropos): Require apropos at compile time too. * progmodes/prolog.el: Require comint when compiling. (inferior-prolog-flavor): Move defvar before use.
* | (turn-on-font-lock-if-desired):Richard M. Stallman2007-10-192-5/+14
| | | | | | | | | | Renamed from `turn-on-font-lock-if-enabled'. Fully obey `font-lock-global-modes'.
* | (diff-fine-highlight-preproc): Stick to minimal changesStefan Monnier2007-10-192-43/+50
| | | | | | | | | | which will not affect the behavior of things like forward-word. (diff-fine-highlight): Preserve point.
* | (doc-view-mode-map): Use remapping.Stefan Monnier2007-10-192-14/+12
| | | | | | | | | | Don't rebind C-v, M-v to their default value. Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
* | Add word-granularity refinement.Stefan Monnier2007-10-192-38/+144
| | | | | | | | | | | | | | | | (smerge-refine-forward-function, smerge-refine-ignore-whitespace) (smerge-refine-weight-hack): New vars. (smerge-refine-forward): New fun. (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them. (smerge-refine-subst): Use them as well. Preserve point.
* | (follow-unload-function): New function.Juanma Barranquero2007-10-192-4/+37
| |
* | (unload-function-features-list): Rename from `unload-hook-features-list'.Juanma Barranquero2007-10-192-79/+95
| | | | | | | | | | | | (unload-hook-features-list): Add as obsolete alias. (unload-feature): Use `unload-function-features-list' and new FEATURE-unload-function.
* | (mouse-minor-mode-menu, minor-mode-menu-from-indicator):Glenn Morris2007-10-192-0/+27
| | | | | | | | Move here from bindings.el
* | (mouse-minor-mode-menu)Glenn Morris2007-10-191-20/+0
| | | | | | | | (minor-mode-menu-from-indicator): Move to mouse.el.
* | Whitespace fix.Richard M. Stallman2007-10-192-1/+6
| |
* | (describe-function-1): Don't use the advice orignameRichard M. Stallman2007-10-191-3/+6
| | | | | | | | if it has no function definition yet.
* | From_ Johan Bockgrd, <http://article.gmane.org/gmane.emacs.devel/81056>Katsumi Yamaoka2007-10-182-6/+12
| | | | | | | | | | * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion. Use `save-restriction' rather than `widen'.
* | (display-time-world-time-format): Display day # not month #.Richard M. Stallman2007-10-182-1/+5
| |
* | Merge from emacs--rel--22Miles Bader2007-10-184-3/+25
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 128) - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 257-258) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-897
| * Merge from gnus--rel--5.10Miles Bader2007-10-184-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * gnus--rel--5.10 (patch 257-258) - Merge from emacs--rel--22 - Update from CVS 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-util.el (gnus-string<): New function. * lisp/gnus/gnus-sum.el (gnus-article-sort-by-author) (gnus-article-sort-by-subject): Use it. 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-win.el (gnus-configure-windows): Focus on the frame for which the frame-focus tag is set in gnus-buffer-configuration. Revision: emacs@sv.gnu.org/emacs--rel--22--patch-128
| * (unload-feature-special-hooks): Update list of special hooks.Juanma Barranquero2007-10-182-7/+14
| |
| * (fill-individual-paragraphs): Doc fix.Juanma Barranquero2007-10-182-8/+13
| | | | | | | | (adaptive-fill-function): Doc fix. Remove * from docstring.
| * (ibuffer-saved-filter-groups): Doc fix.Glenn Morris2007-10-181-2/+2
| |
| * *** empty log message ***Glenn Morris2007-10-181-0/+4
| |
| * Display message when tutorial position is not savedVinicius Jose Latorre2007-10-172-1/+7
| |
| * (longlines-wrap-follows-window-size): Integer valueChong Yidong2007-10-171-6/+21
| | | | | | | | | | | | specifies wrapping margin. (longlines-mode, longlines-window-change-function): Set window-specific wrapping margin based on the above.