summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 24.4.91emacs-24.4.91Nicolas Petton2015-03-08
|
* * etc/AUTHORS: Update the AUTHORS fileNicolas Petton2015-03-08
|
* * lisp/ChangeLog: Fix a changelog entryNicolas Petton2015-03-08
|
* Make tramp-ssh-controlmaster-options a defcustom. Do not merge with master.Michael Albinus2015-03-07
| | | | | | | Fixes: debbugs:20015 * net/tramp.el (tramp-ssh-controlmaster-options): Make it a defcustom.
* Improve MS-Windows build instructions (Bug#19989)Eli Zaretskii2015-03-07
| | | | | nt/INSTALL: Add some more installation instructions for mingw-get users.
* lisp/dired.el (dired-delete-file): Doc fix. (Bug#20021)Eli Zaretskii2015-03-07
|
* # Changelog fixes (no need to merge to trunk)Glenn Morris2015-03-04
|
* textmodes/ispell.el: Look for aspell .dat files also under dict-dir, as ↵Agustin Martin Domingo2015-03-03
| | | | | | | | | | | | aspell does. Originally reported as http://bugs.debian.org/765349. Noticed when aspell has different data-dir and dict-dir. * textmodes/ispell.el (ispell-aspell-find-dictionary): Make sure .dat files for aspell dicts are also searched for in location described by `ispell-aspell-dict-dir', matching aspell's dict-dir variable.
* ispell.el: Extend to aspell current hunspell handling of aliases names for ↵Agustin Martin Domingo2015-03-03
| | | | | | | | | | | | | | | | | | standard dicts. Extend `ispell-hunspell-dictionary-equivs-alist' use to aspell, once renamed to a more general `ispell-dicts-name2locale-equivs-alist' name. Originally reported as http://bugs.debian.org/745613 * textmodes/ispell.el (ispell-dicts-name2locale-equivs-alist) (ispell-hunspell-fill-dictionary-entry) (ispell-find-hunspell-dictionaries) (ispell-set-spellchecker-params): New generic name for `ispell-hunspell-dictionary-equivs-alist'. (ispell-aspell-add-aliases): Also use `ispell-dicts-name2locale-equivs-alist' to get aspell aliases for standard dict names.
* # Auto-commit of loaddefs files.Glenn Morris2015-03-01
|
* Avoid assertion violations in Rmail due to newline cacheEli Zaretskii2015-02-28
| | | | | | | | src/search.c (find_newline): Avoid assertion violations in CHAR_TO_BYTE when a portion of the buffer was deleted and we look for newlines near the end of the buffer. This happens in Rmail hen JIT font-lock fontifies a newly displayed portion of the buffer.
* browse-url-firefox: update for firefox 36's removal of -remoteGlenn Morris2015-02-24
| | | | | | | | | | | | | Ref: https://bugzilla.mozilla.org/show_bug.cgi?id=1080319 * lisp/net/browse-url.el (browse-url-firefox-startup-arguments): Make obsolete. (browse-url-firefox): Doc fix. Remove -remote. (browse-url-firefox-sentinel): Remove function. * etc/NEWS: Mention this. Fixes: debbugs:19921
* Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925)Eli Zaretskii2015-02-23
| | | | | | | | src/w32fns.c (Fw32__menu_bar_in_use): New internal function. lisp/frame.el (blink-cursor-timer-function): Don't increment blink-cursor-blinks-done counter when a menu is active on a w32 frame.
* Bump python.el versionFabián Ezequiel Gallina2015-02-21
|
* Spelling fixesPaul Eggert2015-02-21
|
* * src/fileio.c (Fmake_temp_name): Doc tweaks.Glenn Morris2015-02-19
| | | | Fixes: debbugs:19858
* * lisp/comint.el (comint-line-beginning-position): Revert searching forJuri Linkov2015-02-19
| | | | | | | | the prompt when comint-use-prompt-regexp is non-nil because it doesn't distinguish input from output. Check the field property `output' for the case when comint-use-prompt-regexp is nil. Fixes: debbugs:19710
* Mention in admin/notes/repo how to mark commits that are not to be merged.Eli Zaretskii2015-02-19
|
* # Remove NEWS temporary markupGlenn Morris2015-02-18
|
* erc.el: Add old version header for package.el compatibiltykwhite2015-02-17
|
* Tramp: Disable paging with PAGER=catJérémy Compostella2015-02-15
| | | | | | | Fixes: debbugs:19870 * net/tramp-sh.el (tramp-remote-process-environment): Disable paging with PAGER=cat.
* Fix assertions in popping up menus on TTY (Bug#19862)Eli Zaretskii2015-02-14
| | | | | | | Do not merge this commit to trunk! src/menu.c (Fx_popup_menu) [HAVE_X_WINDOWS]: Call mouse_position_for_popup only for X frames.
* # NEWS copyeditsGlenn Morris2015-02-13
|
* * lisp/erc/erc.el (erc-rename-buffers): Doc fix. Add :version.Glenn Morris2015-02-13
|
* * lisp/textmodes/flyspell.el (flyspell-duplicate-distance): Bump :version.Glenn Morris2015-02-13
|
* Augment text-mode syntax table for a few special charactersEli Zaretskii2015-02-13
| | | | | | lips/textmodes/text-mode.el (text-mode-syntax-table): Make some punctuation character behave as word-constituent, for more compatibility with Unicode.
* Improve docs of transient-mark-mode (Bug#19841)Eli Zaretskii2015-02-13
| | | | | | src/buffer.c (syms_of_buffer): Doc fix. lisp/simple.el (transient-mark-mode): Doc fix.
* NEWS: Add section to include ERC changeskwhite2015-02-12
|
* Improve string search in `flyspell-word-search-*`. (Bug#16800)Agustin Martin Domingo2015-02-12
| | | | | | | | | * flyspell.el (flyspell-duplicate-distance): Limit default search distance for duplicated words to 40000. (flyspell-word-search-backward, flyspell-word-search-forward): Search as full word with defined casechars, not as substring. Fixes: debbugs:16800
* Backport NEWS typo fixGlenn Morris2015-02-11
|
* Backport fix for bug#18745 from master.Noam Postavsky2015-02-10
| | | | | nt/cmdproxy.c (batch_file_p): New function. (spawn): If calling a quoted batch file pass NULL for progname.
* Fix invocation of commands whose file name includes extension (Bug#19817)Eli Zaretskii2015-02-10
| | | | | | | | | nt/cmdproxy.c (get_next_token): Don't make backslashes disappear without a trace when they are not followed by a quote. (search_dir): Support searching programs whose file name already has an arbitrary extension. (main): When passing a command line to the shell, use cmd.exe rules for quoting command-line tail.
* Better support for the case of typing RET on the prompt in comint.Juri Linkov2015-02-10
| | | | | | | | | | * lisp/comint.el (comint-get-old-input-default): Go to the field end when comint-use-prompt-regexp is nil. (comint-line-beginning-position): Check if point is already on the prompt before searching for the prompt when comint-use-prompt-regexp is non-nil. Fixes: debbugs:19710
* Don't lose frame's background color when setting foreground (Bug#19802)Eli Zaretskii2015-02-08
| | | | | lisp/frame.el ((set-background-color, set-foreground-color): Pass the other color, if defined, to face-set-after-frame-default.
* Fix handling of frame color parameters in TTY sessions (Bug#19802)Eli Zaretskii2015-02-08
| | | | | | | | | | | | src/xfaces.c (map_tty_color): Use assoc_no_quit instead of assq_no_quit to fetch color definition by its string name. lisp/frame.el (frame-notice-user-settings): Refresh the value of frame parameters after calling tty-handle-reverse-video. Call face-set-after-frame-default with the actual parameters, to avoid resetting colors back to unspecified. (set-background-color, set-foreground-color): Pass the selected color to face-set-after-frame-default.
* Complete the remaining documentation updates for 24.5Eli Zaretskii2015-02-07
| | | | | | | | doc/lispref/processes.texi (Synchronous Processes): Update documentation of call-process-shell-command and process-file-shell-command. etc/NEWS: Mark the entry for changed calling sequence of call-process-shell-command and process-file-shell-command as documented.
* Backport the :end-of-capability fixWolfgang Jenkner2015-02-06
| | | | | * lisp/net/network-stream.el (network-stream-open-tls): Respect the :end-of-capability setting (backport)
* Fix vertical-motion and posn-at-point when word-wrap is on (Bug#19769)Eli Zaretskii2015-02-05
| | | | | | src/xdisp.c (move_it_in_display_line_to): Handle the case where the last character of a screen line is whitespace, and we are under word-wrap with overflow-newline-into-fringe turned on.
* Better multi-line input support in comint.elJuri Linkov2015-02-05
| | | | | | | | | | | | | | | | | Revert the change of comint-line-beginning-position callers, and modify comint-line-beginning-position instead. * lisp/comint.el (comint-history-isearch-search) (comint-history-isearch-message, comint-history-isearch-wrap): Use comint-line-beginning-position instead of field-beginning. (comint-send-input): Use either end-of-line or field-end depending on comint-use-prompt-regexp. (comint-line-beginning-position): Search backward for comint-prompt-regexp if comint-use-prompt-regexp is non-nil. Use field-beginning instead of line-beginning-position if comint-use-prompt-regexp is nil. Fixes: debbugs:19710
* todo-mode.el: Restore point on setting item done (Bug#19727)Robert Pluim2015-02-04
| | | | | calendar/todo-mode.el (todo-item-done): When done items are hidden, restore point to its location prior to invoking this command.
* doc/misc/erc.texi: fix typokwhite2015-02-04
|
* Update ERC docs and update MAINTANERS to include myselfkwhite2015-02-04
|
* Fix filling circle/ellipse in Artist Mode (Bug#19763)Eli Zaretskii2015-02-04
| | | | | lisp/textmodes/artist.el (artist-ellipse-compute-fill-info): Use mapcar, not mapc, to create the other half of fill-info.
* Bump version to 24.4.90emacs-24.4.90Nicolas Petton2015-02-04
|
* authors.el: Add missing ignored and renamed filesNicolas Petton2015-02-04
| | | | | * emacs-lisp/authors.el (authors-ignored-files) (authors-renamed-files-alist): Additions.
* A more thorough fix for bug#19307Eli Zaretskii2015-02-03
| | | | | | | | | | | src/xdisp.c (handle_stop, handle_single_display_spec) (next-element_from_image): Don't reset the ignore_overlay_strings_at_pos_p flag here. (next_element_from_buffer): Reset ignore_overlay_strings_at_pos_p here. (next_overlay_string): Set ignore_overlay_strings_at_pos_p here, after we've exhausted all the overlay strings at the current position.
* Fix last commitMichael Albinus2015-02-03
|
* Tramp: Don't use a tempfile for ControlPath.Michael Albinus2015-02-03
| | | | | | | Fixes: debbugs:19702 * net/tramp.el (tramp-ssh-controlmaster-options): Don't use a tempfile for ControlPath.
* Fix display of overlay strings with faces after ellipsis (Bug#19307)Eli Zaretskii2015-02-02
| | | | | src/xdisp.c (set_iterator_to_next): Set value of stop_charpos according to the object we are about to resume iterating.
* Fix redrawing of mode lines when exposed (Bug#19721)Eli Zaretskii2015-02-02
| | | | | | | | src/dispnew.c (adjust_glyph_matrix): Set the update_mode_line flag of the window whose current glyph matrix was resized, which disables the mode-line row as side effect. src/xdisp.c (redisplay_window): Don't avoid redisplay of a window whose update_mode_line flag is set.