summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Juanma Barranquero2013-06-115-27/+36
| | | | | | | | | * lisp/replace.el (query-replace, occur-read-regexp-defaults-function) (replace-search): * lisp/subr.el (declare-function, number-sequence, local-set-key) (substitute-key-definition, locate-user-emacs-file) (with-silent-modifications, split-string, eval-after-load): Fix typos, remove unneeded backslashes and reflow some docstrings.
* * lisp/international/mule-conf.el (file-coding-system-alist): Use utf-8 asStefan Monnier2013-06-112-0/+6
| | | | default for Elisp files.
* Make the example more intuitive.Xue Fuqiao2013-06-112-5/+13
| | | | | * doc/lispref/files.texi (File Name Expansion): Make the example more intuitive.
* lisp/gnus/sievel-manage.el: fully support STARTTLS, fix bit rotAlbert Krewinkel2013-06-112-163/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make sieve-manage-open work with STARTTLS: shorten stream managing functions by using open-protocol-stream to do most of the work. Has the nice benefit of enabling STARTTLS. * Remove unneeded functions and options: the following functions and options are neither in the API, nor called by any other function, so they are deleted: - sieve-manage-network-p - sieve-manage-network-open - sieve-manage-starttls-p - sieve-manage-starttls-open - sieve-manage-forward - sieve-manage-streams - sieve-manage-stream-alist The options could not be applied in a meaningful way anymore; they didn't happen to have much effect before. * Cosmetic changes and code clean-up * Enable Multibyte for SieveManage buffers: The parser won't properly handle umlauts and line endings unless multibyte is turned on in the process buffer. * Wait for capabilities after STARTTLS: following RFC5804, the server sends new capabilities after successfully establishing a TLS connection with the client. The client should update the cached list of capabilities, but we just ignore the answer for now.
* * doc/emacs/maintaining.texi (VC Directory Commands): Copyedit.Glenn Morris2013-06-102-4/+11
| | | | (Branches): Put back milder version of pre 2013-06-07 text.
* * vc/log-view.el (log-view-mode-map): Inherit from special-mode-map,Glenn Morris2013-06-102-10/+6
| | | | | | although define-derived-mode was doing this anyway. Fixes: debbugs:14583
* * keyboard.c: Don't use PROP (...) as an lvalue.Paul Eggert2013-06-102-5/+12
| | | | | (parse_tool_bar_item) [!USE_GTK && !HAVE_NS]: Use set_prop (A, B), not PROP (A) = B.
* lisp/gnus/eww.el (eww-tag-input): Support password fieldsLars Magne Ingebrigtsen2013-06-112-3/+12
| | | | (eww-submit): Support POST
* Spelling fixes.Paul Eggert2013-06-102-8/+8
|
* lisp/gnus/eww.el (eww-tag-form): Protect against degenerate formsLars Magne Ingebrigtsen2013-06-102-2/+5
|
* lisp/gnus/eww.el (eww-tag-input): Implement submit buttonsLars Magne Ingebrigtsen2013-06-103-29/+135
| | | | | | | (eww-click-radio): Implement radio and checkboxes (eww-submit): Handle hidden elements (eww-submit): Get submit button logic right lisp/gnus/shr.el (shr-expand-url): Expand URLs that start with a slash correctly
* Documentation fix for 'ls' and hard links.Paul Eggert2013-06-103-27/+37
| | | | | | | | | * compile.texi (Compilation Functions): * files.texi (File Attributes, Changing Files): Use current format for GNU 'ls' output. (File Attributes): Fix problem introduced in previous change: the link count is the number of hard links, not the number of hard links + 1.
* Fix ChangeLog typos and whitespace.Juanma Barranquero2013-06-104-56/+55
|
* lisp/allout.el: Fix make-variable-buffer-local call.Juanma Barranquero2013-06-102-1/+6
|
* lisp/gnus/eww.el: Add form support; Make form submission work; Support POSTLars Magne Ingebrigtsen2013-06-103-18/+106
|
* lisp/gnus/sieve.el: Fix handling of PORT parameter, quittingAlbert Krewinkel2013-06-104-7/+181
|
* * doc/lispref/files.texi (File Attributes): Fix typo.Xue Fuqiao2013-06-102-5/+9
|
* doc/misc/epa.texi: Revert last bogus changeKatsumi Yamaoka2013-06-101-2/+3
|
* lisp/gnus/mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): ↵Roy Hashimoto2013-06-103-7/+24
| | | | Correct PKCS7 regexps to match messages with 0x0a bytes
* Minor cleanup in last commit in get_it_property.Eli Zaretskii2013-06-102-1/+6
| | | | | src/xdisp.c (get_it_property): Use it->window instead of generating a Lisp object from it->w.
* Update Ehsell visual-commands documentationAidan Gauland2013-06-104-12/+46
| | | | | | | | | | * eshell.texi (Input/Output): Expand to cover new visual-command options, eshell-visual-subcommands and eshell-visual-options. Divide into separate Visual Commands and Redirection sections. * eshell/em-term.el (eshell-visual-commands) (eshell-visual-subcommands) (eshell-visual-options): Add summary line to docstrings. Add cross-references.
* Wrap long line from previous commit.Aidan Gauland2013-06-101-1/+2
|
* * lisp/epa.el (epa-read-file-name): New function. Glenn Morris2013-06-094-14/+27
| | | | | | | | (epa-decrypt-file): Make plain-file optional. Use epa-read-file-name. * doc/misc/epa.texi (Cryptographic operations on files): Update epa-decrypt-file. Fixes: debbugs:14510
* Fix current-bidi-paragraph-direction wrt window pointer.Eli Zaretskii2013-06-092-3/+10
| | | | | | | | src/xdisp.c (compute_display_string_pos): When W is NULL, use the current buffer as the object to pass to get-char-property. (Fcurrent_bidi_paragraph_direction): Assign NULL to the window pointer member of the bidi iterator, since no window is pertinent to this function.
* Fix bug #14575 with window-specific overlays with line-prefix or wrap-prefix.Eli Zaretskii2013-06-092-5/+14
| | | | | | src/xdisp.c (get_it_property): If it->object is a buffer, pass to get-char-property the window that is being rendered, instead of the buffer, to support window-specific overlays.
* Merge from gnulib.Paul Eggert2013-06-094-2/+19
| | | | | | This incorporates: 2013-06-02 sig2str: port to C++ 2013-05-29 c-ctype, regex, verify: port to gcc -std=c90 -pedantic
* Auto-commit of generated files.Glenn Morris2013-06-091-2/+6
|
* Fix Eshell bugAidan Gauland2013-06-092-6/+12
| | | | | * eshell/em-term.el (eshell-visual-command-p): Fix bug that causedoutput redirection to be ignored with visual commands.
* Tidy module initialisation functionsAidan Gauland2013-06-094-14/+26
| | | | | | | * eshell/em-term.el (eshell-visual-command-p): New function. (eshell-term-initialize): Move long lambda to separate function eshell-visual-command-p. * eshell/em-dirs.el (eshell-dirs-initialise): Add missing #' to lambda. * eshell/em-script.el (eshell-script-initialize): Add missing #' to lambda.
* Fix bug #14575 with window-specific overlays with display props.Eli Zaretskii2013-06-084-10/+54
| | | | | | | | | | | | | | | | | src/bidi.c (bidi_fetch_char): Accept additional argument, the window being displayed, and pass it to compute_display_string_pos. (bidi_level_of_next_char, bidi_resolve_explicit_1) (bidi_paragraph_init): All callers changed. src/xdisp.c (init_from_display_pos, init_iterator) (handle_single_display_spec, next_overlay_string) (get_overlay_strings_1, reseat_1, reseat_to_string) (push_prefix_prop, Fcurrent_bidi_paragraph_direction): Set bidi_it.w member from it->w. (compute_display_string_pos): Accept additional argument, the window being displayed, and pass it to Fget_char_property. src/dispextern.h (struct bidi_it): New member w, the window being displayed. (compute_display_string_pos): Adjust prototype.
* Fix compilation issues for GNUStep and GLIB conflicts.Jan Djärv2013-06-085-7/+20
| | | | | | | | | | | | | | * configure.ac (HAVE_GLIB): Only set XGSELOBJ if HAVE_NS = no. (with_file_notification): Don't set to gfile if with_ns = yes. * src/process.c (wait_reading_process_output): Check for NS before GLIB. GLIB may be linked in due to rsvg, but ns_select must be called. * src/xgselect.c (xg_select): Remove call to window_system_available and g_main_context_pending at the top, so Gdk events (i.e. file notify) are processed when Emacs is started with -nw. * src/xgselect.c: Remove unneeded include xterm.h
* Don't advertise unsupported features in nt/INSTALL.MSYS.Eli Zaretskii2013-06-081-8/+4
|
* * progmodes/octave.el (octave-add-log-current-defun): New function.Leo Liu2013-06-082-27/+48
| | | | | | (octave-mode): Set add-log-current-defun-function. (octave-goto-function-definition): Do not move point if not found. (octave-find-definition): Enhance to try subfunctions first.
* * xgselect.c (xg_select): Remove call to window_system_availableJan Djärv2013-06-082-3/+13
| | | | | and g_main_context_pending at the top, so Gdk events (i.e. file notify) are processed when Emacs is started with -nw.
* Minor tweak of nt/INSTALL.MSYS.Eli Zaretskii2013-06-081-5/+0
|
* Improve previous bytecomp fixGlenn Morris2013-06-072-3/+12
| | | | | | * lisp/emacs-lisp/bytecomp.el (byte-compile-char-before) (byte-compile-backward-char, byte-compile-backward-word): Improve previous change, to handle non-explicit nil.
* ChangeLog fixGlenn Morris2013-06-071-4/+2
|
* * lisp/emacs-lisp/smie.el: Improve show-paren-mode behavior.Stefan Monnier2013-06-072-54/+92
| | | | | | | (smie--opener/closer-at-point): New function. (smie--matching-block-data): Use it. Don't match from right after an opener or right before a closer. Obey smie-blink-matching-inners. Don't signal a mismatch for repeated inners like "switch..case..case".
* * maintaining.texi (Branches): Remove text copied from other sources.Xue Fuqiao2013-06-072-10/+6
|
* * progmodes/octave.el (octave-function-header-regexp): Fix.Leo Liu2013-06-072-10/+4
| | | | | | | (octave-help-mode-finish-hook, octave-help-mode-finish): Remove. Just use temp-buffer-show-hook. Fixes: debbugs:14570
* * newcomment.el (comment-search-backward): Revert last change.Leo Liu2013-06-074-40/+50
| | | | | | | | | * emacs-lisp/smie.el (smie--matching-block-data): Minor simplification. * progmodes/octave.el (octave-mode): Set comment-use-global-state to t. (Bug#14303) Fixes: debbugs:14434 debbugs:14303
* Fix "make TAGS" on MS-Windows.Eli Zaretskii2013-06-074-6/+24
| | | | | | | | | | | | lisp/Makefile.in (TAGS TAGS-LISP): Pass the (long) list of *.el files through xargs, to avoid failure due to MS-Windows limitations on command-line length. src/Makefile.in (ctagsfiles1, ctagsfiles2): Don't include *.m files. (ctagsfiles3): New variable, includes only *.m files. (TAGS): Use an explicit language name in the regular expressions, to avoid transformation of '/SOMETHING' by MSYS to 'c:\MSYS\SOMETHING'.
* Minor improvements in nt/INSTALL.MSYS instructions.Eli Zaretskii2013-06-072-19/+43
| | | | | | | nt/INSTALL.MSYS: mingw-get is not a GUI program (yet). msys-automake is not suitable for MinGW builds. Mention the --enable-locallisppath switch to msysconfig.sh. Suggested by ׃scar Fuentes <ofv@wanadoo.es>.
* Fix ChangeLog entry of last commit.Eli Zaretskii2013-06-071-1/+1
|
* Fix bug #14513 with --enable-locallisppath not working on MS-Windows.Richard Copley2013-06-076-8/+46
| | | | | | | | | | | Makefile.in (msys_to_w32): Modify to support d:\foo file names. (msys_lisppath_to_w32, msys_prefix_subst, msys_sed_sh_escape): New variables. (epaths-force-w32): Use them. epaths.nt (PATH_SITELOADSEARCH): Fix commentary. epaths.in: Fix commentary to PATH_SITELOADSEARCH.
* * admin/notes/bzr: Finally got the right locations.conf syntaxGlenn Morris2013-06-061-4/+2
|
* Fix typos.Juanma Barranquero2013-06-074-23/+23
|
* * admin/notes/bzr (Commit emails): Tweak previous.Glenn Morris2013-06-061-0/+2
|
* * admin/notes/bzr (Commit emails): Previous did not work, try again.Glenn Morris2013-06-061-1/+1
|
* * admin/notes/bzr (Commit emails): More details.Glenn Morris2013-06-061-0/+15
|