summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bump version to 23.1.97.emacs-pretest-23.1.97Chong Yidong2010-05-03
|
* Fix typos (Bug#6094). From Štěpán Němec.Chong Yidong2010-05-03
|
* Variable purecopying fix (Bug#6083).Chong Yidong2010-05-02
| | | | | * international/mule.el (auto-coding-alist): Only purecopy car or each item, not the whole list (Bug#6083).
* Add check for buggy version of GCC (Bug#6031).Chong Yidong2010-05-02
| | | | | | * configure.in: Add check for buggy version of GCC (Bug#6031). * configure: Regenerate * etc/NEWS: Minor tweak to problem description.
* Make paragraph vars local for js-mode (Bug#6071).Chong Yidong2010-05-02
| | | | | * progmodes/js.el (js-mode): Make paragraph variables local before calling c-setup-paragraph-variables (Bug#6071).
* composite.el (compose-region, reference-point-alist): Fix typos in the docEli Zaretskii2010-05-01
| | | | strings.
* Fix for Bug#5984.Andreas Schwab2010-04-30
| | | | | | | | | * composite.c (autocmp_chars): Save point as marker before calling auto-composition-function. * lisp.h (restore_point_unwind): Add prototype. * fileio.c (restore_point_unwind): Remove static attribute.
* Use the proper form for gnuplot's set commandAlexander Klimov2010-04-28
|
* * PROBLEMS: Document gcc-4.5 bug (Bug#6031).Chong Yidong2010-04-27
|
* * abbrev.el: Fix typos.Juanma Barranquero2010-04-26
|
* Remove --- and +++ lines from NEWS file.Chong Yidong2010-04-25
|
* * keymaps.texi (Menu Bar): Document :advertised-binding property.Chong Yidong2010-04-25
|
* Document Emacs 23.2 changes.Chong Yidong2010-04-25
| | | | | | | | | | | | | | | | * functions.texi (Obsolete Functions): Document set-advertised-calling-convention. * minibuf.texi (Basic Completion): Document completion-in-region. (Programmed Completion): Document completion-annotate-function. * commands.texi (Reading One Event): Document read-key. (Distinguish Interactive): Document KIND arg to called-interactively-p. Delete obsolete interactive-p. * elisp.texi (Top): Update node description. * misc.texi (Printing): Document htmlfontify-buffer.
* Fix the entry about eshell's su and sudo commands. bug#6021Michael Albinus2010-04-25
|
* * composite.el (find-composition): Doc fix.Andreas Schwab2010-04-24
|
* * progmodes/sql.el: Fix typos.Juanma Barranquero2010-04-24
|
* * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'Juri Linkov2010-04-23
| | | | property instead of `invisible' and `after-string' (bug#5998).
* Fix typo in docstring.Juri Linkov2010-04-23
|
* Use new features of libotf and m17n-lib if available.Kenichi Handa2010-04-23
|
* merge trunkKenichi Handa2010-04-23
|\
| * * filecache.el: Fix typos in docstrings.Juanma Barranquero2010-04-23
| |
| * Synch with Gnus trunk:Katsumi Yamaoka2010-04-22
| | | | | | | | | | | | | | | | ;; I've committed this change to only the trunk by mistake, sorry, ;; but it should have been also in the branch.) (message-generate-headers): Record insertion of optional headers as well. Otherwise the check to prevent repeated insertion of optional headers is a no-op. By Andreas Seltenreich <seltenreich@gmx.de>.
* | HELLO: Adjust Burmese for Unicode 5.2 encoding.Kenichi Handa2010-04-23
|/
* language/indian.el (gujarati-composable-pattern): Fix typo.Kenichi Handa2010-04-22
|
* merge trunkKenichi Handa2010-04-22
|\
| * Minor doc fix.Glenn Morris2010-04-20
| | | | | | | | | | * calendar.texi (Displaying the Diary, Format of Diary File): Fix external cross-references for TeX format output.
* | language/indian.el (gurmukhi-composable-pattern): Fix typo.Kenichi Handa2010-04-22
|/
* merge trunkKenichi Handa2010-04-21
|\
| * * files.el (copy-directory): Handle symlinks (Bug#5982).Chong Yidong2010-04-20
| |
| * Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).Chong Yidong2010-04-20
| | | | | | | | | | * progmodes/compile.el (compilation-next-error-function): Revert 2009-10-12 change (Bug#5983).
| * Fix hg envvar handling (Bug#5846).Chong Yidong2010-04-20
| | | | | | | | | | | | * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC. (vc-hg-working-revision): Likewise. Use hg parents, not hg parent (Bug#5846).
| * * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.Glenn Morris2010-04-20
| |
| * * minibuffer.el (completion-at-point): Doc fix.Glenn Morris2010-04-20
| |
| * Bump version to 23.1.96.emacs-pretest-23.1.96Chong Yidong2010-04-19
| |
| * * ede.texi (EDE Mode): Refer to init file rather than `.emacs'. NoteChong Yidong2010-04-19
| | | | | | | | | | | | that Development menu is always available. (Creating a project): Fix terminology. (Add/Remove files): Fix typo.
| * (completion-styles): Improve docstrings.Stefan Monnier2010-04-19
| |
* | language/indian.el (oriya-composable-pattern, tamil-composable-pattern, ↵Kenichi Handa2010-04-20
|/ | | | malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign).
* * dired.c (Ffile_attributes): Fix typo in docstring.Juanma Barranquero2010-04-19
|
* Synch with Gnus trunk:Katsumi Yamaoka2010-04-18
| | | | | | | | | | | | | 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com> * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of the CVS repo. Put the Git repo in the news section. * gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo. Removed some mentions of CVS. Mention the new Git repo. 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com> * smime.el: Don't mention CVS. * nnrss.el (nnrss-fetch): Don't mention CVS. * nnir.el: Don't mention CVS.
* * programs.texi (Semantic): New node.Chong Yidong2010-04-18
| | | | | | | | * maintaining.texi (EDE): New node. * emacs.texi: Update node listing. * misc.texi (Gnus): Use the `C-h i' keybinding for info.
* Bugfix for ede-proj-makefile-insert-variables.Chong Yidong2010-04-18
| | | | | * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Don't destroy list before using it.
* Fix the version number for added files.Dan Nicolaescu2010-04-17
| | | | | * vc-hg.el (vc-hg-working-revision): Check if the file is registered after hg parent fails (Bug#5961).
* Add some autoloads.Glenn Morris2010-04-16
| | | | | * htmlfontify.el (htmlfontify-buffer) (htmlfontify-copy-and-link-dir): Autoload entry points.
* * etc/NEWS: Minor edits.Glenn Morris2010-04-16
|
* Fix to vc-hg-annotate-extract-revision-at-line (Bug#5960).Chong Yidong2010-04-16
| | | | | * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file name relative to the project root (Bug#5960).
* * emacs.texi (Acknowledgments): Remove duplicate.Glenn Morris2010-04-16
|
* Synch with Gnus trunk:Katsumi Yamaoka2010-04-16
| | | | | | (Score File Format): Fix typo. (Mail Group Commands): Add index entry. By Andreas Seltenreich <seltenreich@gmx.de>.
* * etc/NEWS: git version number issues don't need manual changes.Glenn Morris2010-04-15
|
* Improve previous change.Glenn Morris2010-04-15
|
* * vc-git.el (vc-git-print-log): Doc fix.Glenn Morris2010-04-15
|