bpt/emacs.git
2011-10-26 Paul Eggert* syntax.c (ST_COMMENT_STYLE, ST_STRING_STYLE): Revert...
2011-10-25 Paul EggertMerge from trunk.
2011-10-25 Paul Eggert* configure.in: Respect MAKE env-var. (Bug#9868, part 2)
2011-10-25 Eli ZaretskiiDon't put INSTALL into w32 binary distributions. ...
2011-10-25 Nali Toja* configure.in (HAVE_GNU_MAKE): Respect MAKE env-var...
2011-10-25 Paul Eggert* dispextern.h (Fcontrolling_tty_p): New decl (Bug...
2011-10-25 Stefan MonnierMake function-key-map apply when key is bound to `undef...
2011-10-25 Michael Albinus* net/tramp-sh.el (tramp-sh-handle-file-directory-p...
2011-10-25 Stefan Monnier* comint.el (comint-get-old-input-default): Fix thinko...
2011-10-25 Glenn Morris* abbrevs.texi (Saving Abbrevs): quietly-read-abbrev...
2011-10-25 Enami Tsugutomo* sysdep.c (init_sys_modes): Fix the check for the...
2011-10-25 Christoph Scholtes* INSTALL: Update URL for GTK download page.
2011-10-25 Stefan Monnier* lisp/comint.el (comint-get-old-input-default): Fix...
2011-10-24 Paul Eggert* character.c (Funibyte_string): Use CHECK_RANGED_INTEG...
2011-10-24 Paul Eggert*print.c (Fexternal_debugging_output): Use more-conserv...
2011-10-24 Paul Eggert* print.c (PRINTFINISH): Undo alloca change; not needed.
2011-10-24 Paul Eggert* lread.c: Fix off-by-one error that can read outside...
2011-10-24 Juanma Barranquerolisp/facemenu.el: Slightly expand a comment in `list...
2011-10-24 Glenn Morris* lisp/emacs-lisp/easy-mmode.el (define-minor-mode...
2011-10-24 Glenn MorrisAuto-commit of generated files.
2011-10-24 Michael Albinus* notifications.el: Add the requirement of a running...
2011-10-24 Juri Linkov* lisp/isearch.el (isearch-occur): Let-bind `search...
2011-10-24 Juri Linkov* lisp/info.el (Info-following-node-name-re): Add newli...
2011-10-24 Paul Eggert* keyboard.c (parse_modifiers_uncached): Simpler fix.
2011-10-24 Stefan Monnier* lisp/progmodes/octave-inf.el (inferior-octave-mode...
2011-10-24 Paul Eggert* configure.in (LIB_PTHREAD): Prepend -lpthread to...
2011-10-24 Stefan Monnier* subr.el (apply-partially): Remove redundant comment.
2011-10-24 Chong YidongDocument scroll-up-line and scroll-down-line in Emacs...
2011-10-23 Paul EggertMerge from trunk.
2011-10-23 Michael AlbinusSync with Tramp 2.2.3.
2011-10-23 Michael AlbinusSync with Tramp 2.2.3.
2011-10-23 Chong YidongDocument scroll bar changes in Emacs manual.
2011-10-23 Paul EggertMerge from trunk.
2011-10-23 Chong YidongMake vc-toggle-read-only an alias for toggle-read-only.
2011-10-22 Martin RudalicsIn mouse-drag-line correctly use window-in-direction.
2011-10-22 Chong Yidong* doc/emacs/windows.texi (Displaying Buffers): Fix...
2011-10-22 Alan MackenzieFix bug #9560, sporadic wrong indentation; improve...
2011-10-22 Martin RudalicsFix minibuffer resizing.
2011-10-22 Eli ZaretskiiFix bugs #641 and #9794 with %Z and current-time-zone...
2011-10-22 Chong YidongReorganize confirm-nonexistent-file-or-buffer documenta...
2011-10-21 Chong YidongFix for 2011-10-21T02:23:59Z!cyd@gnu.org.
2011-10-21 Chong YidongUpdate Files chapter of Emacs manual.
2011-10-21 Eli Zaretskiietc/PROBLEMS: Mention crashes on MS-Windows when compil...
2011-10-21 Martin RudalicsFix and improve mouse-dragging of horizontal/vertical...
2011-10-21 Ulrich Muellertar-grind-file-mode fix.
2011-10-21 Chong YidongUse mode-require-final-newline for idlwave.el and vera...
2011-10-20 Glenn Morris* test/automated/vc-bzr.el (vc-bzr-test-bug9781): New...
2011-10-20 Glenn Morris* lisp/vc/vc.el (vc-next-action): Handle removed direct...
2011-10-20 Eli Zaretskiisrc/bidi.c: Fix a typo in a comment.
2011-10-20 Eli ZaretskiiImprove the speedup of bidi display introduced in 2011...
2011-10-20 Glenn MorrisAuto-commit of generated files.
2011-10-20 Paul EggertTime zone name fixes for non-ASCII locales (Bug#641...
2011-10-20 Glenn MorrisFix ChangeLog attribution.
2011-10-20 Glenn MorrisFix ChangeLog attribution.
2011-10-20 Glenn MorrisFix ChangeLog attribution.
2011-10-20 Glenn MorrisFix ChangeLog attribution.
2011-10-20 Glenn MorrisFix ChangeLog attribution, add bug ref.
2011-10-20 Glenn Morris* test/automated/vc-bzr.el: New file.
2011-10-20 Christoph Scholtes* emulation/cua-base.el (cua-set-mark): Fix case of...
2011-10-20 Chong YidongAdapt to new minor mode function behavior in manual...
2011-10-20 Chong YidongFix more minor mode docstrings.
2011-10-19 Juri Linkov* lisp/descr-text.el (describe-char): Add #x2010 and...
2011-10-19 Stefan Monnier* vc/log-edit.el (log-edit-empty-buffer-p): Ignore...
2011-10-19 Michael Albinus* net/tramp.el (tramp-connectable-p): Make a stronger...
2011-10-19 Glenn Morris* lisp/vc/vc-bzr.el (vc-bzr-after-dir-status): Ignore...
2011-10-19 Jan Djärv* INSTALL: Remove XCode part.
2011-10-19 Chong YidongFix minor mode docstrings for the new meaning of a...
2011-10-19 Eli ZaretskiiFollowup to 2011-10-19T09:48:35Z!eliz@gnu.org.
2011-10-19 Glenn MorrisAuto-commit of generated files.
2011-10-19 Eli ZaretskiiFix part 2 of bug #9771 with lines that start with...
2011-10-19 Juri Linkov* lisp/net/browse-url.el (browse-url-can-use-xdg-open...
2011-10-19 Juri Linkov* lisp/net/browse-url.el (browse-url-browser-function...
2011-10-19 Chong YidongUpdate Search chapter in Emacs manual.
2011-10-18 Chong YidongMore edits to Display chapter of Emacs manual.
2011-10-18 Chong YidongHave nobreak-char-display handle U+2010 and U+2011.
2011-10-18 Jan Djärv* configure.in (GLIB_REQUIRED, GTK_REQUIRED): Set to...
2011-10-18 Eli ZaretskiiFix bug #9771 with slow redisplay in long lines full...
2011-10-18 Paul Eggert2 GiB, not 4 GiB, for buffer sizes.
2011-10-18 Paul EggertMention buffer size limit --with-wide-int on 32-bit...
2011-10-18 Juanma Barranquerolisp/facemenu.el (list-colors-duplicates): Detect more...
2011-10-18 Teodor ZlatanovMerge changes made in Gnus trunk.
2011-10-18 Stefan Monnier* lisp/vc/log-edit.el (log-edit): Add "Author:" header...
2011-10-18 Michael Albinus* net/tramp.el (tramp-file-name-handler): Load Tramp...
2011-10-18 Daiki UenoFix changelog entry for the last mml2015-epg-find-usabl...
2011-10-18 Jirka Kosek* lisp/international/mule.el (sgml-html-meta-auto-codin...
2011-10-18 Glenn MorrisDoc fixes related to vc-initial-comment.
2011-10-18 Glenn MorrisSmall updates for admin/notes/.
2011-10-18 Chong Yidong* make-dist: Remove Cocoa/Emacs.xcodeproj from distribu...
2011-10-18 Chong Yidong* lisp/faces.el (cursor): Doc fix.
2011-10-18 Jan DjärvRemoved nextstep/Cocoa/Emacs.xcodeproj.
2011-10-18 Chong YidongEdits to Display chapter of Emacs manual.
2011-10-17 Teodor ZlatanovMerge changes made in Gnus trunk.
2011-10-17 Chong Yidong* lisp/font-lock.el (font-lock-maximum-size): Mark...
2011-10-17 Ryan Barrett* dirtrack.el (dirtrack): Support shell buffers with...
2011-10-17 Eli ZaretskiiFix part 1 of bug #9771 with assertion violation in...
2011-10-17 Ted Zlatanov* json.el: Bump version to 1.3; (json-alist-p, json...
2011-10-17 Glenn MorrisChangeLog fix (problem had no particular relation to...
2011-10-17 Stefan Monnier* lisp/comint.el (comint-insert-input): Fix last change.
2011-10-17 Eli ZaretskiiFix part 4 of bug#9771 with assertion violation when...
2011-10-17 Stefan Monniercomint.el: Don't let `insert' break an `input' field...
next