summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/find-file.el (cc-other-file-alist): Bump :version.Glenn Morris2013-05-061-0/+1
|
* * lisp/emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.Stefan Monnier2013-05-062-3/+13
| | | | | | (advice--add-function): Refresh the advice if already present. Fixes: debbugs:14317
* * lisp/find-file.el (cc-other-file-alist): Add ".m" for ObjC.Ivan Andrus2013-05-062-1/+6
| | | | Fixes: debbugs:14339
* * lisp/w32-fns.el (w32-charset-info-alist): Declare.Glenn Morris2013-05-062-0/+4
|
* * lisp/eshell/em-cmpl.el: Simply require pcomplete;Glenn Morris2013-05-062-2/+5
| | | | | eg we use a bunch of its defcustom properties. (eshell-cmpl-initialize): No need to load pcomplete.
* * lisp/generic-x.el: No need to require comint when compiling.Glenn Morris2013-05-062-1/+2
|
* * lisp/gnus/mml2015.el (mml2015-epg-sign): Add name="signature.asc".Glenn Morris2013-05-062-1/+5
| | | | Fixes: debbugs:13465
* * net/eudc-export.el: Make it loadable without bbdb.Glenn Morris2013-05-062-7/+18
| | | | | | | | (top-level): Use require rather than load-library. (eudc-create-bbdb-record, eudc-bbdbify-phone) (eudc-batch-export-records-to-bbdb) (eudc-insert-record-at-point-into-bbdb, eudc-try-bbdb-insert): Require bbdb.
* More missing :version tags for defcustomsGlenn Morris2013-05-062-0/+2
|
* * lisp/progmodes/octave.el (octave-texinfo-font-lock-keywords): Remove.Stefan Monnier2013-05-052-37/+34
| | | | | (octave-font-lock-texinfo-comment): Use texinfo-font-lock-keywords with some tweaks, instead.
* Fix bug #14306 with whitespace mode together with linum-mode.Eli Zaretskii2013-05-051-1/+1
| | | | | | | src/xdisp.c (set_iterator_to_next): Set the ignore_overlay_strings_at_pos_p flag only if we are _really_ iterating over an overlay string, as indicated by the current.overlay_string_index member.
* * progmodes/octave.el (octave-font-lock-keywords)Leo Liu2013-05-052-34/+47
| | | | | | | (octave-font-lock-texinfo-comment): Adjust for the byte-compiler. (inferior-octave-send-list-and-digest): Improve error message. (octave-mode, inferior-octave-mode): Use setq-local. (octave-help): Set info-lookup-mode.
* * vc/compare-w.el (compare-windows-whitespace):Richard M. Stallman2013-05-052-1/+4
| | | | Treat no-break space as whitespace.
* * mail/rmailsum.el (rmail-new-summary, rmail-new-summary-1):Richard M. Stallman2013-05-052-10/+17
| | | | Doc fixes, rename args.
* Don't let an empty summary change current message.Richard M. Stallman2013-05-052-64/+78
| | | | | | * mail/rmailsum.el (rmail-summary-rmail-update): Detect empty summary and don't change selected message. (rmail-summary-goto-msg): Likewise.
* * progmodes/cc-defs.el (c-version): Increment to 5.32.5.Alan Mackenzie2013-05-052-1/+5
|
* * lisp/info.el (Info-read-subfile): Use (point-min) instead of (point)Juri Linkov2013-05-052-1/+10
| | | | | | to not add the length of the summary segment to the return value. Fixes: debbugs:14125
* Spelling fixes (or remove unnecessary and unusually-spelled words).Paul Eggert2013-05-041-2/+2
|
* * progmodes/octave.el (inferior-octave-strip-ctrl-g)Leo Liu2013-05-052-39/+45
| | | | | | | | | | | (inferior-octave-output-filter): Remove. (octave-send-region, inferior-octave-startup): Fix callers. (inferior-octave-mode-map): Don't use comint-dynamic-complete. (octave-binary-file-extensions): New user variable. (octave-find-definition): Confirm if opening binary files. (octave-help-file): Use octave-find-definition to get the binary confirmation. (octave-help): Adjust for octave-help-file change.
* * lisp/progmodes/pascal.el (pascal--syntax-propertize): New const.Stefan Monnier2013-05-042-37/+56
| | | | | | | (pascal-mode): Use it. Use setq-local. (pascal-font-lock-keywords): Use backquotes. Merge the two entries that handle function definitions. * test/indent/pascal.pas: Add test for mis-identified comments.
* * lisp/calendar/diary-lib.el (diary-from-outlook-function): New variable.Glenn Morris2013-05-042-4/+18
| | | | | | | | | (diary-from-outlook): Respect diary-from-outlook-function. * doc/emacs/calendar.texi (Importing Diary): Mention diary-from-outlook-function. * etc/NEWS: Mention this.
* gnus-sum.el (gnus-read-header): Ensure groups are prefixed when entering ↵Andrew Cohen2013-05-042-1/+8
| | | | into the registry
* * lisp/gnus/message.el (message-bury): Make `buffer' optional.Thierry Volpiatto2013-05-042-2/+8
| | | | | | (message-send-and-exit): Don't pass `buf' so as to hide the buffer. Fixes: debbugs:14085
* * lisp/simple.el (read-expression-map): Use completion-at-point.Stefan Monnier2013-05-042-21/+56
| | | | | | | | | | | | Move the declaration from C. (read-minibuffer, eval-minibuffer): Move from C. (completion-setup-function): Avoid minibuffer-completion-contents. * src/minibuf.c (Fread_minibuffer, Feval_minibuffer): Move to Elisp. (syms_of_minibuf): Adjust accodingly. * src/lread.c (Fread): * src/callint.c (Fcall_interactively): Adjust calls accordingly. Fixes: debbugs:14255
* * progmodes/octave.el (user-error): Alias to error if not defined.Leo Liu2013-05-032-0/+4
|
* * progmodes/octave.el (octave-completing-read)Leo Liu2013-05-032-0/+115
| | | | | | | | (octave-goto-function-definition): New helpers. (octave-help-buffer): New user variable. (octave-help-file, octave-help-function): New button types. (octave-help): New command and bind it to C-h ;. (octave-find-definition): New command and bind it to M-.
* * progmodes/octave.el (octave-font-lock-keywords): Do notLeo Liu2013-05-032-17/+26
| | | | dehighlight 'end' in comments or strings.
* * progmodes/octave.el (octave-mode-syntax-table): Correct syntaxLeo Liu2013-05-032-3/+9
| | | | | | | for \. (octave-font-lock-keywords): Include [ and {. Fixes: debbugs:14332
* * progmodes/octave.el (inferior-octave-startup-file): Change default.Leo Liu2013-05-032-45/+47
| | | | | (inferior-octave): Remove calling comint-mode and return the buffer. (inferior-octave-startup): Cosmetic changes.
* * progmodes/octave.el (octave-syntax-propertize-function): IncludeLeo Liu2013-05-032-1/+6
| | | | | | the case when ' is at line beginning. Fixes: debbugs:14336
* * lisp/vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.Glenn Morris2013-05-023-2/+8
| | | | * lisp/desktop.el (vc-dir-mode): Just autoload it here.
* Eliminate variable c-standard-font-lock-fontify-region-function.Alan Mackenzie2013-05-022-9/+10
| | | | | | * progmodes/cc-mode.el (c-standard-font-lock-fontify-region-function): Remove. (c-font-lock-fontify-region, c-after-font-lock-init): Adapt.
* * progmodes/octave.el: Compatible with older emacs-24 releases.Leo Liu2013-05-022-2/+11
|
* * progmodes/octave.el (inferior-octave-has-built-in-variables):Leo Liu2013-05-022-27/+10
| | | | | | | Remove. Buil-in variables were removed from Octave in 2007. (inferior-octave-startup): Fix uses. (comint-line-beginning-position): Remove compatibility code for emacs 21.
* Auto-commit of loaddefs files.Glenn Morris2013-05-011-200/+161
|
* * lisp/isearch.el (isearch-forward, isearch-mode): Doc fix.Juri Linkov2013-05-012-3/+24
| | | | Fixes: debbugs:13923
* * lisp/comint.el (comint-previous-matching-input): Don't print messageJuri Linkov2013-05-012-3/+15
| | | | | | | | | "History item: %d" when `isearch-mode' is active. (comint-history-isearch-message): Print message "History item: %d" when `comint-input-ring-index' is not empty and this function is called from `isearch-update' with a nil `ellipsis'. Fixes: debbugs:13223
* * progmodes/octave.el (octave-abbrev-table): Remove abbrevLeo Liu2013-05-012-58/+18
| | | | | | definitions. Use completion-at-point to insert keywords. (octave-abbrev-start): Remove. (inferior-octave-mode, octave-mode): Use :abbrev-table instead.
* lisp/gnus/ChangeLog: Add Bug#Katsumi Yamaoka2013-05-011-0/+1
|
* gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacsKatsumi Yamaoka2013-05-012-3/+10
|
* * progmodes/octave.el (inferior-octave-prompt-read-only): Fix lastLeo Liu2013-05-012-4/+7
| | | | change.
* Handle arbitrarily long C++ member initialisation lists.Alan Mackenzie2013-04-302-10/+76
| | | | | | | * progmodes/cc-engine.el (c-back-over-member-initializers): new function. (c-guess-basic-syntax): New CASE 5R (extracted from 5B) to handle (most) member init lists.
* * progmodes/octave.el (inferior-octave-prompt-read-only): New userRüdiger Sonderfeld2013-04-302-0/+15
| | | | variable.
* * progmodes/octave.el (octave-variables): Remove. No builtinLeo Liu2013-04-302-36/+65
| | | | | | | | | | | | variables any more. All converted to functions. (octave-font-lock-keywords, octave-completion-at-point-function): Fix uses. (octave-font-lock-texinfo-comment): New user variable. (octave-texinfo-font-lock-keywords): New variable for texinfo comment block. (octave-function-comment-block): New face. (octave-font-lock-texinfo-comment): New function. (octave-mode): Font lock texinfo comment block.
* * progmodes/octave.el (octave-font-lock-keywords): Handle 'end' inLeo Liu2013-04-302-47/+56
| | | | | | | | | | | | indexing expression. (octave-continuation-string): Do not use \. (inferior-octave-complete-impossible): Remove. (inferior-octave-completion-table) (inferior-octave-completion-at-point): Remove its uses. (inferior-octave-startup): completion_matches was introduced to Octave in 1996 so safe to assume it. (octave-function-file-comment): Improve to follow how Octave does it. (octave-update-function-file-comment): Tweak.
* * progmodes/octave.el (inferior-octave-startup-hook): Obsolete.Leo Liu2013-04-292-15/+36
| | | | | | (inferior-octave-startup): Remove inferior-octave-startup-hook. (octave-function-file-comment): Fix typo. (octave-sync-function-file-names): Use read-char-choice.
* * calc/calc.el (math-normalize): Don't set `math-normalize-error' to tJay Belanger2013-04-282-2/+5
| | | | for the less important warnings.
* lisp/gnus/sieve-manage.el (sieve-manage-authenticator-alist): Update the ↵Julien Danjou2013-04-272-2/+8
| | | | sieve port to "sieve" now that it has an official IANA port assigned
* * lisp/isearch.el (isearch-fail-pos): Check for empty `cmds'.Darren Hoo2013-04-282-2/+7
| | | | Fixes: debbugs:14268
* * lisp/cedet/semantic/complete.elDavid Engster2013-04-272-2/+13
| | | | | | | (semantic-collector-calculate-completions-raw): If `completionslist' is not set, refresh the cache if necessary and use it for completions. This fixes the `semantic-collector-buffer-deep' collector (bug#14265).