summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * ack.texi (Acknowledgments): Org and Prolog updates.Glenn Morris2012-02-201-5/+8
|
* * emacs.texi (Acknowledgments): Add several names from Author: headers.Glenn Morris2012-02-202-31/+32
|
* mm-decode.el (mm-shr): Remove "soft hyphens".Lars Ingebrigtsen2012-02-202-0/+6
|
* Avoid a race condition in url-queue-kill-jobLars Ingebrigtsen2012-02-202-3/+9
| | | | | | * url-queue.el (url-queue-kill-job): Delete the process sentinel before killing the process to avoid a race condition between the two processes killing off the process buffer.
* nnimap.el (nnimap-request-list): Return the group names encoded as utf8. ↵Lars Ingebrigtsen2012-02-203-9/+15
| | | | | | | Otherwise non-European group names don't work. (nnimap-request-newgroups): Ditto. gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for the default in `read-string' (bug#10757).
* gnus-msg.el: Fix bug with `C-u a' on topics (bug#10843)Lars Ingebrigtsen2012-02-202-1/+4
|
* Warn instead of erroring when pruning the URL cacheLars Ingebrigtsen2012-02-202-1/+9
| | | | | * url.el (url-retrieve-internal): Warn about file errors when pruning the cache instead of bugging out.
* Check FROM arg to substring in icomplete-completionsLeo Liu2012-02-202-1/+8
| | | | See: http://debbugs.gnu.org/10850
* nnimap.el: IMAP command logging improvement; When moving articles between ↵Lars Ingebrigtsen2012-02-202-1/+10
| | | | IMAP servers, delete from the correct server
* Fix author commentGlenn Morris2012-02-191-2/+2
|
* * doc/emacs/emacs.texi (Distrib): Small updates.Glenn Morris2012-02-192-28/+23
|
* * doc/emacs/ack.texi (Acknowledgments): More updates.Glenn Morris2012-02-192-6/+19
|
* Re-fill acknowledged authorsGlenn Morris2012-02-191-71/+81
|
* * doc/emacs/emacs.texi (Acknowledgments): Add several names from ack.texi.Glenn Morris2012-02-192-33/+36
|
* gnus-demon.el (gnus-demon-init): Don't multiply time twice.Vida Gabor2012-02-192-2/+6
|
* Use text properties for color escape highlighting in Shell mode.Chong Yidong2012-02-194-21/+48
| | | | | | | | | | | | | | | | | * ansi-color.el: Don't set comint-output-filter-functions; it is now in the initial value defined in comint.el. (ansi-color-apply-face-function): New variable. (ansi-color-apply-on-region): Use it. (ansi-color-apply-overlay-face): New function. * comint.el: Require ansi-color. (comint-output-filter-functions): Add ansi-color-process-output. * shell.el (shell): No need to require ansi-color. (shell-mode): Use ansi-color-apply-face-function to highlight color escapes using font-lock-face property. Fixes: debbugs:10835
* Protect fileio.c primitives against invalid file handler return values.Chong Yidong2012-02-192-10/+69
| | | | | | | | | | * src/fileio.c (Ffile_name_directory, Ffile_name_nondirectory) (Funhandled_file_name_directory, Ffile_name_as_directory) (Fdirectory_file_name, Fexpand_file_name) (Fsubstitute_in_file_name): Protect against invalid file handler return values. Fixes: debbugs:10845
* Make url-queue not kill a random buffer on errorLars Ingebrigtsen2012-02-192-1/+7
| | | | | | * url-queue.el (url-queue-callback-function): Remove the job from the queue so that we don't kill the current buffer, which will then make the callback function kill a random buffer.
* Fix mode-line-format handling bug in Ediff.Chong Yidong2012-02-193-5/+13
| | | | | | | * lisp/vc/ediff-init.el (ediff-strip-mode-line-format): Handle non-list mode-line formats. Fixes: debbugs:10839
* Fix typo.Chong Yidong2012-02-191-1/+1
|
* Updates to Documentation chapter of Lisp manual.Chong Yidong2012-02-199-73/+95
| | | | | | | | | | | | | | * doc/lispref/help.texi (Documentation, Documentation Basics, Help Functions): Minor clarifications. (Accessing Documentation): Clarify what documentation-property is for. Add xref to Keys in Documentation. * doc/lispref/macros.texi (Defining Macros): * doc/lispref/modes.texi (Derived Modes): Say "documentation string" instead of docstring. * doc/lispref/tips.texi (Documentation Tips): Don't recommend using * in docstrings.
* Reorganize some NEWS items.Chong Yidong2012-02-191-36/+29
|
* Can't remember why this matters, but Rmail binds M-s tooGlenn Morris2012-02-181-0/+3
|
* shr.el (shr-image-fetched): Be more defensive about killing the correct bufferLars Ingebrigtsen2012-02-182-14/+20
|
* * doc/emacs/ack.texi (Acknowledgments): Add xref to Org manual.Glenn Morris2012-02-182-4/+8
|
* * doc/emacs/ack.texi: No escape...Glenn Morris2012-02-181-2/+2
|
* Checked rmail.texiGlenn Morris2012-02-186-51/+81
| | | | | | | | | | | | | | | | | * doc/emacs/rmail.texi: Copyedits. Use 'mail composition buffer' in place of '*mail*', since Message does not call it that. (Rmail Reply): Rename rmail-dont-reply-to-names. \\`info- no longer handled specially. Update for rmail-enable-mime-composing. Don't mention 'm' for replies. Don't mention rmail-mail-new-frame and cancelling, since it does not work for Message at the moment. * lisp/mail/rmail.el (rmail-dont-reply-to-names): Mark as obsolete. * lisp/mail/undigest.el (unforward-rmail-message): Doc fix. * admin/FOR-RELEASE: Related markup.
* * lisp/saveplace.el (save-place-ignore-files-regexp): Add :version.Glenn Morris2012-02-182-0/+5
| | | | (ps feature freeze anyone?)
* Fix display of iterator stack by .gdbinit command "pitx".Eli Zaretskii2012-02-182-2/+7
| | | | | src/.gdbinit (pitx): Fix incorrect references to fields of the iterator stack.
* Give Tabulated List mode its own Lisp manual node.Chong Yidong2012-02-186-61/+195
| | | | | | | * modes.texi (Tabulated List Mode): New node. (Basic Major Modes): Add xref to it. * processes.texi (Process Information): Mention Process Menu mode.
* Update char-script-table from the latest Unicode Database.Eli Zaretskii2012-02-182-14/+100
| | | | | lisp/international/characters.el (script-list): Sync with the latest Unicode Character Database.
* * international/titdic-cnv.el: Remove duplicate coding tag.Andreas Schwab2012-02-184-14/+7
| | | | | * language/cham.el: Likewise. * language/tai-viet.el: Likewise.
* Use utf-8 Baha'i in calendar doc-strings, menus, etcGlenn Morris2012-02-175-21/+44
| | | | | | | | | | * lisp/calendar/cal-menu.el (cal-menu-diary-menu, cal-menu-goto-menu): * lisp/calendar/calendar.el (diary-file, diary-bahai-entry-symbol) (calendar-bahai-all-holidays-flag, calendar-other-dates): * lisp/calendar/diary-lib.el (diary-abbreviated-year-flag): * lisp/calendar/holidays.el (holiday-bahai-holidays) (calendar-holidays, list-holidays): Use utf-8 Baha'i in doc-strings, menus, etc.
* * doc/emacs/cal-xtra.texi: Copyedits.Glenn Morris2012-02-173-45/+41
| | | | * admin/FOR-RELEASE: Related markup.
* * doc/emacs/emacs-xtra.texi: Set encoding to ISO-8859-1.Glenn Morris2012-02-172-0/+6
|
* 2012-02-17 Tassilo Horn <tassilo@member.fsf.org>Tassilo Horn2012-02-172-14/+30
| | | | | | | | * saveplace.el (save-place-ignore-files-regexp): New variable allowing for excluding files from saving their location. The default value matches the temporary commit message editing files from Git, SVN, Bazaar, and Mercurial. (save-place-to-alist): Use it.
* * lisp/newcomment.el (uncomment-region-default): Don't leave extra spaceLawrence Mitchell2012-02-172-19/+26
| | | | | | when an arg is provided. Fixes: debbugs:8150
* Clarify doc of scan-lists.Chong Yidong2012-02-174-23/+36
| | | | | | | | * doc/lispref/syntax.texi (Motion via Parsing): Doc fix for scan-lists. * src/syntax.c (Fscan_lists): Doc fix. Fixes: debbugs:10833
* * net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.Ted Zlatanov2012-02-172-1/+5
|
* * lisp/net/socks.el: Require network-stream.Glenn Morris2012-02-172-0/+13
| | | | Fixes: debbugs:10599
* Fix cross-references between different manualsGlenn Morris2012-02-169-14/+34
| | | | | | | | | | | | * emacs/maintaining.texi (Old Revisions): Fix cross-refs to Ediff manual. * lispintro/emacs-lisp-intro.texi (Design @value{COUNT-WORDS}, Syntax) (count-words-in-defun): Fix cross-refs to Emacs manual. * lispref/hooks.texi (Standard Hooks): Fix cross-ref to Emacs manual. * misc/gnus.texi (Posting Styles): * misc/remember.texi (Org): Fix cross-refs to other manuals.
* merge trunkKenichi Handa2012-02-1734-971/+1266
|\
| * Adjust info-xref-check-all instructions in FOR-RELEASEGlenn Morris2012-02-161-1/+1
| |
| * * doc/emacs/ack.texi (Acknowledgments): Mention Gnulib.Glenn Morris2012-02-162-0/+7
| |
| * * ack.texi, calendar.texi, cal-xtra.texi: Use "Bahá'í".Glenn Morris2012-02-164-17/+18
| |
| * Tiny NEWS changesGlenn Morris2012-02-161-6/+8
| |
| * Check calendar.texiGlenn Morris2012-02-163-40/+48
| | | | | | | | | | | | | | * doc/emacs/calendar.texi: Misc small changes, including updating the dates of examples. * admin/FOR-RELEASE: Related markup.
| * Update Syntax chapter of Lisp manual.Chong Yidong2012-02-168-244/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/syntax.texi (Syntax Tables, Syntax Descriptors) (Syntax Table Functions): Copyedits. (Syntax Basics): Don't repeat the material in the preceding node. (Syntax Class Table): Use a table. (Syntax Properties): Document syntax-propertize-function and syntax-propertize-extend-region-functions. (Motion via Parsing): Fix indentation. (Parser State): Update for the new "c" comment style. Fix description of item 7 (comment style). * doc/lispref/modes.texi (Syntactic Font Lock): Add xref to Syntactic Font Lock node.
| * Use add-to-list instead of push in gnus-1Leo Liu2012-02-162-2/+6
| | | | | | | | to avoid duplicate entries.
| * * doc/emacs/calendar.texi: Misc small changes.Glenn Morris2012-02-162-36/+35
| |