summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Regenerate AUTHORS and ldefs-boot.elemacs-24.2.93Glenn Morris2013-02-07
|
* ChangeLog author fixGlenn Morris2013-02-06
|
* Merge Org 7.9.3e (commit b07a9bb).Bastien Guerry2013-02-07
|
* Auto-commit of generated files.Glenn Morris2013-02-07
|
* Bump version number to 24.2.93Glenn Morris2013-02-06
|
* * auth-source.el (auth-source-format-prompt): Don't get confused by any "\"Gabor Vida2013-02-06
| | | | | | in replacement text. Fixes: debbugs:13637
* ChangeLog date fix (do not merge to trunk)Glenn Morris2013-02-05
|
* * doc/misc/cl.texi (Equality Predicates): Mention memql.Glenn Morris2013-02-05
|
* Backport fix for execvp issue from trunkDaniel Colascione2013-02-05
|
* ede.texi typo fixesGlenn Morris2013-02-03
|
* Update EDE documentation (bug #11441).Eric M. Ludlam2013-02-03
| | | | | | | | | | | | * doc/misc/ede.texi (Creating a project): Make ede-new doc less specific, and only about items it supports, indicating that there might be more. Remove refs to simple project and direct automake from ede new. (Simple projects): Re-write to not talk about ede-simple-project which is deprecated, and instead use the term to mean projects that don't do much management, just project wrapping. Add ede-generic-project link. (ede-generic-project): New node (bug#11441).
* * doc/misc/cl.texi (Equality Predicates): Fix eq/eql pedantry.Glenn Morris2013-02-03
|
* Fix bug in the state cache mechanism. Remove 'BOD "strategy". Refactor.Alan Mackenzie2013-02-02
| | | | | | | | | | | | | | | | cc-engine.el (c-get-fallback-scan-pos): Remove. (c-parse-state-get-strategy): Don't return 'BOD any more. (c-append-lower-brace-pair-to-state-cache): Extra parameter HERE instead of narrowing. Widen to top of buffer before searching backwards for a brace pair. (c-state-push-any-brace-pair): Add HERE parameter to function call. (c-append-to-state-cache): Extra parameter HERE in place of narrowing. Narrow to parameter HERE, in place of being called narrowed. (c-remove-stale-state-cache): Extra parameter HERE in place of narrowing. Check there's an open brace in the cache before searching for its match. (c-invalidate-state-cache-1): Add HERE parameter to function call. (c-parse-state-1): Don't narrow here for 'forward strategy, instead passing extra parameter HERE to several functions. Remove 'BOD strategy.
* Update nt/INSTALL.Eli Zaretskii2013-02-02
|
* * lisp/mouse.el (mouse-drag-track): Always deactivate the mark beforeStefan Monnier2013-02-01
| | | | | | | running the final event's command since that command is in charge of activating the mark if needed. Fixes: debbugs:13523
* * lisp/replace.el (perform-replace): Move let-bindings of isearch-*Juri Linkov2013-02-02
| | | | | | | | | | | | variables deeper to the loop that searches for the next match. Add bindings for `isearch-nonincremental' and `isearch-adjusted'. Use `isearch-search-fun-default' instead of `isearch-search-fun'. * lisp/isearch.el (isearch-search-fun-default): Check for null first element of isearch-cmds as a precaution when it's used with inactive isearch. Fixes: debbugs:13579
* * net/tramp.el (tramp-check-for-regexp): Avoid "Args out of range"Andrew W. Nosenko2013-02-01
| | | | | error when buffer in question is narrowed so position 1 is out of visible part.
* Auto-commit of loaddefs files.Glenn Morris2013-02-01
|
* Make sure program names are encoded before using them to invoke subprocesses.Eli Zaretskii2013-02-01
| | | | | | | src/callproc.c (Fcall_process): Make sure program name in PATH and new_argv[0] is encoded, if needed. Otherwise, un-encoded string is passed to exec/spawnve, which fails unless the file-name encoding is UTF-8.
* w32proc.c (sys_spawnve): Initialize escape_char.Eli Zaretskii2013-02-01
| | | | | src/w32proc.c (sys_spawnve): Make sure escape_char is initialized, even if w32-quote-process-args is nil.
* Sync CEDET and EIEIO version numbers with upstream.David Engster2013-01-31
|
* * lisp/textmodes/remember.el (remember-clipboard): Doc fix.Glenn Morris2013-01-31
|
* * lisp/progmodes/make-mode.el (makefile-fill-paragraph): Reset syntax-tableStefan Monnier2013-01-30
| | | | | | properties. Fixes: debbugs:13179
* mouse-drag-line changes for mouse-1 in header-lineGlenn Morris2013-01-30
| | | | | | | | * lisp/mouse.el (mouse-drag-line): Avoid pushing same event onto unread-command-events twice in some cases. This tries to implement the 2012-07-26 changes in a different way. Fixes: debbugs:13560
* * progmodes/python.elFabián Ezequiel Gallina2013-01-30
| | | | | (python-pdbtrack-comint-output-filter-function): Enhancements on stacktrace detection. (thanks @gnovak)
* ChangeLog date fixGlenn Morris2013-01-29
|
* * imenu.el (imenu-default-create-index-function):Glenn Morris2013-01-29
| | | | Put back a version of the infinite loop test removed 2013-01-23.
* * progmodes/python.el (python-shell-parse-command): FindFabián Ezequiel Gallina2013-01-28
| | | | python-shell-interpreter with modified environment.
* Sync Version: headers with -version variablesGlenn Morris2013-01-27
|
* Tentative fix for bug #13546 with failure to save files on Windows.Eli Zaretskii2013-01-27
| | | | | | src/w32.c (sys_open): Zero out the flags for the new file descriptor. (sys_close): Zero out the flags for the file descriptor before closing it.
* * lisp/emacs-lisp/cl.el (cl-set-getf): Add compatibility alias.Stefan Monnier2013-01-26
|
* Fix bug #13553 with usage of IS_DIRECTORY_SEP on MS-Windows under DBCS.Eli Zaretskii2013-01-26
| | | | | | | src/w32.c (parse_root, get_volume_info, readdir, read_unc_volume) (logon_network_drive, stat_worker, symlink, chase_symlinks): Use CharNextExA and CharPrevExA to iterate over file names encoded in DBCS.
* Use file-name-coding-system when decoding symlinks on MS-Windows.Eli Zaretskii2013-01-25
| | | | | src/w32.c (readlink): Use the current file-name-coding-system, not the ANSI codepage, to decode and handle targets of symlinks.
* Support MS-Windows file names encoded in multibyte encodings.Eli Zaretskii2013-01-25
| | | | | src/w32.c (w32_get_long_filename, init_environment, readlink): Support file names encoded in DBCS codepages.
* * lisp/progmodes/python.el: Enhancements to header documentation aboutFabián Ezequiel Gallina2013-01-23
| | | | | | skeletons. Fixes: debbugs:5716
* * imenu.el (imenu-default-create-index-function): Remove uselessFabián Ezequiel Gallina2013-01-23
| | | | | | infinite loop check. Fixes: debbugs:13438
* Fix a bug in the state cache mechanism. Refactor this a bit.Alan Mackenzie2013-01-23
| | | | | | | | | | | | | | | cc-engine.el (c-parse-state-get-strategy): Remove the `cache-pos' element from the return value. (c-append-lower-brace-pair-to-state-cache): "Narrow" to end of buffer to enable proper searching from beyond HERE. Amend the test for detecting the sought brace pair. Amend the value written to the "brace desert cache" when the brace isn't found. (c-remove-stale-state-cache): Rename `good-pos' to `start-point', and several other variables analogously. (c-remove-stale-state-cache-backwards): Change `cache-pos' from a parameter to a locally calculated variable. (c-parse-state-1): Change the calling conventions to the two defuns involving `cache-pos'.
* Fix bug #13515 with processing DBCS file names on MS-Windows.Eli Zaretskii2013-01-23
| | | | | | | | | src/w32.c (max_filename_mbslen): New function. (normalize_filename, readdir): Use it to detect locales where ANSI encoding of file names uses a double-byte character set (DBCS). If a DBCS encoding is used, advance by characters using CharNextExA, instead of incrementing a 'char *' pointer. Use _mbslwr instead of _strlwr.
* * xml.el (xml-entity-or-char-ref-re): Fix regexp.Chong Yidong2013-01-23
| | | | | | This bug was reported by Jae-oh Kim; it was posted to bug-gnu-emacs but didn't show up in the bug tracker for some reason. It is a regression against Emacs 24.2.
* Fix bug #13065 with file selector dialog on Windows 7.Eli Zaretskii2013-01-22
| | | | | src/w32heap.c (allocate_heap) [!_WIN64]: Decrease the initial request of memory reservation to 1.7GB.
* Fixes: debbugs:13505Andreas Schwab2013-01-20
| | | | | * src/coding.c (detect_coding_iso_2022): Move back mis-reordered code at check_extra_latin label.
* CommentGlenn Morris2013-01-19
|
* Prune erroneous values in dired-get-marked-filesLeo Liu2013-01-19
| | | | Fixes: debbugs:13152
* * doc/emacs/custom.texi (Directory Variables): Fix paren typo.Glenn Morris2013-01-17
|
* etags.el fix for bug#13412Glenn Morris2013-01-16
| | | | | * lisp/progmodes/etags.el (tags-table-check-computed-list): Preserve point in tags buffer.
* * src/fns.c (Frandom): Doc fix.Glenn Morris2013-01-16
|
* Auto-commit of loaddefs files.Glenn Morris2013-01-16
|
* Auto-commit of generated files.Glenn Morris2013-01-16
|
* NEWS tweakGlenn Morris2013-01-16
|
* Backport configure.ac message tweak from trunkGlenn Morris2013-01-16
|