summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate ldefs-boot.elemacs-24.3.92Glenn Morris2014-06-261-637/+773
|
* Backport fix for http://debbugs.gnu.org/17556 from trunkLeo Liu2014-06-272-3/+16
| | | | * lisp/calc/calc.el (math-bignum): Handle most-negative-fixnum.
* * lisp/net/eww.el (eww-mode) <eww-current-title>: Make local.Glenn Morris2014-06-262-0/+5
| | | | Fixes: debbugs:17860
* ChangeLog fix (no need to merge to trunk)Glenn Morris2014-06-261-5/+0
| | | | | | 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.
* * etc/publicsuffix.txt: Update from source.Glenn Morris2014-06-263-526/+3871
| | | | * lisp/url/url-domsuf.el: Update example comments.
* * calendar/todo-mode.el (todo-prefix-overlays): If there is noStephen Berman2014-06-262-0/+8
| | | | | category-wide setting of todo-top-priorities-overrides, check for a file-wide setting and fontify accordingly.
* Warn about read-passwd in batch modeGlenn Morris2014-06-264-3/+20
| | | | | | | | | * 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
* * lisp/emacs-lisp/package.el (package--check-signature): (backport)Daiki Ueno2014-06-262-12/+23
| | | | | | | 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
* * lisp/progmodes/hideif.el: Undo last change which should only go to trunkStefan Monnier2014-06-262-577/+51
| | | | (do not merge).
* Regenerate etc/AUTHORSGlenn Morris2014-06-251-31/+32
|
* Bump version to 24.3.92Glenn Morris2014-06-259-15/+15
|
* Remove some function declarations, no longer needed or correctGlenn Morris2014-06-254-4/+7
| | | | | | * lisp/emacs-lisp/cl-macs.el (help-add-fundoc-usage): * lisp/gnus/mm-util.el (help-function-arglist): Remove outdated declarations.
* HideIfDef mode bug fixes and enhancements. This is #2 of 3 patches basedLuke Lee2014-06-261-46/+577
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Fix last changeLeo Liu2014-06-261-1/+1
|
* * lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.Leo Liu2014-06-263-7/+18
| | | | | | | | | (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
* authors.el: Add some renamed/moved filesGlenn Morris2014-06-252-1/+13
| | | | | * lisp/emacs-lisp/authors.el (authors-valid-file-names) (authors-renamed-files-alist): Additions.
* ChangeLog fixes.Glenn Morris2014-06-252-7/+9
| | | | Not sure how M-x authors missed these so far...
* Fix a few packages to work with nil tab-stop-listLeo Liu2014-06-265-5/+25
| | | | | | | | | | | * 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.
* * test/automated/package-test.el (package-test-update-listing)Stefan Monnier2014-06-252-3/+9
| | | | | (package-test-update-archives, package-test-describe-package): Adjust tests according to new package-list-unsigned.
* ChangeLog fixGlenn Morris2014-06-251-1/+1
|
* * src/puresize.h (BASE_PURESIZE): Add 1%, for safety.Glenn Morris2014-06-251-1/+1
|
* * src/puresize.h (BASE_PURESIZE): Bump by another 1K.Glenn Morris2014-06-252-1/+5
| | | | Fixes: debbugs:17846
* * lisp/emacs-lisp/package.el (package-list-unsigned): New var.Stefan Monnier2014-06-252-6/+15
| | | | | | (package-desc-status): Obey it. Fixes: debbugs:17625
* * calendar/todo-mode.el: Fix two bugs.Stephen Berman2014-06-252-10/+18
| | | | | | | | (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.
* * lisp/help-fns.el (describe-function-1): Check file-name is a string beforeStefan Monnier2014-06-242-1/+6
| | | | | | calling help-fns--autoloaded-p. Fixes: debbugs:17564
* * lisp/desktop.el (desktop-auto-save-enable)Juri Linkov2014-06-252-8/+26
| | | | | | | | | (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
* Fix some indentation problem with \; and pipes.Stefan Monnier2014-06-243-17/+76
| | | | | | | | | | | * 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
* admin/notes/unicode: Some notes about what to do when a new Unicode version ↵Eli Zaretskii2014-06-242-0/+38
| | | | is imported.
* Backport Unicode 7 update of character- and script-related databasesEli Zaretskii2014-06-243-40/+147
| | | | | | | | | * 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.
* Backport unicode 7.0 data files update from trunkGlenn Morris2014-06-245-24/+13577
| | | | | | | | * 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.
* * align.el (align-adjust-col-for-rule): Unbreak due to defaultingLeo Liu2014-06-243-12/+17
| | | | | | | | | | | 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
* * doc/misc/dired-x.texi (Omitting Files in Dired, Omitting Variables): FixLeo Liu2014-06-232-5/+10
| | | | | | key binding to dired-omit-mode. Fixes: debbugs:16354
* * html2text.el (html2text-get-attr): Rewrite to handle spaces in quotedAndreas Schwab2014-06-222-66/+19
| | | | attribute values. (Bug#17834)
* More tweaks of skeleton documentation wrt \n behavior at bol/eol.Eli Zaretskii2014-06-224-6/+19
| | | | | | | | 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.
* * net/tramp-adb.el (tramp-adb-handle-process-file):Michael Albinus2014-06-224-6/+13
| | | | | | | | * 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
* * landmark.el: Commentary fixes.Glenn Morris2014-06-211-7/+4
|
* Fix landmark, broken since Emacs 23.1Glenn Morris2014-06-212-2/+11
| | | | | * play/landmark.el (landmark-move-down, landmark-move-up): Fix 2007-10-20 change - preserve horizontal position.
* ChangeLog fix (no need to merge to trunk)Glenn Morris2014-06-211-1/+1
|
* doc/misc/autotype.texi (Skeleton Language): Fix last change.Eli Zaretskii2014-06-211-3/+5
|
* Fix completion retrieval parsing.Fabián Ezequiel Gallina2014-06-214-2/+32
| | | | | | | | | | * progmodes/python.el (python-mode): (python-util-strip-string): New function. (python-shell-completion-get-completions): Use it. * automated/python-tests.el (python-util-strip-string-1): New test. Fixes: debbugs:17209
* lisp/skeleton.el (skeleton-insert): Fix last change.Eli Zaretskii2014-06-212-3/+9
|
* src/dispextern.h: Fix commentary to it's hpos member.Eli Zaretskii2014-06-211-1/+2
|
* Fix bug #17823 with vertical-motion in lines with line-prefix.Eli Zaretskii2014-06-212-12/+10
| | | | | | | src/indent.c (Fvertical_motion): Move to the goal column, if any, with a single call to move_it_in_display_line, not in two calls. Doing this with two calls causes move_it_in_display_line apply the line-prefix handling twice instead of just once.
* Enhancements for outline integration.Fabián Ezequiel Gallina2014-06-212-1/+8
| | | | | | | | * lisp/progmodes/python.el (python-mode): Properly set outline-heading-end-regexp so that comments after colons for defuns are supported. Fixes: debbugs:17796
* Improve documentation of how vertical-motion interprets columns.Eli Zaretskii2014-06-214-4/+20
| | | | | | | src/indent.c (Fvertical_motion): Doc fix. doc/lispref/positions.texi (Screen Lines): Clarify how columns are counted by vertical-motion.
* Improve documentation of \n in a skeleton.Eli Zaretskii2014-06-212-2/+8
| | | | | doc/misc/autotype.texi (Skeleton Language): Document the feature of \n when at eol.
* lisp/skeleton.el (skeleton-insert): Doc fix.Eli Zaretskii2014-06-212-1/+8
|
* Port to OS X ACLs.Paul Eggert2014-06-212-1/+10
| | | | | | | * fileio.c (Ffile_acl): Port to OS X, where acl_get_file (..., ACL_TYPE_ACCESS) doesn't work. Fixes: debbugs:17810
* * lisp/emacs-lisp/smie.el (smie-config--guess): Fix typo.Stefan Monnier2014-06-202-9/+9
| | | | | | (smie-config-guess): Use smie-config-local so the rules are obeyed. Fixes: debbugs:17818
* * configure.ac: Warn about --enable-link-time-optimization's issuesPaul Eggert2014-06-202-1/+7
| | | | | | in --help message. Fixes: debbugs:17806