summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * term/nswin.el (ns-reg-to-script): New variable.Adrian Robert2009-09-232-6/+42
|
* (epg-wait-for-status): Preserve existing 'error results.Daiki Ueno2009-09-232-1/+8
|
* (vc-hg-outgoing, vc-hg-incoming): Bind `vc-short-log' for the sake of ↵Sam Steingold2009-09-222-2/+3
| | | | `vc-hg-log-view-mode'.
* (vc-hg-outgoing, vc-hg-incoming): use okstatus instead of ignore-errorsSam Steingold2009-09-222-4/+4
|
* (vc-hg-outgoing, vc-hg-incoming): Ignore errors fromSam Steingold2009-09-222-2/+4
| | | | `vc-hg-command' because hg returns status 1 when nothing is found.
* (vc-hg-print-log): Fix shortlog arg passing.Sam Steingold2009-09-222-149/+154
|
* Convert to utf-8 encoding.Stefan Monnier2009-09-222-4/+8
| | | | | (fill-french-nobreak-p): Remove redundant » and « inherited from our pre-unicode days.
* (change-log-fill-forward-paragraph): New function.Stefan Monnier2009-09-222-18/+17
| | | | | | | (change-log-mode): Use it so fill-region DTRT. Set fill-indent-according-to-mode here rather than in change-log-fill-paragraph. (change-log-fill-paragraph): Remove.
* * info.el (Info-try-follow-nearest-node): Use the URL extracted byJuanma Barranquero2009-09-222-4/+10
| | | | `Info-get-token', instead of `browse-url-url-at-point'. (Bug#4508)
* (calendar-mode-map): Make mouse-1 and 3 clicks on the scroll-barGlenn Morris2009-09-222-0/+11
| | | | scroll the calendar window rather than the buffer.
* (cal-menu-scroll-menu): Add a sub-section with commands that moveGlenn Morris2009-09-222-1/+15
| | | | point (as opposed to scrolling).
* (tpu-copy-keyfile): Fix condition-case handler.Glenn Morris2009-09-222-3/+58
|
* (elint): New custom group.Glenn Morris2009-09-221-104/+397
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (elint-log-buffer): Make it a defcustom. (elint-scan-preloaded, elint-ignored-warnings) (elint-directory-skip-re): New options. (elint-builtin-variables): Doc fix. (elint-preloaded-env): New variable. (elint-unknown-builtin-args): Add an entry for encode-time. (elint-extra-errors): Make it a variable rather than a constant. (elint-preloaded-skip-re): New constant. (elint-directory): Skip files matching elint-directory-skip-re. (elint-features): New variable, local to linted buffers. (elint-update-env): Initialize elint-features. Possibly add elint-preloaded-env to the buffer's environment. (elint-get-top-forms): Bind elint-current-pos, for log messages. Skip quoted forms. (elint-init-form): New function, extracted from elint-init-env. Make non-list forms a warning rather than an error. Add the mode-map for define-derived-mode. Handle define-minor-mode, easy-menu-define, put that adds an error-condition, and provide. When requiring cl, also require cl-macs. Really require cl, to handle some cl macros. Store required libraries in the list elint-features, so as not to re-load them. Treat cc-require like require. (elint-init-env): Call elint-init-form to do the work. Handle eval-and-compile and such like. (elint-add-required-env): Do not clear messages. (elint-special-forms): Add handlers for function, defalias, if, when, unless, and, or. (elint-form): Add optional argument to ignore elint-special-forms, useful to prevent recursive calls from handlers. Doc fix. Respect elint-ignored-warnings. (elint-form): Respect elint-ignored-warnings. (elint-bound-variable, elint-bound-function): New variables. (elint-unbound-variable): Respect elint-bound-variable. (elint-get-args): Respect elint-bound-function. (elint-check-cond-form): Add some simple handling for (f)boundp and featurep tests. (elint-check-defalias-form): New handler. (elint-check-let-form): Make an empty let a warning rather than an error. (elint-check-setq-form): Make an empty setq a warning rather than an error. Respect elint-ignored-warnings. (elint-check-defvar-form): Accept null doc-strings. (elint-check-conditional-form): New handler. Does some simple-minded checking of featurep and (f)boundp tests. (elint-put-function-args): New function. (elint-initialize): Use elint-scan-doc-file rather than elint-find-builtin-variables. Use elint-put-function-args. Possibly scan preloaded-file-list. (elint-scan-doc-file): Rename from elint-find-builtin-variables and extend to handle functions as well.
* * linum.el (linum-delete-overlays, linum-update-window):Juanma Barranquero2009-09-222-2/+7
| | | | Do not modify the right margin. (Bug#3971)
* * files.el (conf-mode-maybe, magic-fallback-mode-alist): UseChong Yidong2009-09-212-2/+7
| | | | nxml-mode instead of xml-mode.
* * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501)Juanma Barranquero2009-09-212-1/+5
|
* (dig-mode): Use define-derived-mode.Stefan Monnier2009-09-212-10/+7
|
* (vc-do-command): Return the process object inDan Nicolaescu2009-09-202-13/+18
| | | | | the asynchronous case. Use when instead of if. Do not run vc-exec-after to display a message if not enabled.
* (vc-git-dir-extra-headers): Add keymap and mouse-faceDan Nicolaescu2009-09-202-11/+54
| | | | | | | | properties to the stash strings. (vc-git-stash-list): Return a list of strings. (vc-git-stash-get-at-point, vc-git-stash-delete-at-point) (vc-git-stash-show-at-point): New functions. (vc-git-stash-map): New keymap.
* (ctl-x-r-map): Define the keys here instead of using autoload.Dan Nicolaescu2009-09-203-31/+17
|
* (bookmark-write-file): Avoid calling `pp' with largeStefan Monnier2009-09-202-5/+15
| | | | list, to workaround performance problem (bug#4485).
* (gud-sentinel): Revert indavertant change.Nick Roberts2009-09-201-3/+1
|
* *** empty log message ***Nick Roberts2009-09-201-0/+4
|
* Fix the last commit.Daiki Ueno2009-09-201-2/+3
|
* (epa-file-cache-passphrase-for-symmetric-encryption):Daiki Ueno2009-09-202-1/+10
| | | | Document that this option is not recommended to use.
* (calc-graph-lookup): Avoid assignment to free variable `var'.Glenn Morris2009-09-192-8/+12
| | | | Delete trailing whitespace.
* (var): Define for compiler.Glenn Morris2009-09-193-101/+108
| | | | Delete trailing whitespace.
* (line): Define for compiler.Glenn Morris2009-09-192-0/+6
|
* * emacs-lisp/advice.el (ad-get-argument, ad-set-argument): DocChong Yidong2009-09-192-2/+7
| | | | fix (Bug#3932).
* * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).Chong Yidong2009-09-192-6/+2
|
* * time-stamp.el (time-stamp-month-dd-yyyy)Chong Yidong2009-09-192-67/+7
| | | | | | | | (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy) (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd) (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd) (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm): Remove functions that have been obsolete since 1995 (Bug#4436).
* * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to theChong Yidong2009-09-192-4/+10
| | | | indent buffer only if called interactively (Bug#4452).
* This fixes bug#4197 (merged to bug#865, though not identical).Juanma Barranquero2009-09-192-5/+38
| | | | | | * server.el (server-auth-dir): Add docstring note about FAT32. (server-ensure-safe-dir): Accept FAT32 directories as "safe", but warn against using them.
* (gdb-var-update-handler-1): Include case ofNick Roberts2009-09-191-4/+5
| | | | older GDB where there is no has_more field.
* *** empty log message ***Nick Roberts2009-09-191-0/+5
|
* (pgg-pgp-encrypt-region): Add missing mapconcat separator.Glenn Morris2009-09-192-3/+7
|
* * files.el (auto-mode-alist): Change default for XML files to nXMLChong Yidong2009-09-182-1/+6
| | | | mode (Bug#4169).
* Update.Juanma Barranquero2009-09-181-2/+5
|
* * server.el (server-ensure-safe-dir): Pass 'integerJuanma Barranquero2009-09-182-2/+7
| | | | to `file-attributes', as suggested.
* (dired-query-alist): Remove spurious backslash.Stefan Monnier2009-09-182-10/+14
| | | | (dired-query): Use read-key.
* * cus-start.el (ns-use-qd-smoothing): Remove.Adrian Robert2009-09-182-1/+4
|
* (top-level): Remove unnecessary progn.Glenn Morris2009-09-182-11/+12
|
* (speedbar-track-mouse): Fix typo in condition-case handler.Glenn Morris2009-09-182-1/+2
|
* Fix typos in condition-case handlers.Glenn Morris2009-09-185-11/+18
|
* (nxml-end-of-heading): Fix typo in condition-case handler.Glenn Morris2009-09-182-2/+3
|
* (js-end-of-defun): Remove malformed and unneeded let.Glenn Morris2009-09-182-6/+7
|
* (define-derived-mode): Fix paren typo in definition of abbrev table.Glenn Morris2009-09-182-4/+7
|
* Fix typos in condition-case handlers.Glenn Morris2009-09-184-6/+13
|
* (gud-speedbar-item-info): Adjust for change toNick Roberts2009-09-181-7/+11
| | | | | | gdb-var-list. (gud-speedbar-buttons): Make node expandable if expression "has more" children.
* (gdb-frame-address): New variable.Nick Roberts2009-09-181-143/+192
| | | | | | | | | | (gdb-var-list): Add an element for has_more field. (gdb-non-stop-handler): Enable pretty printing for STL containers. (gdb-var-create-handler, gdb-var-list-children-handler-1) (gdb-var-update-handler-1): Parse output of dynamic variable objects (STL containers). (gdb-var-delete-1): Pass var1 as an explicit second argument. (gdb-get-field): Delete alias. Use bindat-get-field directly.