log

age author description
2011-01-09 Paul Eggert Include <getopt.h> not "getopt.h".
2011-01-09 Paul Eggert * lib/Makefile.in: Regenerate.
2011-01-09 Paul Eggert * lib/COPYING: New file, a copy of COPYING.
2011-01-09 Paul Eggert * configure: Regenerate.
2011-01-09 Paul Eggert * configure.in (AC_USE_SYSTEM_EXTENSIONS): Remove: gnulib does this.
2011-01-09 Paul Eggert Regenerate.
2011-01-09 Paul Eggert Use gnulib's getopt-gnu module.
2011-01-09 Paul Eggert remove file mistakenly committed
2011-01-09 Paul Eggert Regenerate.
2011-01-09 Paul Eggert * mktime.c: Remove; moving to ../lib.
2011-01-09 Paul Eggert Use gnulib's mktime module.
2011-01-09 Paul Eggert Regenerate.
2011-01-09 Paul Eggert Use gnulib's ftoastr module.
2011-01-08 Paul Eggert Regenerate.
2011-01-08 Paul Eggert Automate syncing from gnulib.
2011-01-17 Paul Eggert * xfns.c (x_real_positions): Fix signedness of local var 'ign'.
2011-01-17 Paul Eggert * regex.c (analyse_first): Remove unreachable 'continue' statement.
2011-01-17 Paul Eggert * xterm.h (struct x_display_info): Remove stray semicolon.
2011-01-17 Paul Eggert * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
2011-01-17 Paul Eggert * fileio.c (make_temp_name): Remove unreachable code.
2011-01-17 Paul Eggert * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
2011-01-17 Paul Eggert * xfns.c (x_real_positions): Fix signedness of local var 'ign'.
2011-01-17 Paul Eggert * regex.c (analyse_first): Remove unreachable 'continue' statement.
2011-01-17 Paul Eggert * xterm.h (struct x_display_info): Remove stray semicolon.
2011-01-17 Paul Eggert * lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
2011-01-17 Paul Eggert * fileio.c (make_temp_name): Remove unreachable code.
2011-01-17 Paul Eggert * fontset.c (free_realized_fontset): Mark unreachable code with if (0).
2011-01-17 Paul Eggert * coding.c (decode_coding_emacs_mule): Remove unreachable code.
2011-01-17 Paul Eggert * coding.c (decode_coding_emacs_mule): Remove unreachable code.
2011-01-16 Tassilo Horn * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
2011-01-16 Tassilo Horn Add face definition for header-line.
2011-01-16 Glenn Morris * lisp/info-xref.el (info-xref-docstrings): Also skip directories.
2011-01-16 Glenn Morris Refill some copyright headers.
2011-01-16 Glenn Morris * src/xsettings.c: Comment fix.
2011-01-16 Glenn Morris * lisp/info-xref.el (info-xref-docstrings): Replace cl function.
2011-01-16 Glenn Morris info-xref.el Version 3.
2011-01-16 Juri Linkov * lisp/isearch.el (isearch-abort): Don't quit if search has
2011-01-15 Glenn Morris * Makefile.in (epaths-force): No more arch-tag to edit.
2011-01-15 Glenn Morris Nuke arch-tags.
2011-01-15 Glenn Morris * admin/charsets/cp51932.awk: No longer print arch-tag.
2011-01-15 Glenn Morris * admin/charsets/eucjp-ms.awk: No longer print arch-tag.
2011-01-15 Glenn Morris Add 2011 to remaining FSF/AIST copyright years.
2011-01-15 Glenn Morris * admin/notes/bzr: More on previous.
2011-01-15 Glenn Morris * admin/notes/bzr: Add an idiot's guide to merging between branches.
2011-01-15 convert-repo update tags
2011-01-15 Glenn Morris bzrmerge.el trivia.
2011-01-15 Glenn Morris Merge from emacs-23 branch, up to r100382.
2011-01-15 Chong Yidong Bump version to 23.2.92. EMACS_PRETEST_23_2_92
2011-01-15 Chong Yidong * building.texi (Compilation): Improve instructions for running two compilations (Bug#7573).
2011-01-15 Chong Yidong Avoid crash in Fselect_frame due to null selected_window (Bug#7728).
2011-01-15 Chong Yidong Make last-resort backup file in .emacs.d (Bug#6953).
2011-01-14 Kenichi Handa Fix setting of buffer-file-coding-system of RMAIL buffer.
2011-01-14 Kenichi Handa merge emacs-23
2011-01-14 Kenichi Handa Fix setting of buffer-file-coding-system of RMAIL buffer.
2011-01-13 Chong Yidong * lisp/subr.el (event-start, event-end): Doc fix (Bug#7826).
2011-01-13 Chong Yidong * message.el (message-bury): Add special-case handling for Rmail.
2011-01-12 Kenichi Handa Another improvement of MIME handling in rmail.
2011-01-12 Kenichi Handa merge emacs-23
2011-01-12 Kenichi Handa merge emacs-23
2011-01-12 Kenichi Handa Another improvement of MIME handling in rmail.
2011-01-12 Glenn Morris * message.el (message-mail): A compose-mail function should accept headers as strings.
2011-01-12 Chong Yidong Distinguish between terminfo and termcap on NetBSD (Bug#7642).
2011-01-12 Chong Yidong lisp/emulation/tpu-edt.el: Regenerate md5sum.
2011-01-11 Stefan Monnier * tmm.el (tmm-get-keymap): Skip bindings without labels.
2011-01-11 Stefan Monnier * whitespace.el (global-whitespace-newline-mode): Fix call
2011-01-10 Michael Albinus * net/tramp.el (tramp-find-inline-compress)
2011-01-10 Michael Albinus * net/tramp.el (tramp-default-method): Initialize with pscp/plink
2011-01-09 Eli Zaretskii Fix bug #6684 with shell pipelines on MS-Windows.
2011-01-08 Chong Yidong Fix permanancy of BUFFER-LIST arg to list-buffers-noselect (Bug#7749).
2011-01-08 Chong Yidong Move directory-abbrev-alist doc from Lispref to Emacs manual.
2011-01-08 Chong Yidong Explain why directory-abbrev-alist should be anchored (Bug#7777).
2011-01-08 Chong Yidong * net/ldap.el (ldap-search-internal): Discard stderr output.
2011-01-07 Eli Zaretskii Fix bug #7777 with documentation of directory-abbrev-alist.
2011-01-07 Eli Zaretskii Fix description of emacsclientw.exe.
2011-01-06 Stefan Monnier * vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time):
2011-01-04 Kenichi Handa Fix handling of unknown MIME type (bug#7651).
2011-01-04 Kenichi Handa Fix handling of unknown MIME type (bug#7651).
2011-01-04 Kenichi Handa merge emacs-23
2011-01-15 Glenn Morris Merge from emacs-23 branch.
2011-01-03 Jan D. Backport bug 7517 fixes from trunk.
2011-01-15 Chong Yidong * configure: Bump min libxml2 version to 2.6.17 (Bug#7603).
2011-01-15 Katsumi Yamaoka [Gnus] Update copyright years.
2011-01-14 Stefan Monnier * lisp/hexl.el (hexl-mode-old-*): Remove.
2011-01-14 Paul Eggert Merge: make-dist distributes test/ files too.
2011-01-14 Paul Eggert * make-dist: Distribute test/ files too.
2011-01-14 Stefan Monnier * lisp/vc/smerge-mode.el: Resolve comment conflicts more aggressively.
2011-01-14 Stefan Monnier Update md5 checksums
2011-01-14 Glenn Morris ChangeLog merge fixes.
2011-01-14 Stefan Monnier Merge from emacs-23
2011-01-14 Kim F. Storm * emulation/cua-base.el (cua--init-keymaps):
2011-01-03 Eli Zaretskii Don't use png_jmpbuf, it doesn't work with dynamic loading.
2011-01-03 Glenn Morris Forgot to mark tiny change.
2011-01-03 Glenn Morris Abbrev.el fix for bug #7733. (tiny change)
2011-01-03 Stefan Monnier * progmodes/python.el (python-mode): Don't impose font-lock.
2011-01-03 Glenn Morris * doc/misc/nxml-mode.texi (Introduction): Fix file name typos.
2011-01-03 Glenn Morris Update refcards/*.tex short copyright year to 2011.
2011-01-03 Glenn Morris * admin/admin.el (set-copyright): Also handle \year in refcards/*.tex.
2011-01-03 Glenn Morris Revert accidental update of non-FSF copyright from r99313.
2011-01-02 Glenn Morris Add 2011 to FSF/AIST copyright years.
2011-01-14 Tassilo Horn * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
2011-01-14 Deniz Dogan * net/rcirc.el: Adding maintainer info and e-mail addresses.
2011-01-14 Glenn Morris * admin/bzrmerge.el: Require cl when compiling.
2011-01-14 Stefan Monnier * lisp/emacs-lisp/easymenu.el: Add :enable, and obey :label. Require CL.
2011-01-13 Stefan Monnier Use run-mode-hooks for major mode hooks.
2011-01-13 Stefan Monnier * lisp/mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
2011-01-13 Stefan Monnier * test/indent/prolog.prolog: Add tokenizing tests.
2011-01-13 Stefan Monnier * lisp/progmodes/prolog.el: Use syntax-propertize. Further code cleanup.
2011-01-13 Tassilo Horn (doc-view-initiate-display): Fall back to normal mode when
2011-01-13 Tassilo Horn * doc-view.el (doc-view-open-text): Use meaningful text buffer
2011-01-13 Tassilo Horn * simple.el (shell-command): Don't error out if shell command
2011-01-13 Kim F. Storm * ido.el (ido-may-cache-directory): Move "too-big" check later.
2011-01-13 Tassilo Horn * dired-x.el (dired-omit-verbose): New defcustom that allows
2011-01-13 Christian Ohler Add ERT, a tool for automated testing in Emacs Lisp.
2011-01-13 Christian Ohler Merged from trunk.
2011-01-12 Christian Ohler configure: Regenerated.
2011-01-12 Christian Ohler Add ERT, a tool for automated testing in Emacs Lisp.
2011-01-13 Chong Yidong * font-lock.el (font-lock-verbose): Default to nil.
2011-01-13 Chong Yidong New arg RETURN-ACTION for compose-mail, and related functions.
2011-01-12 Chong Yidong * cus-theme.el (customize-themes): Use switch-to-buffer.
2011-01-12 Chong Yidong * emacs-lisp/package.el (package--list-packages): Use switch-to-buffer.