summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * README: Add a note about ranges in copyright years.Glenn Morris2011-01-242-0/+10
| | | | (See current maintain.info.)
* * configure.in: Set CANNOT_DUMP on ia64 hpux (port from emacs-23).Glenn Morris2011-01-242-6/+13
|
* Merge from emacs-23.Glenn Morris2011-01-2424-116/+242
|\ | | | | | | Note setting of CANNOT_DUMP on ia64 hpux is still to be merged manually.
| * ChangeLog fix: there was no change to ruby-expr-beg.Glenn Morris2011-01-241-2/+1
| |
| * * lisp/comint.el (comint-mode): Doc fix. (Bug#7897)Glenn Morris2011-01-242-3/+7
| |
| * * xdisp.c (handle_fontified_prop): Be careful with font-lock changingStefan Monnier2011-01-242-0/+14
| | | | | | | | | | | | the buffer's point-max. Fixes: debbugs:7876
| * * files.el (file-name-non-special): Only change buffer-file-name afterStefan Monnier2011-01-242-15/+17
| | | | | | | | | | | | insert-file-contents if it's `visit'ing the file. Fixes: debbugs:7854
| * * lisp/gnus/nnbabyl: Fix typo in copyright years.Glenn Morris2011-01-231-1/+1
| |
| * Backport copyright fix from trunk.Glenn Morris2011-01-231-2/+1
| | | | | | | | | | | | * lisp/mwheel.el: Fix typo in copyright years. Duplicate 2002 introduced in CVS r1.35. 2003 is a copyrightable year since Emacs 21.3 was released then.
| * * movemail.c (main): Use setregid, as setegid is missing on HP-UX (Bug#6811).Chong Yidong2011-01-232-4/+9
| | | | | | | | Suggested by Peter O'Gorman.
| * * lisp.h (XPNTR): Obey DATA_SEG_BITS in all non-USE_LSB_TAG cases (Bug#6811).Chong Yidong2011-01-232-24/+20
| | | | | | | | Remove unused HAVE_SHM branch.
| * Two more hunks from the HP-UX patch at Bug#6811.Peter O'Gorman2011-01-235-0/+21
| | | | | | | | | | * configure.in: Add HP-UX on IA64 (Bug#6811). * src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
| * * lwlib-Xm.c (xm_update_menu): Avoid a NULL pointer dereference (Bug#7690).Werner Meisner2011-01-232-1/+6
| |
| * * loading.texi (Library Search): Document list-load-path-shadows (Bug#7757).Chong Yidong2011-01-232-0/+31
| |
| * * dired.el (dired-revert): Doc fix (Bug#7758).Chong Yidong2011-01-232-1/+8
| |
| * Mark tiny change.Glenn Morris2011-01-221-1/+1
| |
| * Remove outdated paragraph from Lisp manual (Bug#7780).Chong Yidong2011-01-222-9/+5
| | | | | | | | | | * doc/lispref/searching.texi (Regexp Special): Remove outdated discussion of character sets.
| * Merge several fixes from upsteam ruby-mode.Nobuyoshi Nakada2011-01-222-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | * lisp/progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for here-doc which ends with an underscore. (ruby-mode-set-encoding): Skip shebang line always. (ruby-mode-map): Bind C-c C-c to comment-region. (ruby-expr-beg, ruby-font-lock-keywords): Highlight literal hash key labels as symbols. (ruby-forward-sexp): Stop after literal hash key labels. (ruby-font-lock-syntactic-keywords): Highlight regexp after open bracket.
| * * nt/iconcs/README: Add 2010, 2011 to FSF copyright years.Glenn Morris2011-01-221-4/+4
| |
| * * lisp/simple.el (do-auto-fill): Give it a doc string.Glenn Morris2011-01-222-9/+8
| |
| * Fix toggling of case-fold-search from re-builder menu (Bug#7650).Keitaro Miyazaki2011-01-222-1/+8
| | | | | | | | | | * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in the correct buffer.
| * * frames.texi (Pop-Up Menus): Document where menu title comes from (Bug#7684).Chong Yidong2011-01-222-3/+12
| |
| * Doc fix for make-text-button.Glenn Morris2011-01-224-15/+22
| | | | | | | | | | | | * doc/lispref/display.texi (Making Buttons): Mention limitation of text buttons. * lisp/button.el (make-text-button): Doc fix. (See bug#7881)
| * * simple.el (line-move-visual): Doc fix (Bug#7594).Chong Yidong2011-01-222-2/+6
| |
* | Merge changes made in Gnus trunk.Gnus developers2011-01-247-10/+103
| | | | | | | | | | | | | | | | | | | | shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6] tags. mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg if EPG is loaded. message.texi (IDNA): Explain what it is. gnus.texi (The Empty Backend): Document nnnil (bug #7653). gnus-agent.el (gnus-agent-prompt-send-queue): Whitespace fix. shr.el (shr-expand-newlines): Proof of concept implemantation of boxy backgrounds. (shr-expand-newlines): Switch to using overlays to enable kill'n'yank in a more sensible manner.
* | * lisp/progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):Stefan Monnier2011-01-242-2/+7
| | | | | | | | | | | | Don't move backward, so as not to fall in an inf-loop. Fixes: debbugs:7736
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Stefan Monnier2011-01-242-8/+12
| | | | | | | | | | | | Handle ?" and friends differently (e.g. don't use backrefs). Fixes: debbugs:7735
* | Adding missing ChangeLog entry for rcirc.el change.Deniz Dogan2011-01-241-0/+5
| |
* | * calc/calc.el (calc-default-power-reference-level)Jay Belanger2011-01-235-5/+168
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (calc-default-field-reference-level): New variables. * calc/calc-units.el (math-standard-units): Add dB and Np. (math-logunits): New variable. (math-extract-logunits, math-logcombine, calcFunc-luplus) (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level) (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level): New functions. (math-find-base-units-rec): Add entry for ln(10). * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help. (calc-ul-prefix-help): New function. * calc/calc-ext.el (calc-init-extensions): Autoload new units functions. Add keybindings for new units functions.
* | Merge: Remove HAVE_RAW_DECL_CHOWN etc. from config.hPaul Eggert2011-01-2310-641/+492
|\ \
| * | Remove HAVE_RAW_DECL_CHOWN etc. from config.hPaul Eggert2011-01-2310-641/+492
| | |
* | | gnus-html.el (gnus-html-image-fetched): Don't kill the temporary buffer ↵Lars Ingebrigtsen2011-01-245-41/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after being called. It's apparently being killed by url.el, and killing it made point move to end-of-buffer in a random buffer. shr.el (shr-image-fetched): Ditto. shr.el (shr-image-fetched): Avoid having point move in the article buffer. gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and fix the bug in url-http.el instead. shr.el (shr-image-fetched): Ditto. gravatar.el (gravatar-retrieve): Be silent when retrieving. gnus-gravatar.el (gnus-gravatar-insert): Don't move point around in the article buffer. (gnus-gravatar-insert): Use blank space from the current buffer to avoid breaking text properties. This makes X-Sent updating work again. gnus-art.el (gnus-article-read-summary-keys): Don't call disabled commands.
* | | * lisp/mwheel.el: Fix typo in copyright years.Glenn Morris2011-01-231-1/+1
| | | | | | | | | | | | | | | Duplicate 2002 introduced in CVS r1.35. 2003 is a copyrightable year since Emacs 21.3 was released then.
* | | * etc/images/README: Add 2011 to copyright years for (un)checked.xpm.Glenn Morris2011-01-231-1/+1
|/ /
* | * nsterm.m (x_set_offset): Set dont_constrain to 0 so the call toJan Djärv2011-01-232-2/+10
| | | | | | | | setFrameTopLeftPoint is constrained.
* | mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.Julien Danjou2011-01-233-3/+10
| | | | | | | | mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to text/x-org.
* | Improve configuration of makeinfo.Werner LEMBERG2011-01-234-54/+70
| | | | | | | | | | | | * Makefile.in (MAKEINFO): Now controlled by `configure'. (MAKEINFO_OPTS): New variable. Use it where appropriate. (ENVADD): Updated.
* | Improve configuration of makeinfo.Werner LEMBERG2011-01-232-5/+15
| | | | | | | | | | | | * Makefile.in (MAKEINFO): Now controlled by `configure'. (MAKEINFO_OPTS): New variable. Use it where appropriate. (ENVADD): New variable to control texi2dvi and texi2pdf.
* | * Makefile.in (MAKEINFO): Now controlled by `configure'.Werner LEMBERG2011-01-232-5/+15
| | | | | | | | | | (MAKEINFO_OPTS): New variable. Use it where appropriate. (ENVADD): New variable to control texi2dvi and texi2pdf.
* | Merge: Check return values of some library calls.Paul Eggert2011-01-227-11/+40
|\ \
| * | Check return values of some library calls.Paul Eggert2011-01-227-11/+40
| | |
* | | * src/image.c: Add cast to fix type clashPaul Eggert2011-01-222-1/+4
|\ \ \ | |/ /
| * | * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clashPaul Eggert2011-01-222-1/+4
|/ / | | | | | | when calling XpmCreatePixmapFromData.
* | Mark tiny change.Glenn Morris2011-01-221-1/+1
| |
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-2237-199/+177
| |
* | Merge chages made in Gnus trunk.Gnus developers2011-01-239-11/+63
| | | | | | | | | | | | | | | | | | | | | | | | mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org. gnus-draft.el (gnus-group-send-queue): Update the queue group in the group buffer after sending the queue. gnus-draft.el (gnus-group-send-queue): Really refresh the queue group after sending. gnus-agent.el (gnus-agent-send-mail): Ditto. gnus-group.el (gnus-group-refresh-group): New convenience function. message.el (message-bogus-addresses): Remove commented-out value. message.el (message-check-recipients): Display the encoded version of the bogus address if they differ. flow-fill.el (fill-flowed): Make `delete-space' option correspond to "DelSp" parameter in RFC3676. gnus-sum.el (gnus-summary-move-article): Protect against backends (i.e., nnimap) returning nil as the article number.
* | Tweak previous copyright.el change.Glenn Morris2011-01-221-4/+2
| | | | | | | | | | | | * lisp/emacs-lisp/copyright.el (copyright-find-copyright) (copyright-update, copyright-fix-years): Do the initial widen and move in copyright-find-copyright.
* | * lisp/emacs-lisp/copyright.el (copyright-fix-years): Use ↵Glenn Morris2011-01-222-1/+2
| | | | | | | | copyright-find-copyright.
* | Some copyright.el updates.Glenn Morris2011-01-222-97/+112
| | | | | | | | | | | | | | | | * lisp/emacs-lisp/copyright.el (copyright-find-copyright): New function, split out from copyright-update-year. (copyright-update): Don't mess with the GPL version if we don't own the copyright. Update license regexp, and remove no longer needed Esperanto stuff.
* | * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).Chong Yidong2011-01-222-1/+7
| |