summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* * allout-widgets.el (allout-widgets-tally) Initialize allout-widgets-tallyKen Manheimer2011-03-112-2/+10
| | | | | as a hash table rather than nil to prevent mode-line redisplay warnings. Also, clarify the module description and fix a comment typoo (sic).
* lisp/help-fns.el (describe-variable): Don't complete keywords.Juanma Barranquero2011-03-112-3/+9
|
* Fix package.el handling of version numbers like 1.0pre6.Chong Yidong2011-03-102-7/+38
| | | | | | | * lisp/emacs-lisp/package.el (package-version-join): Impose a standard string representation for pre/alpha/beta version lists. (package-unpack-single): Standardize the directory name by passing it through package-version-join.
* Fix package-strip-rcs-id to be more robust.Chong Yidong2011-03-102-7/+14
| | | | | | | See http://lists.gnu.org/archive/html/emacs-devel/2011-03/msg00396.html * lisp/emacs-lisp/package.el (package-strip-rcs-id): Accept any version string that does not signal an error in version-to-list.
* auth-source.el (auth-source-read-char-choice): Remove `dropdown-list'.Teodor Zlatanov2011-03-102-31/+25
| | | | (auth-source-pick-first-password): New convenience function.
* * simple.el (delete-trailing-whitespace): Return nil for theMichael Albinus2011-03-102-1/+8
| | | | benefit of `write-file-functions'.
* * lisp/vc/vc-hg.el (vc-hg-pull, vc-hg-merge-branch): Use vc-hg-program.Glenn Morris2011-03-102-3/+6
|
* Add `vc-git-program' option; suggested on emacs-devel.Glenn Morris2011-03-102-7/+19
| | | | | | * lisp/vc/vc-git.el (vc-git-program): New option. (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command) (vc-git--call): Use it.
* * lisp/eshell/esh-util.el (eshell-condition-case): Doc fix.Glenn Morris2011-03-092-1/+4
|
* cus-edit tweak for bug#2298.Glenn Morris2011-03-092-0/+9
| | | | | * lisp/cus-edit.el (Custom-newline): If no button at point, look for a subgroup button at start-of-line.
* * lisp/mail/rmail.el (rmail-msgend, rmail-msgbeg): Doc fixes.Glenn Morris2011-03-092-2/+6
|
* Inhibit mouse-avoidance if cursor-type is nil (Bug#8209).Julien Danjou2011-03-092-0/+6
| | | | | * lisp/avoid.el (mouse-avoidance-ignore-p): Do not move the cursor if `cursor-type' is nil.
* * calc/calc.el (calc-mode-map): Don't bind "C-_" to `calc-missing-key'.Jay Belanger2011-03-092-1/+5
|
* * allout.el Summary: Change so yank of distinctive-bullet items preservesKen Manheimer2011-03-092-49/+54
| | | | | | | | | | the existing header prefix, rebulleting it if necessary, rather than replacing it. This is necessary for proper operation of cooperative addons like allout-widgets. (allout-make-topic-prefix) (allout-rebullet-heading): Change SOLICIT arg to INSTEAD, and interpret additionally a string value as alternate bullet to be used, instead of prompting the user for a bullet character.
* Merge changes made in Gnus trunk.Teodor Zlatanov2011-03-093-98/+213
| | | | | | | | | | | | | | auth-source.el (auth-source-read-char-choice): New function to read a character choice using `dropdown-list', `read-char-choice', or `read-char'. It appends "[a/b/c] " to the prompt if the choices were '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use `eval-when-compile' to load `dropdown-list'. (auth-source-netrc-saver): Use it. nnimap.el (nnimap-credentials): Keep the :save-function as the third parameter in the credentials. (nnimap-open-connection-1): Use it after a successful login. (nnimap-credentials): Add IMAP-specific user and password prompt. auth-source.el (auth-source-search): Add :require parameter, taking a list. Document it and the :save-function return token. Pass :require down. Change the CREATED message from a warning to a debug statement. (auth-source-search-backends): Pass :require down. (auth-source-netrc-search): Pass :require down. (auth-source-netrc-parse): Use :require, if it's given, as a filter. Change save prompt to indicate all modifications saved here are deletions. (auth-source-netrc-create): Take user login name as default in user prompt. Move all the save functionality to a lexically bound function under the :save-function token in the returned list. Set up clearer default prompts for user, host, port, and secret. (auth-source-netrc-saver): New function, intended to be wrapped for :save-function.
* * net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): DoMichael Albinus2011-03-092-7/+17
| | | | | not use `tramp-file-name-port', because this returns also `tramp-default-port'.
* * lisp/net/rcirc.el (rcirc-handler-001): Remove uselessDeniz Dogan2011-03-092-3/+8
| | | | | with-rcirc-process-buffer. (rcirc-check-auth-status): Swap arguments to string-match.
* * shell.el (shell-mode): Set comint-input-ring-size from HISTSIZE. (Bug#7889)Glenn Morris2011-03-092-1/+9
|
* Fix previous gdb-mi fix...Glenn Morris2011-03-091-1/+1
|
* Fix previous gdb-mi change.Glenn Morris2011-03-091-2/+4
|
* gdb-mi addition for bug#7889.Glenn Morris2011-03-092-15/+33
| | | | | * lisp/progmodes/gdb-mi.el (gdb): Improve 2010-12-08 change. Check for GDBHISTFILE, HISTSIZE, etc.
* Use condition-case-no-debug in package.el.Chong Yidong2011-03-082-2/+7
| | | | | * lisp/emacs-lisp/package.el (package-refresh-contents) (package-menu-execute): Use condition-case-no-debug.
* Merge changes made in Gnus trunk.Gnus developers2011-03-085-20/+37
| | | | | | | | | message.texi (Message Buffers): Update default value of message-generate-new-buffers. shr.el (shr-table-horizontal-line): Change the defaults for the table lines to be spaces instead. sieve-manage.el (sieve-sasl-auth): Create auth-info if not found. (sieve-sasl-auth): Check that auth-source-search did return something, or just return an empty string. gnus-start.el (gnus-group-change-level): Allow putting foreign groups onto the list of killed groups, too. This makes killed nnimap groups, for instance, more reliably not reappear. nnimap.el (nnimap-request-thread): Don't bug out when we can't find the parent.
* * simple.el (shell-command-to-string): Use `process-file'.Michael Albinus2011-03-084-42/+55
| | | | | | | | * emacs-lisp/package.el (package-tar-file-info): Handle also remote files. * emacs-lisp/package-x.el (package-upload-buffer-internal): Use `equal' for upload base check.
* texinfo.el addition for bug#2783.Arni Magnusson2011-03-072-3/+9
| | | | | * lisp/textmodes/texinfo.el (texinfo-environments): Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.
* cus-start.el fix for bug#8192.Glenn Morris2011-03-072-3/+6
| | | | | * lisp/cus-start.el (cursor-in-non-selected-windows): Fix :set quoting oddness.
* font-lock.el tweak for bug#2159.Glenn Morris2011-03-072-1/+6
| | | | | * lisp/font-lock.el (lisp-font-lock-keywords-1): Don't highlight `)' in some setf expressions.
* * lisp/custom.el (custom-available-themes): Return themes in alphabetical order.Chong Yidong2011-03-072-1/+6
|
* Fix a cc-cmds.el patch from acm that I applied incorrectly (Bug#7595).Chong Yidong2011-03-072-13/+11
| | | | | * lisp/progmodes/cc-cmds.el (c-beginning-of-statement): Fix incorrect application of patch from Alan Mackenzie (Bug#7595).
* * lisp/net/rcirc.el (rcirc-connect): Fix PASS bug.Deniz Dogan2011-03-072-1/+5
|
* vc.el fix for bug#6146.Glenn Morris2011-03-072-1/+5
| | | | | * lisp/vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt. Give an explicit error if failed to make writable.
* * lisp/vc/vc.el (vc-next-action): Add missing space to y-or-n-p prompt.Glenn Morris2011-03-072-1/+5
|
* cal-hebrew addition from bug#8190.Ed Reingold2011-03-062-3/+14
| | | | | * lisp/calendar/cal-hebrew.el (diary-hebrew-yahrzeit): Add optional `after-sunset' argument.
* * lisp/play/morse.el (morse-region, unmorse-region): Barf if read-only.Aaron S. Hawley2011-03-062-2/+3
|
* morse.el additions from bug#2288.Aaron S. Hawley2011-03-062-0/+109
| | | | | * lisp/play/morse.el (nato-alphabet, nato-region, denato-region): New variable and functions.
* * lisp/progmodes/gud.el (gdb-script-syntax-propertize-function):Stefan Monnier2011-03-062-3/+10
| | | | | | Don't change the syntax of a \n that closes a comment. Fixes: debbugs:8169
* Usability improvements to commands in package-x.el.Chong Yidong2011-03-062-108/+159
| | | | | | | | | | | | | | * lisp/emacs-lisp/package-x.el (package-archive-upload-base): Make it a defcustom. (package--update-file): Doc fix. Accept relative file names. (package--archive-contents-from-file): Remove the argument, since it's necessarily always "archive-contents". (package-maint-add-news-item): Pass relative file name args to package--update-file. (package-upload-buffer-internal): Prompt for a destination if package-archive-upload-base is invalid. Create the directory if it does not exist. (package-upload-buffer, package-upload-file): Doc fix.
* Bind C-y in Isearch to isearch-yank-kill.Chong Yidong2011-03-062-1/+7
| | | | | | | * lisp/isearch.el (isearch-mode-map): Bind C-y to isearch-yank-kill, and move isearch-yank-line to M-s C-e. * doc/emacs/search.texi (Isearch Yank): C-y now bound to isearch-yank-kill.
* (c-guess-basic-syntax): Move CASE 19 to a different place, correctly toAlan Mackenzie2011-03-062-28/+29
| | | | process template-args-cont lines.
* progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.Alan Mackenzie2011-03-062-1360/+1364
|
* * calc/calc-units.el (math-midi-round): Translate calc-note-thresholdJay Belanger2011-03-051-1/+2
| | | | to an appropriate fraction.
* * calc/calc-units.el (math-midi-round, math-freqp, math-midip)Jay Belanger2011-03-054-2/+237
| | | | | | | | | | | | | | | | (math-spnp, math-spn-to-midi, math-midi-to-spn, math-freq-to-spn) (math-midi-to-freq, math-spn-to-freq, calcFunc-spn, calcFunc-midi) (calcFunc-freq, calc-freq, calc-midi, calc-spn): New functions. (math-notes): New variable. * calc/calc.el (calc-note-threshold): New variable. * calc/calc-ext.el (calc-init-extensions): Add keybindings for calc-spn, calc-midi, calc-freq. Add autoloads for calcFunc-spn, calcFunc-midi, calcFunc-freq, calc-spn, calc-midi and calc-freq. * doc/misc/calc.tex (Musical Notes): New section. (Customizing Calc): Mention calc-note-threshold.
* * doc/misc/calc.texi (Logarithmic Units): Rename calc-logunits-dblevelJay Belanger2011-03-053-6/+16
| | | | | | | | | | | | and calc-logunits-nplevel to calc-dblevel and calc-nplevel, respectively. * calc/calc-ext.el (calc-init-extensions): Rename calc-logunits-dblevel and calc-logunits-nplevel to calc-dblevel and calc-nplevel, respectively. * calc/calc-units.el (calc-dblevel): Rename from calc-logunits-dblevel. (calc-nplevel): Rename from calc-logunits-nplevel.
* Allow specifying local ELPA mirrors in package-archives.Chong Yidong2011-03-052-57/+77
| | | | | | | | | | * emacs-lisp/package.el (package-archives): Accept either ordinary directory names, in addition to HTTP URLs. (package--with-work-buffer): New macro. Handle normal directories. (package-handle-response): Don't display the failing buffer. (package-download-single, package-download-tar) (package--download-one-archive): Use package--with-work-buffer. (package-archive-base): Rename from package-archive-url.
* generic-x trivia.Glenn Morris2011-03-052-2/+9
| | | | | * lisp/generic-x.el (generic-unix-modes): Add xmodmap-generic-mode. (xmodmap-generic-mode): Respect generic-extras-enable-list.
* * lisp/generic-x.el (xmodmap-generic-mode): New. (Bug#2065) (tiny change)Daniel Clemente2011-03-052-0/+12
|
* Fix typos.Juanma Barranquero2011-03-068-332/+230
| | | | | | | | | | | | | | | | * etc/srecode/el.srt: Fix typo. * lisp/allout.el (allout-init, allout-prefixed-keybindings) (allout-unprefixed-keybindings): * lisp/progmodes/prolog.el (prolog-find-term): Fix typos in docstrings. * lisp/org/org.el (org-blank-before-new-entry, org-context-in-file-links) (org-refile-targets, org-log-repeat, org-insert-link) (org-speed-command-default-hook, org-speed-command-hook) (org-in-regexps-block-p, org-yank-generic, org-goto-first-child): Fix typos in docstrings. (org-toggle-pretty-entities): Fix typo in message.
* * lisp/emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)Nikolaj Schumacher2011-03-052-1/+5
|
* * lisp/textmodes/sgml-mode.el (sgml-fill-nobreak): Give it a doc. (Bug#5326)Kevin Ryde2011-03-052-1/+10
|
* Doc fixes for bug#5567 (tiny change)Michael Shields2011-03-052-10/+18
| | | | | * lisp/window.el (one-window-p, walk-windows, display-buffer): Doc fixes. * src/window.c (Fnext_window): Doc (and comment) fixes.