aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (sort-subr): Add `predicate' arg. Remove `sortcar' code.Stefan Monnier2003-06-021-37/+26
|
* (lm-synopsis): Use relative filenames correctly. Show the synopsis toLute Kamstra2003-06-022-19/+20
| | | | | the user when appropriate. Do not kill buffers that were created outside `lm-synopsis'.
* Version 1.6Juanma Barranquero2003-06-012-382/+425
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Take into account changes made to the display margins, fringes and scroll-bar handling. (ruler-mode-margins-char): Removed. Not used anymore. (ruler-mode-pad-face, ruler-mode-fringes-face): New faces. (ruler-mode-margins-face): New definition. Moved. (ruler-mode-left-fringe-cols) (ruler-mode-right-fringe-cols) (ruler-mode-left-scroll-bar-cols) (ruler-mode-right-scroll-bar-cols): Reimplemented. Moved. (ruler-mode-full-window-width) (ruler-mode-window-col): New functions. (ruler-mode-mouse-set-left-margin) (ruler-mode-mouse-set-right-margin) (ruler-mode-mouse-add-tab-stop) (ruler-mode-mouse-del-tab-stop): Reimplemented. (ruler-mode-mouse-current-grab-object): Renamed to... (ruler-mode-dragged-symbol): New. (ruler-mode-mouse-grab-any-column): Use it. Cleaned up. (ruler-mode-mouse-drag-any-column): Likewise. (ruler-mode-mouse-drag-any-column-iteration): Simplified. (ruler-mode): Restore previous `header-line-format' if `ruler-mode-header-line-format-old' has a local binding in current buffer. (ruler-mode-left-margin-help-echo) (ruler-mode-right-margin-help-echo): Removed. (ruler-mode-margin-help-echo) (ruler-mode-fringe-help-echo): New constants. (ruler-mode-ruler): Use them. Reimplemented.
* (mouse-wheel-down-event, mouse-wheel-up-event):Jason Rumney2003-06-012-4/+15
| | | | Default to new wheel-up and wheel-down events on Windows.
* No need to bind wheel events specially.Jason Rumney2003-06-011-7/+1
|
* (custom-get-fresh-buffer): Be extra paranoid,Stefan Monnier2003-06-011-1/+10
| | | | just in case some used a file of the wrong name.
* (sh-is-quoted-p): New fun.Stefan Monnier2003-06-011-35/+18
| | | | | | | | | | | (sh-font-lock-paren): Use it to allow \C in case patterns. (sh-get-indent-info): Check the \n before the line for string-status. (sh-feature): Remove unused var `function'. (sh-get-indent-info): Remove unused variables. (sh-prev-thing): Remove unused vars `going', `n', and `found'. (sh-set-indent): Remove unused var `new-val' and `val0'. (sh-learn-buffer-indent): Remove unused vars `last-pos' and `lines'. (sh-guess-basic-offset): Remove unused var `return' and `j'.
* 2003-06-01 Michael Kifer <[email protected]>Michael Kifer2003-06-012-0/+7
| | | | | | * desktop.el (desktop-create-buffer): Added (desktop-first-buffer) to the let-statement to avoid the startup error that desktop-first-buffer is undefined.
* (Man-name-regexp): Also match Latin-1 soft hyphen.Andreas Schwab2003-06-012-4/+9
| | | | (Man-build-references-alist): Handle Latin-1 soft hyphen.
* *** empty log message ***Stefan Monnier2003-06-011-0/+22
|
* (view-file, view-file-other-window, view-file-other-frame):Stefan Monnier2003-05-311-0/+3
| | | | Signal an error when trying to visit an inexistent file.
* (vc-call-backend): Give better error message when backend function is missing.Stefan Monnier2003-05-311-36/+38
| | | | (vc-find-file-hook): USe unless. Merge if and cond.
* (vc-directory-exclusion-list): Add MCVS and .svn.Stefan Monnier2003-05-311-5/+7
| | | | (vc-checkin-hook): Adjust option to new name.
* (log-edit-maximum-comment-ring-size, log-edit-comment-ring)Stefan Monnier2003-05-311-47/+61
| | | | | | | | | | | | (log-edit-comment-ring-index, log-edit-last-comment-match): Rename vars from vc-maximum-comment-ring-size, vc-comment-ring, vc-comment-ring-index, and vc-last-comment-match. (log-edit-new-comment-index, log-edit-previous-comment) (log-edit-next-comment, log-edit-comment-search-backward) (log-edit-comment-search-forward, log-edit-comment-to-change-log): Rename funs from vc-new-comment-index, vc-previous-comment, vc-next-comment, vc-comment-search-reverse, vc-comment-search-forward, and vc-comment-to-change-log.
* (iswitchb-buffer-ignore): Update custom type to allow functions.Stephen Eglen2003-05-312-1/+6
|
* (iconify-or-deiconify-frame): Move to frame.el.Stefan Monnier2003-05-312-15/+43
|
* (widget-specify-insert): Simplify.Stefan Monnier2003-05-311-30/+16
| | | | | | | | (widget-editable-list-entry-create): Don't assume that %d and %i are in the format string. (widget-map-buttons): Remove unused var `parent'. (widget-move): Remove unused shadowed var `new'. (widget-color-action): Remove unused var `pos'.
* (custom-get-fresh-buffer): New fun.Stefan Monnier2003-05-311-15/+22
| | | | | | | | | | (custom-buffer-create, custom-buffer-create-other-window) (customize-browse): Use it instead of killing buffers. (custom-bury-buffer): Obey the argument. (custom-variable-reset-saved, custom-variable-reset-standard): Remove unused var `comment-widget'. (custom-face-edit-deactivate): Remove unused var `to'. (custom-save-variables): Remove unused var `sep'.
* *** empty log message ***John Paul Wallington2003-05-311-0/+6
|
* (large-file-warning-threshold): Add type, groups.John Paul Wallington2003-05-312-4/+7
|
* *** empty log message ***Kenichi Handa2003-05-311-0/+5
|
* (recover-file): Bind coding-system-for-read toKenichi Handa2003-05-311-2/+2
| | | | auto-save-coding.
* *** empty log message ***Juanma Barranquero2003-05-311-0/+3
|
* Load byte-run.el, map-ynp.el, timer.el and float-sup.el from emacs-lisp.Juanma Barranquero2003-05-311-4/+4
|
* *** empty log message ***Juanma Barranquero2003-05-301-0/+31
|
* Moved from lisp/.Juanma Barranquero2003-05-309-0/+2713
|
* Moved to progmodes/.Juanma Barranquero2003-05-301-256/+0
|
* Moved from textmodes/.Juanma Barranquero2003-05-301-0/+987
|
* Moved to lisp/.Juanma Barranquero2003-05-301-987/+0
|
* Moved to textmodes/.Juanma Barranquero2003-05-301-474/+0
|
* Moved to emacs-lisp/.Juanma Barranquero2003-05-307-1983/+0
|
* Moved to obsolete/.Juanma Barranquero2003-05-303-929/+0
|
* Moved.Juanma Barranquero2003-05-303-0/+929
|
* Removed. Contents moved to misc.elJuanma Barranquero2003-05-301-46/+0
|
* (mark-beginning-of-buffer, mark-end-of-buffer, upcase-char, forward-to-word,Juanma Barranquero2003-05-301-0/+32
| | | | backward-to-word): Moved from unused.el.
* (looking-back): New function to check for regular expression before point.Juanma Barranquero2003-05-301-0/+13
|
* *** empty log message ***Thien-Thi Nguyen2003-05-301-0/+5
|
* (comment-empty-lines): New var.Stefan Monnier2003-05-301-1/+11
| | | | (comment-region-internal): Use it.
* (latex-block-args-alist, latex-block-body-alist): New vars.Stefan Monnier2003-05-301-19/+67
| | | | | | | | | | | | (latex-insert-block): Use them. (tex-string-prefix-p): New fun. (tex-guess-main-file): Use it to detect when the main file is in a parent directory. (tex-main-file): Try to find a main-file in parent directories. (tex-compile-default): Don't use `gv' on pdf files just because `gv' was used recently on a ps file. Remove unused arg `dir'. Reuse a previous command as-is if it applied to the same file. (tex-compile): Use the right file name when file is not in dir.
* (refill-adjust-ignorable-overlay): Don't hardcode pint-min == 1.Stefan Monnier2003-05-301-43/+39
| | | | | (refill-fill-paragraph-at): Use a more robust method to detect when the paragraph is after point. Remove unused var `fill-pfx'.
* (xml-parse-tag): Return (foo nil) rather than (foo nil "")Stefan Monnier2003-05-301-3/+1
| | | | for <foo/>, to make it behave like <foo></foo>.
* *** empty log message ***Stefan Monnier2003-05-301-9/+66
|
* Typo (no clue what happened).Stefan Monnier2003-05-301-1/+1
|
* (edebug-storing-offsets): Move indent and debug to inside the macro.Stefan Monnier2003-05-301-47/+38
| | | | | | | | | | | | | | | (edebug-read-storing-offsets): Simplify. (edebug-read-quote, edebug-read-function): Place the start-position correctly. (edebug-read-backquote-new): Remove. (edebug-read-backquote-level): New var to replace it. (edebug-read-backquote): Increment it. Don't store offsets one extra time. (edebug-read-comma): Decrement it. Read the comma as a plain symbol if outside of any new-style backquote. (edebug-read-list): Use edebug-read-backquote-level. Don't call edebug-read-backquote directly. This way the extra offsets store is done exactly when it's needed. (edebug-read-vector): Use push. (defmacro): Add support for the `declare' thingy.
* (forms-mode-hook): Rename from forms-mode-hooks.Stefan Monnier2003-05-291-73/+49
| | | | | | | | | | | | (forms-mode): Use add-hook rather than make-local-variable+setq. Use with-current-buffer. Run the new and the old hooks. (forms--update): Use with-current-buffer and line-end-position. (forms--goto-record): New fun. (forms-jump-record, forms-insert-record, forms-delete-record): Use it. (forms--process-format-list): Remove unused var `this-item'. (forms--intuit-from-file): Remove unused var `the-result'. (forms--trans): Remove unused var `x'. (forms--exit, forms-exit, forms-exit-no-save): Remove unused arg.
* (kill-whole-line): Make it interact correctly with the kill ring.Luc Teirlinck2003-05-291-10/+28
|
* *** empty log message ***Luc Teirlinck2003-05-291-0/+5
|
* (define-derived-mode, define-minor-mode): Remove outdated spec.Stefan Monnier2003-05-291-19/+0
| | | | | | (save-match-data, with-output-to-string, with-current-buffer) (combine-after-change-calls, with-temp-buffer, dolist, dotimes) (unless, when): Remove specs that are now in the corresponding macro.
* (edebug-window-list): Use push.Stefan Monnier2003-05-291-118/+110
| | | | | | | | | | (edebug-macrop): Use functionp. (edebug-functionp): Remove. (edebug-get-displayed-buffer-points): Use push. (edebug-set-buffer-points): Use save-current-buffer and buffer-live-p. (edebug-list-form): Remove dead code. (backquote-form): Correctly handle `(a . ,b). (edebug-mode-map, global-edebug-map): Move init to inside the defvar.
* (define-minor-mode): Add edebug spec.Stefan Monnier2003-05-291-5/+15
| | | | Accept a :keymap argument, as you'd expect.