summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 24.2.92emacs-24.2.92Glenn Morris2013-01-09
| | | | Regenerate etc/AUTHORS and lisp/ldefs-boot.el
* ChangeLog fixes from M-x authorsGlenn Morris2013-01-09
|
* authors.el tiny updatesGlenn Morris2013-01-09
| | | | | | * lisp/emacs-lisp/authors.el (authors-ignored-files) (authors-valid-file-names, authors-renamed-files-alist): Add some more entries.
* * lisp/image-mode.el (image-mode-winprops): Don't throw away the fallbackStefan Monnier2013-01-09
| | | | `t' pseudo-window entry.
* Fix bugs in the c-parse-state mechanism. Reuse some markers instead ofAlan Mackenzie2013-01-09
| | | | | | | | | | | | | continually generating new ones. cc-engine.el (c-state-old-cpp-beg-marker, c-state-old-cpp-end-marker): New variables. (c-append-lower-brace-pair-to-state-cache): Start a backward search for "}" definitively outside CPP constructs. (c-remove-stale-state-cache): Inform the caller of a need to search back for a brace pair in certain circumstances. (c-state-maybe-marker): New macro. (c-parse-state): Reuse markers when appropriate.
* commands.texi small fix for bug#13393Glenn Morris2013-01-09
| | | | | * doc/lispref/commands.texi (Interactive Codes): Whitespace does not terminate interactive "S".
* execute-extended-command prompt fix (bug#13395)Glenn Morris2013-01-09
| | | | | * lisp/simple.el (execute-extended-command): Doc fix. Bind prefix-arg around read-extended-command, for prompt.
* Minor doc fix.Chong Yidong2013-01-09
|
* * faces.el (read-face-name): Doc fix.Chong Yidong2013-01-09
|
* Backport spelling fixes from trunkPaul Eggert2013-01-09
|
* Remove duplicated ChangeLog entryGlenn Morris2013-01-09
|
* * emacs-lisp/trace.el (trace-function, trace-function-background): Doc fix.Glenn Morris2013-01-08
|
* * lisp/international/mule-cmds.el (read-char-by-name): Move let-bindingJuri Linkov2013-01-09
| | | | | | | | | of completion-ignore-case around completing-read to fix regression exhibited by the test case `C-x 8 RET *acc TAB' and caused by `string-match-p' using the nil value of `case-fold-search' and `completion-ignore-case' in `completion-pcm--all-completions'.. Fixes: debbugs:12615
* Fixes related to the last Org merge.Bastien Guerry2013-01-08
|
* Merge Org up to commit 4cac75153. Some ChangeLog formatting fixes.Bastien Guerry2013-01-08
|
* doc/misc/org.texi: Fix version numberBastien Guerry2013-01-08
|
* Merge Org (commit c8c217). Fix mistake about updating the wrong ChangeLog.Bastien Guerry2013-01-08
|
* Merge Org 7.9.3 (commit 31c1aea)Bastien Guerry2013-01-08
|
* * lisp/progmodes/compile.el (compilation-parse-errors): Fix typo.Glenn Morris2013-01-06
| | | | Fixes: debbugs:13369
* comint-send-input tiny changeVitalie Spinu2013-01-06
| | | | | | | * lisp/comint.el (comint-send-input): Check size of buffer before waiting for process output, in case already accepted. Fixes: debbugs:13290
* * autotype.texi: Remove undefined command @subtitlefont.Andreas Schwab2013-01-06
| | | | * cc-mode.texi: Likewise.
* * org.texi (Advanced features): Use `@w{ }' instead of `@ ' inAndreas Schwab2013-01-06
| | | | | | @item argument. (Property searches): Use \\ instead of @backslashchar{}. * pgg.texi (VERSION): Move @set below @setfilename.
* * windows.texi (Vertical Scrolling): Fix typos.Chong Yidong2013-01-06
| | | | Fixes: debbugs:13267
* Fix ChangeLog date oddnessGlenn Morris2013-01-05
|
* * doc/lsipref/display.texi (Overlay Properties): Mention field.Glenn Morris2013-01-05
| | | | Fixes: debbugs:13364
* * doc/emacs/text.texi (HTML Mode): Remove deleted nxml C-RET binding.Glenn Morris2013-01-05
|
* ChangeLog fixGlenn Morris2013-01-05
|
* * tramp.texi (Remote shell setup): Replace literal NUL character by \0.Andreas Schwab2013-01-05
|
* Fix manual formatting errorsAndreas Schwab2013-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-05
| | | | | | | | | 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-05
| | | | | 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-02
| | | | Fixes: debbugs:13356
* Add htmlfontify manual to build processGlenn Morris2013-01-04
| | | | | | | | | | | | | * 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-04
| | | | | 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-04
| | | | Set copyright to FSF, update license to GFDL 1.3+.
* Import the htmlfontify manualVivek Dasmohapatra2013-01-04
|
* Don't use previous underline thickness or position if previous underline ↵YAMAMOTO Mitsuharu2013-01-04
| | | | type is underwave.
* Make underwave look more triangular and also degrade gracefully for small ↵YAMAMOTO Mitsuharu2013-01-04
| | | | fonts. (Bug#13000)
* * doc/lispref/hash.texi (Defining Hash): Fix typo (tiny change)Ari Roponen2013-01-03
| | | | Fixes: debbugs:13345
* term-handle-colors-array fixGlenn Morris2013-01-03
| | | | | | | * 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-03
|
* * term.el (term-default-fg-color, term-default-bg-color): Fix custom type.Glenn Morris2013-01-02
|
* etags.el fix for compressed filesGlenn Morris2013-01-02
| | | | | | | | * 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
* Tweak some lispref line breaksGlenn Morris2013-01-02
| | | | | | * doc/lispref/processes.texi (System Processes): * doc/lispref/syntax.texi (Syntax Table Functions): Tweak some line breaks.
* * doc/lispref/searching.texi (Replacing Match): Fix xref.Glenn Morris2013-01-02
|
* Regenerate PDF refcardsGlenn Morris2013-01-02
|
* * doc/lispref/elisp.texi (DATE): Bump to Jan 2013.Glenn Morris2013-01-02
|
* Add 2013 to another copyright rangeGlenn Morris2013-01-02
|
* Add 2013 to yet more FSF copyright yearsGlenn Morris2013-01-02
|
* Add 2013 to more copyright yearsGlenn Morris2013-01-02
|