summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* lisp/frame.el: Minor rearrangement.Chong Yidong2012-04-151-15/+7
|
* * lisp/frame.el (scrolling): Remove nearly unused customization group.Chong Yidong2012-04-153-2/+7
| | | | * lisp/scroll-all.el (scroll-all-mode): Move to windows group.
* * bindings.el (goto-map): Bind goto-char to M-g c.Chong Yidong2012-04-152-0/+5
| | | | Fixes: debbugs:11240
* Merge from emacs-24 branchChong Yidong2012-04-154-7/+24
|\
| * Doc and manual fixes related to processesGlenn Morris2012-04-142-5/+9
| | | | | | | | | | | | | | | | | | | | | | * doc/lispref/processes.texi (Processes, Subprocess Creation, Shell Arguments): (Synchronous Processes): Copyedits. (Subprocess Creation): Discourage modifying exec-path directly. (Synchronous Processes): Update some example output. (Process Information): Fix typo. (Bindat Spec): Use Texinfo-recommended form of quote+punctuation. * lisp/simple.el (process-file-side-effects): Doc fix.
| * * lisp/international/mule-cmds.el (set-language-environment): Doc fix.Glenn Morris2012-04-142-1/+9
| |
| * Avoid the use of ((lambda ...) ...) in lexical-binding code.Stefan Monnier2012-04-142-1/+6
| | | | | | | | | | | | * emacs-lisp/easy-mmode.el (define-minor-mode): Use funcall. Fixes: debbugs:11241
* | Fix ChangeLog typos.Juanma Barranquero2012-04-154-16/+14
| |
* | Comment.Glenn Morris2012-04-141-1/+1
| |
* | * lisp/server.el: Doc fixes.Juanma Barranquero2012-04-142-23/+27
| | | | | | | | | | | | (server-auth-key, server-generate-key): Doc fixes. (server-get-auth-key): Doc fix. Use `string-match-p'. (server-start): Reflow docstring.
* | (server-generate-key): `called-interactively-p' requires a parameter.Lars Ingebrigtsen2012-04-142-1/+6
| |
* | Allow using `server-auth-key' to set a permanent shared keyMichal Nazarewicz2012-04-142-7/+62
| | | | | | | | | | | | | | | | | | | | * server.el (server-auth-key): New variable. (server-generate-key): New function. (server-get-auth-key): New function. (server-start): Use the new variable and functions to allow setting a permanent server key. Fixes: debbugs:9423
* | * lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.Leo Liu2012-04-142-1/+5
| |
* | Spelling fixes.Paul Eggert2012-04-132-2/+8
| | | | | | | | | | * lisp/hexl.el (hexl-rulerize): Rename from hexl-rulerise, since Emacs uses American spelling.
* | * lisp/emacs-lock.el (emacs-lock-locked-buffer-functions): New hook.Juanma Barranquero2012-04-142-14/+33
| | | | | | | | | | | | | | | | (emacs-lock--exit-locked-buffer): Return the locked buffer. Doc fix. (emacs-lock--kill-emacs-hook, emacs-lock--kill-emacs-query-functions) (emacs-lock--kill-buffer-query-functions): Run new hook. Fixes: debbugs:11017
* | * lisp/progmodes/which-func.el (which-func-modes): Change default.Stefan Monnier2012-04-132-6/+9
| |
* | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.orgGlenn Morris2012-04-1328-118/+291
|\|
| * Fix for C-x C-x in cua-selection-mode.Chong Yidong2012-04-132-8/+19
| | | | | | | | | | | | | | * emulation/cua-base.el (cua-exchange-point-and-mark): Just call exchange-point-and-mark if cua-enable-cua-keys is nil. Fixes: debbugs:11191
| * gnus-msg.el (gnus-inews-insert-gcc): `C-x m' on a non-group line fixupLars Magne Ingebrigtsen2012-04-122-1/+6
| |
| * New Lisp manual nodes, Applying Customizations and Custom Themes.Chong Yidong2012-04-122-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/customize.texi (Applying Customizations): (Custom Themes): New nodes. * doc/lispref/display.texi (Defining Faces): Reference custom-set-faces. * doc/lispref/modes.texi (Defining Minor Modes, Defining Minor Modes): * doc/lispref/os.texi (Startup Summary): Copyedits. * doc/emacs/custom.texi (Creating Custom Themes): Add reference to Custom Themes node in Lisp manual. * lisp/custom.el (custom-theme-set-variables): Doc fix.
| * Doc and manual fixes related to muleGlenn Morris2012-04-112-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/emacs/mule.texi (International): Copyedits. (International Chars): Update C-x = example output. (Disabling Multibyte): Rename from "Enabling Multibyte". Clarify what "unibyte: t" does, and mode-line description. (Unibyte Mode): Update for "Disabling Multibyte" node name change. Use Texinfo recommended convention for quotes+punctuation. * doc/emacs/custom.texi (Specifying File Variables): Fix "unibyte" description. Update for "Disabling Multibyte" node name change. * doc/emacs/emacs.texi: Update for "Disabling Multibyte" node name change. * doc/lispref/loading.texi (Loading Non-ASCII): "unibyte:" can also be at the end. * lisp/international/mule.el (set-auto-coding-for-load): Doc fix.
| * gnus-art.el (article-wash-html): Fix non-ASCII characters when washing HTML ↵Lars Magne Ingebrigtsen2012-04-114-4/+23
| | | | | | | | | | | | | | (bug#7410). gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't have a group name. gnus-start.el (gnus-read-newsrc-el-file): Protect against broken .newsrc.el files.
| * * imenu.el (imenu-add-to-menubar): `current-local-map' can be nil.Stefan Monnier2012-04-112-7/+12
| | | | | | | | Reported by Noah Friedman. Backport from trunk.
| * Make imenu work again for Objective C Mode.Alan Mackenzie2012-04-112-21/+25
| |
| * Correct two search limits in c-before-change-check_<>-operators.Alan Mackenzie2012-04-112-3/+7
| |
| * Sync with Org 7.8.09 (bugfix release)Bastien Guerry2012-04-119-45/+104
| |
| * * lisp/startup.el (command-line-1): Inhibit splash from daemon.Stefan Monnier2012-04-102-3/+6
| | | | | | | | Fixes: debbugs:10996
| * * international/characters.el: Fix sorting.Andreas Schwab2012-04-102-3/+8
| |
| * Add more missing case pairs.Eli Zaretskii2012-04-102-0/+10
| | | | | | | | lisp/international/characters.el: Add more missing Latin case pairs.
| * Copy changes from trunk 2012-04-09T18:12:40Z!schwab@linux-m68k.org to fix ↵Andreas Schwab2012-04-102-0/+22
| | | | | | | | | | | | letter-case pairs. lisp/international/characters.el: Recover lost case pairs.
| * * lisp/files.el (dir-locals-set-class-variables): Doc fix.Glenn Morris2012-04-102-1/+5
| |
| * Fix bug #11209 with case conversion of u+0178.Eli Zaretskii2012-04-092-0/+5
| | | | | | | | | | | | lisp/international/characters.el: Add set-case-syntax-pair call for LATIN CAPITAL LETTER Y WITH DIAERESIS RET and its lower-case counterpart.
| * Fix bug #11208 with inaccurate doc string of shell-command-on-region.Eli Zaretskii2012-04-092-3/+7
| | | | | | | | lisp/simple.el (shell-command-on-region): Doc fix.
| * * lisp/calendar/holidays.el (calendar-check-holidays): Doc fix.Glenn Morris2012-04-092-1/+5
| |
| * Support Hebrew spell-checking in ispell.el.Eli Zaretskii2012-04-082-1/+7
| | | | | | | | lisp/textmodes/ispell.el (ispell-dictionary-base-alist): Add data for Hebrew.
| * * lisp/net/rcirc.el (rcirc-cmd-quit): Revert 2012-03-18 change.Chong Yidong2012-04-082-11/+12
| | | | | | | | Fixes: debbugs:11192
| * * lisp/pcmpl-rpm.el (pcomplete/rpm): Handle -qf.Glenn Morris2012-04-072-2/+18
| | | | | | | | Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00165.html
| * Fix bug #11182 with the effect of typing '?' in Shell mode.Eli Zaretskii2012-04-072-1/+6
| | | | | | | | | | lisp/minibuffer.el (completion-in-region-mode-map): Bind completion-help-at-point to M-? rather than ?.
* | Changed defcustoms should get :version bumpsGlenn Morris2012-04-131-1/+2
| |
* | * hexl.el (hexl-insert-char): Make display sizes other than 16 work.Vivek Dasmohapatra2012-04-142-5/+5
| |
* | Make `C-M-f' and friends work better when prompting for file namesMasatake YAMATO2012-04-132-1/+23
| | | | | | | | | | | | * minibuffer.el (minibuffer-local-filename-syntax): New variable to allow `C-M-f' and `C-M-b' to move to the nearest path separator.
* | avoid.el compiliation fixupsLars Ingebrigtsen2012-04-132-1/+8
| | | | | | | | | | * avoid.el: Require cl when compiling. And also move the `provide' to the end.
* | Allow further `mouse-avoidance-mode' customisationsThierry Volpiatto2012-04-131-5/+54
| | | | | | | | | | * avoid.el (mouse-avoidance-banish-position): New variable. (mouse-avoidance-banish-destination): Use it.
* | Allow further `mouse-avoid-mode' customisationsThierry Volpiatto2012-04-131-0/+5
| | | | | | | | | | * avoid.el (mouse-avoidance-banish-position): New variable. (mouse-avoidance-banish-destination): Use it.
* | * lisp/progmodes/which-func.el (which-func-modes): Add objc-mode.Leo Liu2012-04-132-1/+5
| |
* | Adapt browse-url.el to improvements in Cygwin's cygstart utility.Ken Brown2012-04-132-7/+9
| | | | | | | | | | | | | | | | * lisp/net/browse-url.el (browse-url-file-url): Remove Cygwin hack; this is no longer needed now that cygstart understands file:// URLs. (browse-url-filename-alist): For the same reason, don't modify file:// URLs on Cygwin.
* | * lisp/emulation/cua-base.el (cua--pre-command-handler-1): Don't activateStefan Monnier2012-04-132-16/+6
| | | | | | | | | | | | the region on shift if the binding is already shifted. Fixes: debbugs:11221
* | Obsolete lisp/mail/mailpost.elGlenn Morris2012-04-122-0/+5
| |
* | * imenu.el (imenu--generic-function): Ignore invisible definitions.Drew Adams2012-04-122-1/+16
| | | | | | | | Fixes: debbugs:10123
* | New defcustoms should get :version tagsGlenn Morris2012-04-121-1/+2
| |