summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rationalize use of c[ad]+r, expunging cl-c[ad]\{3,4\}r.Alan Mackenzie2015-04-0521-143/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also expunge eudc-c[ad]+r. * subr.el (internal--compiler-macro-cXXr): "New" function, copied from cl--compiler-macro-cXXr. (caar, cadr, cdar, cddr): Change from defsubsts to defuns with the above compiler-macro. * net/eudc.el (eudc-cadr, eudc-cdar, eudc-caar, eudc-cdaar): Remove. * emacs-lisp/cl.el (Top level dolist doing defaliases): Remove caaar, etc., from list of new alias functions. * emacs-lisp/cl-lib.el (cl-caaar, etc): Rename to caaar, etc. (gen-cXXr--rawname, gen-cXXr-all-cl-aliases): New function/macro which generate obsolete cl- aliases for caaar, etc. Invoke them. * desktop.el: * edmacro.el: * emacs-lisp/cl-macs.el: * frameset.el: * ibuffer.el: * mail/footnote.el: * net/dbus.el: * net/eudc-export.el: * net/eudc.el: * net/eudcb-ph.el: * net/rcirc.el: * net/secrets.el: * play/5x5.el: * play/decipher.el: * play/hanoi.el: * progmodes/hideif.el: * ses.el: Replace cl-caaar, eudc-cadr, etc. with caaar and cadr, etc.
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsRichard Stallman2015-04-052-1/+43
|\ | | | | | | | | Conflicts: lisp/ChangeLog
| * emacs-lisp/package.el: Add package-initialize to user-init-file.Artur Malabarba2015-04-052-0/+32
| |
| * emacs-lisp/package.el: Prevent outdated downloads-in-progress.Artur Malabarba2015-04-052-1/+12
| |
* | * mail/rmail.el (rmail-show-message-1): When displaying a mime message,Richard Stallman2015-04-05467-14748/+23419
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | indicate start and finish in the echo area. * mail/rmail.el (rmail-epa-decrypt): Disregard <pre> before armor. Ignore more kinds of whitespace in mime headers. Modify the decrypted mime part's mime type so it will be displayed by default when visiting this message again. * net/browse-url.el (browse-url-firefox-program): Prefer IceCat, doc. (browse-url-firefox-arguments) (browse-url-firefox-startup-arguments): Doc fix.
| * Remove entry from last sync with emacs-24, it wasn't applicableMichael Albinus2015-04-051-5/+0
| |
| * Fix .emacs and .emacs.d/init file recursion problem for NaClPete Williamson2015-04-042-1/+6
| | | | | | | | * files.el (file-truename): Add NaCl to the exception list ms-dos uses.
| * Merge from origin/emacs-24Paul Eggert2015-04-043-11/+10
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 21d4bf6 * admin/make-tarball.txt: Copyedits. f3b70a7 ; ChangeLog fix 07432a8 Revert "CC Mode: Stop Font Lock forcing fontification from BOL." Conflicts: lisp/ChangeLog
| | * * admin/make-tarball.txt: Copyedits.Glenn Morris2015-04-031-3/+5
| | |
| | * ; ChangeLog fixGlenn Morris2015-04-031-5/+3
| | |
| | * Revert "CC Mode: Stop Font Lock forcing fontification from BOL. Bug#19669."Alan Mackenzie2015-04-032-8/+5
| | | | | | | | | | | | This reverts commit d69e9f1c24f37f36af33b0468c5a4e100dbb09b6.
| * | Merge from origin/emacs-24Paul Eggert2015-04-040-0/+0
| |\ \ | | |/ | | | | | | | | | | | | The following commit was skipped: 0ad5fe0 * etc/AUTHORS: Update the AUTHORS file
| | * * etc/AUTHORS: Update the AUTHORS fileemacs-24.5-rc2Nicolas Petton2015-04-011-19/+21
| | |
| * | Merge from origin/emacs-24Paul Eggert2015-04-041-0/+5
| |\ \ | | |/ | | | | | | | | | | | | | | | dd3f567 Fix tramp-tests.el Conflicts: test/ChangeLog
| | * Fix tramp-tests.elMichael Albinus2015-04-012-4/+8
| | | | | | | | | | | | | | | * automated/tramp-tests.el (tramp-test06-directory-file-name): Fix docstring and last test.
| * | Merge from origin/emacs-24Paul Eggert2015-04-040-0/+0
| |\ \ | | |/ | | | | | | | | | | | | The following commit was skipped: 1b70aa6 Fix bug#20233, do not merge with master
| | * Fix bug#20233, do not merge with masterMichael Albinus2015-04-012-4/+10
| | | | | | | | | | | | | | | * lisp/net/tramp.el (tramp-handle-unhandled-file-name-directory): Return nil when required by the spec. (Bug#20233)
| * | (package--with-work-buffer-async): Protect macro arguments.Artur Malabarba2015-04-042-17/+22
| | |
| * | emacs-lisp/package.el: Don't overwrite downloads-in-progress.Artur Malabarba2015-04-042-1/+9
| | |
| * | Quote directory name in tramp-flush-directory-propertyMichael Albinus2015-04-042-1/+7
| | | | | | | | | | | | | | | * net/tramp-cache.el (tramp-flush-directory-property): Quote directory name when used in regexp.
| * | Close a timing hole in selections.Jan D2015-04-042-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: debbugs:16737 * src/xselect.c (x_reply_selection_request) (receive_incremental_selection): Call set_property_change_object inside block_input. (wait_for_property_change): Move set property_change_reply(_object) outside of this function. (set_property_change_object): New function.
| * | Fix debbugs#20240 part two (jit-lock error during `comment-dwim').Alan Mackenzie2015-04-042-6/+15
| | | | | | | | | | | | | | | jit-lock.el (jit-lock-after-change): Widen the buffer before putting 'fontified text properties.
| * | configure.ac: Update comment.Ulrich Müller2015-04-041-1/+2
| | |
| * | Port 'configure' to clang 3.5Paul Eggert2015-04-032-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add -Wno-unknown-attributes if clang; otherwise clang 3.5.0 (Fedora 21 x86-64) complains "/usr/include/glib-2.0/glib/gmem.h: ... warning: unknown attribute '__alloc_size__' ignored". Use -Werror when checking for -nopie; otherwise clang warns about -nopie instead of failing, and then later it warns everytime the build uses -nopie.
| * | Fix Bug#20249Michael Albinus2015-04-032-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | Fixes: debbugs:20249 * net/tramp-cache.el (tramp-flush-file-property) (tramp-flush-directory-property): Use `directory-file-name' of the truename.
| * | Don't optimized away tool tip redraw, may lead to corrupted text.Jan D2015-04-032-5/+17
| | | | | | | | | | | | | | | * src/xterm.c (handle_one_xevent): Always redraw tool tips on MapNotify. Update tool tip frame sizes on ConfigureNotify.
| * | pcmpl-ssh-known-hosts: Use `char-before' instead of `looking-back'.Nicolas Richard2015-04-032-1/+6
| | | | | | | | | | | | | | | | | | | | | Fixes: debbugs:17284 * lisp/pcmpl-unix.el (pcmpl-ssh-known-hosts): Use `char-before' instead of `looking-back'.
| * | configure.ac: Add -nopie to LD_SWITCH_SYSTEM_TEMACS.Ulrich Müller2015-04-032-2/+18
| | | | | | | | | | | | | | | * configure.ac (LD_SWITCH_SYSTEM_TEMACS): Add -nopie option if it is supported, in order to avoid segfaults in temacs. (Bug#18784)
| * | ; Tweak the previous changeDmitry Gutov2015-04-031-2/+2
| | |
| * | js-mode: Don't indent inside a multiline string literalDmitry Gutov2015-04-033-1/+12
| | | | | | | | | | | | | | | * lisp/progmodes/js.el (js-indent-line): Do nothing when bol is inside a string (https://github.com/mooz/js2-mode/issues/227).
| * | lisp/gnus/gnus-art.el (gnus-article-browse-html-parts): Make external links ↵Katsumi Yamaoka2015-04-032-27/+40
| | | | | | | | | | | | absolute and cid file names relative
| * | * lisp/abbrev.el (define-abbrev-table): Treat a non-string "docstring" asStefan Monnier2015-04-022-1/+6
| | | | | | | | | | | | part of the "props" arguments rather than silently ignoring it.
| * | * lisp/emacs-lisp/lisp-mnt.el (lm-version): Don't burp in a non-file buffer.Stefan Monnier2015-04-022-4/+10
| | |
| * | Fix the CC Mode fixes from 2015-03-30. Fixes debbugs#20240.Alan Mackenzie2015-04-013-5/+16
| | | | | | | | | | | | | | | | | | | | | * progmodes/cc-mode.el (c-extend-after-change-region): Widen before applying text properties. * progmodes/cc-langs.el (c-before-font-lock-functions): Update an entry to a new function name.
| * | * emacs-lisp/package.el: Spelling fixes and use active voice.Paul Eggert2015-04-012-14/+17
| | |
| * | automated/package-test.el (package-test-update-archives): Fix testArtur Malabarba2015-04-012-1/+2
| | |
| * | * automated/package-test.el: Avoid async while testing.Artur Malabarba2015-04-012-0/+6
| | |
| * | ; Auto-commit of loaddefs files.Glenn Morris2015-04-011-212/+238
| | |
| * | * emacs-lisp/package.el: Make package-menu asynchronous.Artur Malabarba2015-04-012-31/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (package-menu-async): New variable. Controls whether `list-packages' is asynchronous. (list-packages): Now asynchronous by default. (package-menu--new-package-list): Always buffer-local. (package-menu--post-refresh) (package-menu--find-and-notify-upgrades) (package-menu--populate-new-package-list): New functions.
| * | * emacs-lisp/package.el: Implement asynchronous refreshing.Artur Malabarba2015-04-012-51/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (package--with-work-buffer-async) (package--check-signature-content) (package--update-downloads-in-progress): New functions. (package--check-signature, package--download-one-archive) (package--download-and-read-archives, package-refresh-contents): Optional arguments for async usage. (package--post-download-archives-hook): New variable. Hook run after every refresh.
| * | lisp/gnus/registry.el (registry-prune): Fix registry pruning routineEric Abrahamsen2015-04-012-4/+11
| | |
| * | * admin/update_autogen (commit): Switch prefix from "# " to "; ".Glenn Morris2015-03-312-2/+6
| | |
| * | Pete Williamson <petewil@chromium.org> (tiny change)Simen Heggestøyl2015-03-312-5/+15
| | | | | | | | | | | | | | | Add NaCl target * configure.ac: Add a target for Chromium Native Client (NaCl).
| * | Derive `css-mode' from `prog-mode'Simen Heggestøyl2015-03-312-2/+5
| | | | | | | | | | | | * textmodes/css-mode.el (css-mode): Derive from `prog-mode'.
| * | Avoid crashing with key-chord (Bug#20223)Eli Zaretskii2015-03-312-0/+17
| | | | | | | | | | | | | | | src/keyboard.c (read_key_sequence): Don't let this_single_command_key_start become negative.
| * | * lisp/jit-lock.el (jit-lock--run-functions): Fix min/max copy&paste error.Stefan Monnier2015-03-312-3/+6
| | |
| * | * jit-lock.el (jit-lock--run-functions): Do the `or' where it can be nil.Stefan Monnier2015-03-311-3/+9
| | |
| * | Let jit-lock know the result of font-lock-extend-region-functions.Stefan Monnier2015-03-304-49/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/jit-lock.el (jit-lock--run-functions): New function. (jit-lock-fontify-now): Use it. Handle fontification bounds more precisely in case the backend functions fontify more than requested. Don't round up to whole lines since that shouldn't be needed any more. * lisp/font-lock.el (font-lock-fontify-region-function): Adjust docstring. (font-lock-inhibit-thing-lock): Make obsolete. (font-lock-default-fontify-region): Return the bounds actually used. * lisp/emacs-lisp/eieio-base.el (eieio-persistent-validate/fix-slot-value): Fix compilation error.
| * | plstore.el: Don't cache wrong passphraseDaiki Ueno2015-03-312-3/+15
| | | | | | | | | | | | | | | * plstore.el (plstore--decrypt): Clear entry in `plstore-passphrase-alist' if decryption failed (bug#20030).
| * | Merge branch 'master' of git+ssh://git.sv.gnu.org/srv/git/emacsArtur Malabarba2015-03-312-15/+30
| |\ \