aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * lisp/vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.Stefan Monnier2013-01-082-9/+14
| | | | | | (cvs-mode-remove-handled): Use it. Fixes: debbugs:13380
* * src/keyboard.c (echo_add_key): Rename from echo_add_char.Stefan Monnier2013-01-082-11/+15
|
* * lisp/emacs-lisp/nadvice.el (advice--tweak): New function.Stefan Monnier2013-01-083-29/+33
| | | | | (advice--remove-function, advice--subst-main): Use it. * lisp/emacs-lisp/advice.el: Update commentary.
* * net/tramp-adb.el (tramp-adb-file-name-handler-alist): RemoveMichael Albinus2013-01-082-1/+5
| | | | spurious entry.
* etc/NEWS: Document the change wrt `apropos-user-option' and `apropos-variable'Bastien Guerry2013-01-081-0/+7
|
* Merge from gnulib (comment change only).Paul Eggert2013-01-071-1/+8
|
* Add some :version tagsGlenn Morris2013-01-074-0/+10
| | | | | | * gnus/mml-smime.el (mml-smime-sign-with-sender): Add :version. * net/tramp.el (tramp-default-host-alist): Add :version.
* * lisp/info.el (Info-read-node-name-2): Don't duplicate suffixes for single ↵Juri Linkov2013-01-082-4/+23
| | | | | | | | | | completion. (info--manual-names): Expand node completions into an explicit list before appending it to another list. Filter out internal buffers with the leading space in the buffer name. (Bug#10771) Fixes: debbugs:12456
* * lisp/info.el (Info-read-node-name-1): Allow empty node name in (FILENAME)Juri Linkov2013-01-084-18/+40
| | | | | | | | | | | | that defaults to the Top node. (Info-goto-node, Info-read-node-name): Doc fix to mention that the short format (FILENAME) goes to the Top node. (Info-build-node-completions): Rename arg `file' to `filename'. * doc/misc/info.texi (Go to node): Mention the abbreviated format `(FILENAME)' equal to `(FILENAME)Top'. Fixes: debbugs:13365
* Introduce `apropos-user-option' and update `apropos-variable'. (Bug#13276)Bastien Guerry2013-01-075-9/+64
|
* * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):Jürgen Hötzel2013-01-072-2/+24
| | | | | | Handle filename correctly, when parsing "source -> target" symlink output. (tramp-adb-handle-set-file-times): New defun.
* * lisp/emacs-lisp/advice.el (ad-activate-advised-definition): Refresh theStefan Monnier2013-01-073-9/+25
| | | | advice list when the interactive-spec of ad-Advice-* changes.
* wid-edit.el (widget-default-get): Work for inlined elements (Bug#12670)Katsumi Yamaoka2013-01-072-2/+16
|
* * net/tramp.el (tramp-default-host-alist): New defcustom.Michael Albinus2013-01-074-50/+84
| | | | | | | | | | | | | | (tramp-find-host): Use it. (tramp-eshell-directory-change): Moved from tramp-sh.el. Add to `eshell-directory-change-hook'. * net/tramp-adb.el (top): Add adb specific entry in `tramp-default-host-alist'. (tramp-adb-file-name-host): Remove function. (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection): Use `tramp-file-name-host' instead of `tramp-adb-file-name-host'. * net/tramp-sh.el : Move eshell integration code to tramp.el.
* lisp/gnus/mml-smime.el: Support signing by sender.Daiki Ueno2013-01-072-16/+56
|
* * net/tramp-adb.el (tramp-methods): Add `tramp-tmpdir' entry.Jürgen Hötzel2013-01-062-1/+6
|
* Merge from emacs-24; up to 2012-12-07T15:31:[email protected]Glenn Morris2013-01-067-11/+25
|\
| * * autotype.texi: Remove undefined command @subtitlefont.Andreas Schwab2013-01-063-3/+5
| | | | | | | | * cc-mode.texi: Likewise.
| * * org.texi (Advanced features): Use `@w{ }' instead of `@ ' inAndreas Schwab2013-01-063-4/+11
| | | | | | | | | | | | @item argument. (Property searches): Use \\ instead of @backslashchar{}. * pgg.texi (VERSION): Move @set below @setfilename.
| * * windows.texi (Vertical Scrolling): Fix typos.Chong Yidong2013-01-062-4/+9
| | | | | | | | Fixes: debbugs:13267
* | * net/tramp-adb.el (tramp-adb-ls-toolbox-regexp): The file size canMichael Albinus2013-01-062-27/+45
| | | | | | | | | | | | | | | | | | | | | | | | consist of mor than one digit. (tramp-adb-file-name-handler-alist): Use `tramp-handle-file-exists-p' consistently. (tramp-adb-file-name-handler): Don't tweak `tramp-default-host'. (tramp-adb-handle-file-exists-p): Remove function. (tramp-adb-file-name-host): New defun. (tramp-adb-execute-adb-command, tramp-adb-maybe-open-connection): Use it. (tramp-adb-maybe-open-connection): Set "remote-path" property.
* | Try to handle buffer/file modifications which conflict with VCS locking.Chong Yidong2013-01-063-13/+37
| | | | | | | | | | | | | | | | | | * vc/vc-hooks.el (vc-after-save): DTRT for locking VCSes. * vc/vc.el (vc-next-action): Detect buffer modifications conflicting with locking VCS operation. Fixes: debbugs:11490
* | Fix echoing of replayed keys.Chong Yidong2013-01-062-68/+87
| | | | | | | | | | | | | | | | | | | | | | * keyboard.c (echo_add_char): New function, factored out from echo_char. Don't add a space if the previous echo string was empty. (echo_char): Use it. (read_key_sequence): When echoing mock input, ensure that the trailing dash is properly added. Fixes: debbugs:13255
* | Merge from emacs-24; up to 2012-12-07T08:13:[email protected]Glenn Morris2013-01-0525-68/+150
|\|
| * Fix ChangeLog date oddnessGlenn Morris2013-01-051-1/+1
| |
| * * doc/lsipref/display.texi (Overlay Properties): Mention field.Glenn Morris2013-01-052-0/+12
| | | | | | | | Fixes: debbugs:13364
| * * doc/emacs/text.texi (HTML Mode): Remove deleted nxml C-RET binding.Glenn Morris2013-01-052-1/+5
| |
| * ChangeLog fixGlenn Morris2013-01-051-4/+0
| |
| * * tramp.texi (Remote shell setup): Replace literal NUL character by \0.Andreas Schwab2013-01-052-1/+2
| |
| * Fix manual formatting errorsAndreas Schwab2013-01-0518-40/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lispref/hooks.texi (Standard Hooks): Fix use of @itemx. * misc/ada-mode.texi: Remove braces from @title argument. * misc/eudc.texi: Likewise. * misc/smtpmail.texi: Likewise. * misc/auth.texi (VERSION): Set before first use. * misc/emacs-gnutls.texi (VERSION): Likewise. * misc/pgg.texi (VERSION): Likewise. * misc/ede.texi (Top): Rename from top, all uses changed. * misc/eshell.texi: Add missing argument to @sp. * misc/forms.texi (Top): Reorder menu to match structure. * misc/htmlfontify.texi (Customisation): Add missing @item in @enumerate. * misc/org.texi (Advanced features): Add missing argument for @item. (Property searches): Use @backslashchar{} in macro argument. * misc/pcl-cvs.texi: Add missing argument to @sp. (Movement commands): Fix use of @itemx. * misc/vip.texi (Misc Commands, Viewing the Buffer): Likewise. * misc/reftex.texi (Options (Creating Citations)): Add missing newline before @end. * misc/tramp.texi (Obtaining Tramp): Remove extra dots. (Configuration): Reorder menu to match structure. * misc/viper.texi (Marking): Add missing argument for @item.
| * Improve display of glyph matrix by dump-glyph-matrix.Eli Zaretskii2013-01-052-22/+52
| | | | | | | | | | | | | | | | | | src/xdisp.c (dump_glyph): Align glyph data better. Use "pD" instead of a non-portable "t" to print ptrdiff_t values. Allow up to 9 digits for buffer positions, before misalignment starts. Display "0" for integer "object" field. (dump_glyph_row): Adapt the header line to changes in dump_glyph. Display the newline glyph more unambiguously.
| * Fix usage of @itemx in ELisp manual.Eli Zaretskii2013-01-052-1/+6
| | | | | | | | | | doc/lispref/hooks.texi (Standard Hooks): Use @item, not @itemx, as the first directive in a group of items.
| * * keymaps.texi (Key Sequences): Remove obsolete sentence.Chong Yidong2013-04-022-3/+5
| | | | | | | | Fixes: debbugs:13356
* | * net/tramp-adb.el (tramp-do-parse-file-attributes-with-ls):Michael Albinus2013-01-052-7/+16
| | | | | | | | (tramp-adb-handle-directory-files-and-attributes): Fix typos.
* | * net/tramp-adb.el (tramp-adb-handle-file-attributes): More robustMichael Albinus2013-01-052-24/+83
| | | | | | | | | | | | | | parsing of ls output using regular expression (handle filenames with spaces). Use virtual device number. (tramp-do-parse-file-attributes-with-ls): New defun (Code cleanup).
* | * epg.el: Silence byte-compiler warnings.Daiki Ueno2013-01-052-2/+8
| |
* | * epg.el (epg--start): Don't call "tty" program on W32 platforms.Daiki Ueno2013-01-052-6/+12
| |
* | Merge from emacs-24; up to 2012-12-06T20:16:[email protected]Glenn Morris2013-01-0416-39/+1737
|\|
| * Add htmlfontify manual to build processGlenn Morris2013-01-045-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | * doc/misc/Makefile.in (INFO_TARGETS, DVI_TARGETS, PDF_TARGETS): Add htmlfontify. (htmlfontify, $(buildinfodir)/htmlfontify$(INFO_EXT)) (htmlfontify.dvi, htmlfontify.pdf): New targets. * doc/misc/makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add htmlfontify. ($(infodir)/htmlfontify$(INFO_EXT), htmlfontify.dvi): New targets. * info/dir: Add htmlfontify.
| * * net/tramp-sh.el (tramp-set-file-uid-gid): UID and GID must beMichael Albinus2013-01-042-9/+25
| | | | | | | | | | non-negative integers. Otherwise, the default values are used. (tramp-convert-file-attributes): Convert uid and gid to integers.
| * * doc/misc/htmlfontify.texi: Miscellaneous fixes and updates.Glenn Morris2013-01-042-691/+301
| | | | | | | | Set copyright to FSF, update license to GFDL 1.3+.
| * Import the htmlfontify manualVivek Dasmohapatra2013-01-042-0/+2008
| |
| * Don't use previous underline thickness or position if previous underline ↵YAMAMOTO Mitsuharu2013-01-044-2/+10
| | | | | | | | type is underwave.
| * Make underwave look more triangular and also degrade gracefully for small ↵YAMAMOTO Mitsuharu2013-01-044-10/+17
| | | | | | | | fonts. (Bug#13000)
| * * doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)Ari Roponen2013-01-032-1/+5
| | | | | | | | Fixes: debbugs:13345
| * term-handle-colors-array fixGlenn Morris2013-01-032-4/+13
| | | | | | | | | | | | | | * lisp/term.el (term-handle-colors-array): Ensure face attributes are fully specified, not nil. Fixes: debbugs:13337
| * Auto-commit of generated files.Glenn Morris2013-01-031-1/+1
| |
| * * term.el (term-default-fg-color, term-default-bg-color): Fix custom type.Glenn Morris2013-01-022-2/+5
| |
| * etags.el fix for compressed filesGlenn Morris2013-01-022-7/+8
| | | | | | | | | | | | | | | | * lisp/progmodes/etags.el (tags-compression-info-list): Doc fix. (tag-find-file-of-tag-noselect): Check auto-compression-mode rather than 'jka-compr being loaded. Fixes: debbugs:13338
* | Auto-commit of generated files.Glenn Morris2013-01-041-9/+8
| |