log

age author description
2010-05-19 Eli Zaretskii Completed initial debugging and testing of reimplemented cursor motion.
2010-05-18 Eli Zaretskii Initial reimplementation of calculating line edge positions in bidi lines.
2010-05-18 Stefan Monnier * subr.el (read-quoted-char): Resolve modifiers after key remapping.
2010-05-18 Michael Albinus Add command `secrets-show-secrets'.
2010-05-18 Michael Albinus Add visualization code for secrets.
2010-05-18 Stefan Monnier * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
2010-05-18 Chong Yidong Fix stack overflow in string creation (Bug#6214).
2010-05-18 Chong Yidong * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to
2010-05-18 Stefan Monnier Fix handling of non-associative equal levels.
2010-05-18 Juanma Barranquero * doc/emacs/ChangeLog: Fix typos.
2010-05-18 Eli Zaretskii Document bidi-aware behavior of arrow keys and display features.
2010-05-18 Juanma Barranquero Fix ChangeLog typos.
2010-05-18 Juanma Barranquero * charset.c (load_charset_map_from_file): Don't call close after fclose.
2010-05-18 Eli Zaretskii msdos/sed1x.inp: Add copyright notice.
2010-05-18 Juanma Barranquero * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
2010-05-18 Juanma Barranquero * emacs-lisp/smie.el: Fix typos in docstrings.
2010-05-18 Eli Zaretskii Advise against unnecessary merges from trunk to feature branches.
2010-05-18 Glenn Morris * s/gnu-linux.h: Combine two conditionals.
2010-05-18 Glenn Morris * src/[ms]/template.h: Comments.
2010-05-18 Glenn Morris Regenerate configure.
2010-05-18 Glenn Morris * admin/notes/bzr: New file.
2010-05-18 Glenn Morris Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o.
2010-05-18 Glenn Morris Set rallocobj with configure, not cpp.
2010-05-18 Glenn Morris Define some malloc objects with configure, not cpp.
2010-05-17 Stefan Monnier * Makefile.in (${lispsource}loaddefs.el): Update loaddefs.el after a pull.
2010-05-17 Stefan Monnier Provide a simple generic indentation engine and use it for Prolog.
2010-05-17 Glenn Morris Combine the two stamp-oldxmenu cases.
2010-05-17 Jay Belanger calc-vec.el (math-vector-avg): Put the vector elements in order
2010-05-17 Glenn Morris * src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules.
2010-05-16 Glenn Morris * src/Makefile.in (clean): Get rid of HAVE_NS conditional.
2010-05-16 Glenn Morris * configure.in (ns_appbindir, ns_appresdir): Set using $ns_appdir.
2010-05-16 Glenn Morris Tweak ns_app*dir values set by configure.
2010-05-16 Glenn Morris Remove one variable from Makefile.in.
2010-05-16 Glenn Morris Simplify temacs build rule.
2010-05-16 Glenn Morris Simplify temacs build rule.
2010-05-16 Glenn Morris Remove unused Makefile variables STARTFLAGS.
2010-05-16 Dan Nicolaescu * configure.in: Remove references to usg5-4 and bsd-common, $opsys
2010-05-16 Dan Nicolaescu * m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore.
2010-05-16 Dan Nicolaescu Remove reference to CANNOT_EXEC, not used anymore.
2010-05-16 Jay Belanger calc-vec.el (calc-histogram):
2010-05-16 Jay Belanger calc-ext.el (math-group-float): Have the number of digits being
2010-05-16 Glenn Morris * src/Makefile.in (LIBX_BASE): Always define.
2010-05-16 Glenn Morris * src/Makefile.in (LIBX_OTHER): Move out of cpp section.
2010-05-16 Glenn Morris * src/Makefile.in (LIBXT): Always define.
2010-05-15 Glenn Morris Regenerate configure, src/config.in.
2010-05-15 Glenn Morris Always define LIBXMENU in src/Makefile.in.
2010-05-15 Glenn Morris src/Makefile.in (OLDXMENU): Move out of cpp section.
2010-05-15 Glenn Morris Always define OLDXMENU in src/Makefile.in.
2010-05-15 Glenn Morris msdos/ChangeLog missing from previous commit.
2010-05-15 Glenn Morris Always define LIBX_OTHER in src/Makefile.in.
2010-05-15 Glenn Morris Regenerate configure.
2010-05-15 Glenn Morris Always define FONT_OBJ; to empty in the non-X case.
2010-05-15 Ken Raeburn Fixes related to CANNOT_DUMP mode, and a floating-point bug fix.
2010-05-15 Ken Raeburn * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916)
2010-05-15 Ken Raeburn * emacs.c (main): Initialize initial-environment and process-environment
2010-05-15 Ken Raeburn Update scripts and text to refer to version number string in emacs.c
2010-05-15 Ken Raeburn Handle --version reasonably in CANNOT_DUMP configuration.
2010-05-15 Eli Zaretskii Avoid crashes when stepping with right-arrow through "^L^L".
2010-05-15 Eli Zaretskii Prevent an error signal when clicking on Options->Mule->Describe Lang Env.
2010-05-15 Eli Zaretskii lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
2010-05-15 Eli Zaretskii Implement bidi-sensitive movement with arrow keys.
2010-05-15 Eli Zaretskii Implement bidi-sensitive movement with arrow keys.
2010-05-15 Eli Zaretskii Fix DOS build; don't override convert-standard-filename.
2010-05-15 Eli Zaretskii Don't override standard definition of convert-standard-filename.
2010-05-15 Eli Zaretskii config.bat: Remove support for DJGPP v1.x.
2010-05-15 Eli Zaretskii Fix "config msdos" step.
2010-05-15 Eli Zaretskii Fix a typo in msdos/ChangeLog.
2010-05-15 Jay Belanger calc-aent.el (math-read-token, math-find-user-tokens):
2010-05-15 Stefan Monnier * progmodes/asm-mode.el (asm-mode): Use define-derived-mode.
2010-05-15 Stefan Monnier * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
2010-05-15 Stefan Monnier * pcomplete.el (pcomplete-completions-at-point): New function,
2010-05-15 Glenn Morris * lwlib/Makefile.in (mostlyclean): Remove references to non-existent files.
2010-05-15 Glenn Morris Regenerate configure.
2010-05-15 Glenn Morris Choose dependency of oldxmenu using configure.
2010-05-15 Glenn Morris * msdos/sed1v2.inp (LIBXT_OTHER): Exit to empty.
2010-05-15 Glenn Morris * lisp/org/org-docview.el: Fix copyright years.
2010-05-15 Glenn Morris * lib-src/Makefile.in: Break some long lines.
2010-05-15 Glenn Morris If HAVE_X11, also HAVE_X_WINDOWS and HAVE_MENUS.
2010-05-15 Glenn Morris Minor NS build fixes.
2010-05-15 Glenn Morris Remove references to CVS directories etc in Makefiles.
2010-05-14 Jay Belanger calc-bin.el (math-format-twos-complement): Group digits when appropriate.
2010-05-14 Stefan Monnier * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
2010-05-14 Stefan Monnier * eval.c (specbind): Disallow let-binding frame-local vars.
2010-05-14 Stefan Monnier * simple.el (prog-mode): New (abstract) major mode.
2010-05-14 Eli Zaretskii Make the cache of bidi iterator states dynamically allocated.
2010-05-14 convert-repo update tags
2010-05-14 Eli Zaretskii Rename bidi_get_next_char_visually to bidi_move_to_visually_next.
2010-05-14 Eli Zaretskii Fix comments from revno 100276.
2010-05-14 Juanma Barranquero * progmodes/sql.el: Fix typos in docstrings.
2010-05-14 Eli Zaretskii Fix spelling and remove merge marks due to revno 100276.
2010-05-14 Katsumi Yamaoka Synch with Gnus trunk.
2010-05-14 Katsumi Yamaoka Synch with Gnus trunk.
2010-05-14 Katsumi Yamaoka Merge from mainline.
2010-05-14 Kenichi Handa Fix bidi-composition interaction.
2010-05-14 Kenichi Handa merge trunk
2010-05-14 Glenn Morris No harm in always defining some ns_ Makefile variables.
2010-05-14 Kenichi Handa merge trunk
2010-05-14 Kenichi Handa font.c (font_range): Return the range for the font found at first.
2010-05-14 Kenichi Handa merge trunk
2010-05-14 Glenn Morris Move some undefs from src/Makefile.in to configure.
2010-05-14 Glenn Morris * admin/CPP-DEFINES: Updates.
2010-05-14 Glenn Morris Regenerate configure, src/config.in.
2010-05-14 Glenn Morris Replace some msdos cpp.
2010-05-14 Glenn Morris Define MOUSE_, TOOLTIP_, WINDOW_SUPPORT with configure.
2010-05-13 Katsumi Yamaoka Merge from mainline.
2010-05-14 Kenichi Handa Fix bidi-composition interaction.
2010-05-10 Kenichi Handa merge trunk
2010-05-06 Kenichi Handa merge trunk
2010-04-28 Kenichi Handa merge trunk
2010-05-14 Kenichi Handa font.c (font_range): Return the range for the font found at first.
2010-05-14 Glenn Morris * msdos/sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).
2010-05-14 Glenn Morris Minor build simplification for NS.
2010-05-14 Glenn Morris * src/Makefile.in (ns_appresdir): Remove, unused.
2010-05-14 Glenn Morris * src/Makefile.in (SHELL): Move outside cpp section.
2010-05-14 Glenn Morris * s/netbsd.h (AMPERSAND_FULL_NAME): Remove (defined in AH_BOTTOM).
2010-05-13 Jay Belanger calc.texi: Remove "\turnoffactive" commands throughout.
2010-05-13 Chong Yidong Add TeX open-block and close-block keybindings to SGML, and vice versa.
2010-05-13 Michael Albinus * net/tramp.el (with-progress-reporter): Create reporter object
2010-05-13 Jan D lwlib-Xaw.c (make_dialog): Remove extra arg to XtVaGetSubresources.
2010-05-13 Agustin martin Do not ispell-kill-ispell over and over when spellchecking minibuffer contents.