bpt/emacs.git
2012-08-17 Paul EggertA few more naming-convention fixes for getters and...
2012-08-17 Glenn Morrisrmail-output-read-file-name fix for bug#12214
2012-08-17 Paul EggertFix typo in ChangeLog entry.
2012-08-17 Paul Eggert* lisp.h (set_char_table_extras): Rename from char_tabl...
2012-08-17 Paul EggertFix ChangeLog typo.
2012-08-17 Paul Eggert* lisp.h (CSET): Remove.
2012-08-17 Dmitry AntipovFunctions to get and set Lisp_Object fields of buffer...
2012-08-17 Juanma Barranqueront/config.nt: Sync with autogen/config.in.
2012-08-17 Glenn MorrisAuto-commit of generated files.
2012-08-17 Michael Albinus* net/tramp-sh.el (tramp-sh-handle-start-file-process...
2012-08-17 Chong YidongAllow face-remapping using :font, and use it in mouse...
2012-08-17 Daniel Bergeyquail-define-inscript-package tiny change
2012-08-17 Glenn MorrisWhitespace
2012-08-17 Jan BeichFix pty handling on FreeBSD 8.0 (tiny change)
2012-08-17 Martin RudalicsFix latest fix of delete-window.
2012-08-17 Dmitry AntipovDo not use memcpy for copying intervals.
2012-08-17 Paul Eggert* lisp.h (duration_to_sec_usec): Remove unused decl.
2012-08-17 Alp Aker* nsfont.m (ns_ascii_average_width): Send initWithForma...
2012-08-17 Juanma Barranquero* lib-src/makefile.w32-in ($(BLD)/regex.$(O)): Update...
2012-08-16 Paul EggertUse ASCII tests for character types.
2012-08-16 Martin RudalicsIn window.el tell whether functions operate on valid...
2012-08-16 Glenn MorrisAuto-commit of generated files.
2012-08-16 Martin RudalicsConsistently check windows for validity/liveness (Bug...
2012-08-16 Dmitry AntipovFix previous char table change.
2012-08-16 Chong Yidong* gtkutil.c (xg_get_font): Demand an Xft font.
2012-08-16 Chong YidongFix average font width calculation on NS.
2012-08-16 Chong YidongFor Xft and X font backends, set omitted max_width...
2012-08-16 Phil SaintyMake subword.el easier to customize (tiny change)
2012-08-16 Dmitry AntipovSimple interface to set Lisp_Object fields of chararcte...
2012-08-16 Stefan Monnier* src/eval.c (eval_sub): Bind lexical-binding.
2012-08-15 Stefan Monnier* lisp/vc/vc-mtn.el (vc-mtn-revision-completion-table...
2012-08-15 Jan DjärvImprove event loop on NS so that no polling is used.
2012-08-15 Jan Djärv* gtkutil.c (xg_mark_data): Use FRAME_X_P.
2012-08-15 Glenn MorrisReword previous NEWS change.
2012-08-15 Glenn MorrisReplace version 24.2 with 24.3 where appropriate (hopef...
2012-08-15 Eli ZaretskiiFix bug #12196 with incorrect memory allocations for...
2012-08-15 Dmitry AntipovGeneralize and cleanup font subsystem checks.
2012-08-15 Chong YidongBump version to 24.2.50
2012-08-15 Dmitry AntipovFix last change to xg_get_font.
2012-08-15 Paul Eggert* etags.c (Pascal_functions): Fix parenthesization...
2012-08-15 Chong YidongExtract better font information from the GTK >= 3.2...
2012-08-15 Glenn MorrisMore CPP-DEFINES updates
2012-08-15 Stefan Monnier* src/minibuf.c (read_minibuf): Ignore caller's inhibit...
2012-08-15 Stefan Monnier* lisp/textmodes/tex-mode.el (tex-insert-quote): ~...
2012-08-15 Wolfgang Jenkner* lisp/man.el (Man-overstrike-face, Man-underline-face)
2012-08-15 Wolfgang JenknerImplement ANSI SGR parameters 22-27.
2012-08-14 Stefan Monnier* lisp/subr.el (read-passwd): Allow use from a minibuffer.
2012-08-14 Stefan Monnier* src/alloc.c (Fgarbage_collect): Use plural form consi...
2012-08-14 Eli ZaretskiiFix compiler warning in keyboard.c.
2012-08-14 Eli ZaretskiiFix last change in keyboard.c.
2012-08-14 Eli ZaretskiiFix and improve GUD Tooltip mode.
2012-08-14 Eli ZaretskiiFix a problem with disabled mouse movement events.
2012-08-14 Glenn Morrisbyte-compile-setq-default fix for bug#12195
2012-08-14 Paul EggertUse bool for Emacs Lisp booleans.
2012-08-14 Chong YidongMore doc fixes.
2012-08-14 Chong YidongDoc fixes.
2012-08-14 Juanma Barranqueront/config.nt: Sync with autogen/config.in.
2012-08-14 Glenn Morris* lisp/emacs-lisp/bytecomp.el (byte-recompile-file...
2012-08-14 Stefan Monnier* lisp/url/url-http.el (url-http-parse-headers): Re...
2012-08-14 Michael Albinus* net/tramp-sh.el (tramp-open-shell): Cache the shell...
2012-08-14 Fabián Ezequiel... * progmodes/python.el (python-shell-send-string):
2012-08-14 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-syntax-methods...
2012-08-14 Dmitry Gutov* lisp/progmodes/ruby-mode.el: Improve percent literals.
2012-08-14 Barry O'Reilly* src/keyboard.c (access_keymap_keyremap): Accept anony...
2012-08-14 Glenn MorrisAuto-commit of generated files.
2012-08-14 Martin RudalicsDon't call Fset_window_buffer from C code.
2012-08-14 Andreas SchwabFixes: debbugs:12197
2012-08-14 Paul Eggert* intervals.c (offset_intervals): Remove obsolete comment.
2012-08-14 Andreas Schwab* gtkutil.c (find_rtl_image, update_frame_tool_bar...
2012-08-14 Chong YidongFix highlight-regexp's use of Font Lock mode.
2012-08-14 Chong Yidong* gnus-art.el (article-display-face): Handle failure...
2012-08-14 Gergely RiskoFix for undo recording in decode_coding.
2012-08-14 Dmitry AntipovRevert and cleanup some recent overlay changes.
2012-08-14 Dmitry Antipov* gtkutil.c (update_frame_tool_bar): Use EQ where appro...
2012-08-14 Daiki Ueno* subr.el (internal--after-with-selected-window): Fix...
2012-08-14 Fabián Ezequiel... Use `completion-table-dynamic' for completion functions.
2012-08-14 Paul EggertMerge from gnulib.
2012-08-14 Paul Eggert* gtkutil.c (xg_mark_data): Don't assume C99.
2012-08-13 Jambunathan K* lisp/vc/vc-dir.el (vc-dir-hide-state): New command.
2012-08-13 Stefan Monnier* lisp/subr.el (function-get): Refine `autoload' arg...
2012-08-13 Jan DjärvDon't redraw tool bar for Gtk+ unless out of date.
2012-08-13 Stefan Monnier* lisp/color.el (color-xyz-to-lab, color-lab-to-xyz...
2012-08-13 Stefan Monnier* lisp/subr.el (internal--before-with-selected-window)
2012-08-13 Bastien Guerrywindow.el: Minor dosctring enhancement (Bug#12172).
2012-08-13 Andreas Schwab* tar-mode.el (tar-header-data-end): Only ignore size...
2012-08-13 Andreas Schwab* files.el (hack-local-variables-filter): Remove useles...
2012-08-13 Martin RudalicsFix last change to with-selected-window.
2012-08-13 Dmitry AntipovUse KSET for write access to Lisp_Object members of...
2012-08-13 Dmitry AntipovUse BSET for write access to Lisp_Object members of...
2012-08-12 Stefan Monnier* lisp/subr.el (internal--before-with-seleted-window)
2012-08-12 Nobuyoshi NakadaMerge from upstream ruby-mode.el
2012-08-12 David Engster* lisp/url/url-util.el (url-file-directory, url-file...
2012-08-12 Stefan Monnier* lisp/ibuffer.el (ibuffer-do-toggle-read-only):
2012-08-12 Andreas Schwab* descr-text.el (describe-char): Put the overlays over the
2012-08-12 Jay Belangercalc/calc-units.el (math-default-units-table): Give...
2012-08-12 Glenn MorrisCPP-DEFINES misc cleanup
2012-08-11 Glenn MorrisRemove some defines that are no longer present
2012-08-11 BT Templeton* src/lread.c (syms_of_lread): Initialize Vlexical_binding.
2012-08-11 Jason RumneyLast change fixes Bug#12069
2012-08-11 Jason Rumney* lisp/url/url-http.el (url-http-create-request): Use...
next