- 28 Jun, 2014 1 commit
-
-
Leo Liu authored
Fixes: debbugs:17556
-
- 27 Jun, 2014 7 commits
-
-
Michael Albinus authored
(dbus-test02-register-service-session): Replace `dbus-ping' calls by `dbus-list-known-names'. Fixes: debbugs:17858
-
Stephen Berman authored
account for file-wide setting of todo-top-priorities-overrides. Make code a bit cleaner.
-
Glenn Morris authored
-
http://debbugs.gnu.org/17556Leo Liu authored
* lisp/calc/calc.el (math-bignum): Handle most-negative-fixnum.
-
Glenn Morris authored
Fixes: debbugs:17860
-
Glenn Morris authored
Since the change was just quickly reverting a change that does not have a ChangeLog entry of its own, it's confusing and unnecessary for the reversion to have a ChangeLog entry.
-
Glenn Morris authored
* lisp/url/url-domsuf.el: Update example comments.
-
- 26 Jun, 2014 12 commits
-
-
Stephen Berman authored
category-wide setting of todo-top-priorities-overrides, check for a file-wide setting and fontify accordingly.
-
Glenn Morris authored
* doc/lispref/minibuf.texi (Intro to Minibuffers): Batch mode is basic. (Reading a Password): Mention batch mode. * lisp/subr.el (read-passwd): Warn about batch mode. Fixes: debbugs:17839
-
Daiki Ueno authored
If package-check-signature is allow-unsigned, don't signal error when we can't verify signature because of missing public key. Fixes: debbugs:17625
-
Stefan Monnier authored
(do not merge).
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/emacs-lisp/cl-macs.el (help-add-fundoc-usage): * lisp/gnus/mm-util.el (help-function-arglist): Remove outdated declarations.
-
Luke Lee authored
on the completed work posted on http://www.emacswiki.org/emacs/HideIfDef. - Supporting argumented macro expansion. - Stringification, tokenization and concatenation of strings and tokens. - Add functions to find defines and parse argumented macros into a macro tree containing macro name, formal parameters and macro body. - On macro evaluation, macros will be applied with actual parameters and then got expanded recursively. - Merge main trunk changes * lisp/progmodes/hideif.el (hif-string-to-number): Merge changes from main trunk. (hif-simple-token-only, hif-tokenize): Commentted in detail mainly for performance enhancements. (hif-parse-if-exp): Rename to `hif-parse-exp'. Enhanced for macro expansion. (hif-factor, hif-string-concatenation, intern-safe): Support string concatenation and argumented macro expansion. (hif-if-valid-identifier-p, hif-define-operator, hif-flatten) (hif-expand-token-list, hif-get-argument-list, hif-define-macro) (hif-delimit, hif-macro-supply-arguments, hif-invoke, hif-canonicalize) (hif-canonicalize-tokens, hif-looking-at-elif, hif-place-macro-invocation) (hif-parse-macro-arglist): Mostly new functions for supporting argumented macro expansion. (hif-string-concatenation, hif-stringify, hif-token-concat) (hif-token-stringification, hif-token-concatenation): Stringify and concatentation. (hif-find-next-relevant): Fix comments (hif-ifdef-to-endif, hif-looking-at-elif, hif-hide-line): Bug fix for some cases involving #elif. (hif-find-define, hif-add-new-defines): New functions for automatically scanning of defined symbols. (hide-ifdef-guts): Fix for auto defined symbol scanning. (hide-ifdef-undef): Fix behavior to match CPP.
-
Leo Liu authored
-
Leo Liu authored
(url-insert-file-contents): Condition on url-http-response-status for the HTTP/S specific part. * lisp/url/url-http.el (url-http-end-of-headers): Remove duplicate defvar. Fixes: debbugs:17549
-
Glenn Morris authored
* lisp/emacs-lisp/authors.el (authors-valid-file-names) (authors-renamed-files-alist): Additions.
-
Glenn Morris authored
Not sure how M-x authors missed these so far...
-
- 25 Jun, 2014 8 commits
-
-
Leo Liu authored
* indent.el (indent-accumulate-tab-stops): New function. * textmodes/picture.el (picture-set-tab-stops): * ruler-mode.el (ruler-mode-mouse-add-tab-stop) (ruler-mode-ruler): Fix to work with nil tab-stop-list. * progmodes/asm-mode.el (asm-calculate-indentation): Use indent-next-tab-stop.
-
Stefan Monnier authored
(package-test-update-archives, package-test-describe-package): Adjust tests according to new package-list-unsigned.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Fixes: debbugs:17846
-
Stefan Monnier authored
(package-desc-status): Obey it. Fixes: debbugs:17625
-
Stephen Berman authored
(todo-insert-item--basic): If user cancels item insertion to another category before setting priority, show original category whether it is in the same or a different file. (todo-set-item-priority): After selecting category, instead of moving point to top, which extends an active region, restore it.
-
Stefan Monnier authored
calling help-fns--autoloaded-p. Fixes: debbugs:17564
-
- 24 Jun, 2014 5 commits
-
-
Juri Linkov authored
(desktop-auto-save-disable): New functions. (desktop-save-mode, desktop-auto-save-timeout): Use them. (desktop-read): Disable the autosave before loading the desktop, and enable afterwards. Fixes: debbugs:17351
-
Stefan Monnier authored
* lisp/progmodes/sh-script.el (sh-mode-syntax-table): Set syntax of ;|&. (sh-smie--default-forward-token, sh-smie--default-backward-token): New functions. (sh-smie-sh-forward-token, sh-smie-sh-backward-token) (sh-smie-rc-forward-token, sh-smie-rc-backward-token): Use them. (sh-smie-sh-rules): Fix indentation of a pipe at BOL. Fixes: debbugs:17842
-
Eli Zaretskii authored
-
Eli Zaretskii authored
* lisp/international/characters.el (char-script-table): Update for scripts added and codepoint ranges changed in Unicode 7.0. * lisp/international/fontset.el (script-representative-chars): Add representative characters for scripts added in Unicode 7.0. (otf-script-alist): Synchronize with the latest registry of OTF script tags.
-
Glenn Morris authored
* admin/unidata/BidiMirroring.txt: Update to 7.0.0 (only comment changes). * admin/unidata/UnicodeData.txt: Update to 7.0.0. * admin/unidata/IVD_Sequences.txt: Update to 2014-05-16 version.
-
- 23 Jun, 2014 2 commits
-
-
Leo Liu authored
tab-stop-list to nil. * indent.el (indent-next-tab-stop): Rename from indent--next-tab-stop. (indent-rigidly-left-to-tab-stop) (indent-rigidly-right-to-tab-stop, tab-to-tab-stop) (move-to-tab-stop): Change callers. Fixes: debbugs:16381
-
Leo Liu authored
key binding to dired-omit-mode. Fixes: debbugs:16354
-
- 22 Jun, 2014 3 commits
-
-
Andreas Schwab authored
attribute values. (Bug#17834)
-
Eli Zaretskii authored
lisp/skeleton.el (skeleton-insert): Yet another fix of the doc string wrt behavior of \n as the first/last element of a skeleton. doc/misc/autotype.texi (Skeleton Language): Document the \n feature better.
-
Michael Albinus authored
* net/tramp-sh.el (tramp-sh-handle-process-file): * net/tramp-smb.el (tramp-smb-handle-process-file): Do not raise the output buffer when DISPLAY is non-nil. Fixes: debbugs:17815
-
- 21 Jun, 2014 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* play/landmark.el (landmark-move-down, landmark-move-up): Fix 2007-10-20 change - preserve horizontal position.
-