Mercurial > emacs
graph
-
Misc code cleanup of octave-mode.el.2010-08-12, by Stefan Monnier
-
* lisp/progmodes/octave-mod.el (octave-mode-map): Use comment-dwim.2010-08-12, by Stefan Monnier
-
* doc/misc/cl.texi (Mapping over Sequences): Rename mapc => cl-mapc.2010-08-12, by Stefan Monnier
-
* lisp/cus-edit.el (custom-save-variables, custom-save-faces): Fix up2010-08-12, by Stefan Monnier
-
* xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.2010-08-11, by Jan D
-
Take colors for region face (selected text) from the Gtk+ theme.2010-08-11, by Jan D
-
Fix -Wwrite_strings in general and for Gtk+ specific code.2010-08-11, by Jan D
-
Fix -Wwrite-strings warnings in fakemail.c.2010-08-11, by Jan D
-
Use const char* for -Wwrite_strings.2010-08-11, by Jan D
-
* unexmacosx.c (unexec_error): Use const char *.2010-08-11, by Jan D
-
Fix warnings produced by compiling with -Wwrite_strings (i.e. use const char *).2010-08-11, by Jan D
-
* lisp/emacs-lisp/pcase.el: Fix copyright header.2010-08-11, by Glenn Morris
-
Suppress continuation prompts in SQL interactive mode2010-08-10, by Michael Mauger
-
Fixed my ChangeLog entry of 2010-08-082010-08-10, by Ulf Jasper
-
* configure.in (AC_PREREQ): Require autoconf 2.65.2010-08-10, by Dan Nicolaescu
-
* lisp/emacs-lisp/pcase.el: New file.2010-08-10, by Stefan Monnier
-
* net/tramp.el (tramp-vc-registered-read-file-names): Read input2010-08-10, by Michael Albinus
-
language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the composable pattern.2010-08-10, by Kenichi Handa
-
merge trunk2010-08-10, by Kenichi Handa
-
Remove incorrect const use.2010-08-09, by Dan Nicolaescu
-
language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the composable pattern.2010-08-10, by Kenichi Handa
-
* configure.in (AC_PREREQ): Require autoconf 2.66 to stop version churn.2010-08-09, by Dan Nicolaescu
-
Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.2010-08-09, by Andreas Schwab
-
Use version-list-* functions in package.el.2010-08-09, by Chong Yidong
-
* configure.in (ORDINARY_LINK): Use on hpux* too.2010-08-09, by Dan Nicolaescu
-
language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the composable pattern.2010-08-09, by Kenichi Handa
-
Fix typo in lisp/ChangeLog2010-08-09, by Kenichi Handa
-
merge trunk2010-08-09, by Kenichi Handa
-
Use const char* instead of char*.2010-08-09, by Dan Nicolaescu
-
language/hebrew.el: Exclude U+05BD (Hebre MAQAF) from the composable pattern.2010-08-09, by Kenichi Handa
-
merge trunk2010-08-09, by Kenichi Handa
-
calc.texi (Customizing Calc): Rearrange description of new2010-08-09, by Jay Belanger
-
* tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.2010-08-08, by Chong Yidong
-
Fix typos in ChangeLogs.2010-08-08, by Juanma Barranquero
-
Ensure that erc-toggle-debug-irc-protocol logs protocol data.2010-08-08, by Chong Yidong
-
Fix 2010-07-03 change to mouse-drag-track.2010-08-08, by Chong Yidong
-
Merge changes from emacs-23 branch.2010-08-08, by Chong Yidong
-
Use const char* instead of char*.2010-08-08, by Dan Nicolaescu
-
Merge changes from emacs-23 branch2010-08-08, by Chong Yidong
-
Fix query-replace-regexp incomplete highlighting (Bug#6808).2010-08-08, by Chong Yidong
-
Modify the coding system compound-text-with-extensions to conform to the spec of Compound Text.2010-08-06, by Kenichi Handa
-
merge trunk2010-08-06, by Kenichi Handa
-
* emulation/pc-select.el: Fix typos in docstrings.2010-08-05, by Juanma Barranquero
-
* lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.2010-08-04, by Stefan Monnier
-
Improve the encoding by compound-text-with-extensions.2010-08-06, by Kenichi Handa
-
merge trunk2010-08-06, by Kenichi Handa
-
which-func.el (which-func-format): Split help-echo text into lines.2010-08-03, by Juanma Barranquero
-
* server.el (server-start): Force IPv4 and use literal 127.0.0.1.2010-08-03, by Juanma Barranquero
-
nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).2010-08-02, by Juanma Barranquero
-
* bindings.el (complete-symbol): Run completion-at-point as a fallback.2010-08-02, by Stefan Monnier
-
* lispref/control.texi (Handling Errors) <error-message-string>: Fix arg name.2010-08-02, by Stefan Monnier
-
* term.el: Fix typos in docstrings.2010-08-02, by Juanma Barranquero
-
* bindings.el (function-key-map): Add a S-tab => backtab fallback.2010-08-02, by Stefan Monnier
-
* w32fns.c (syms_of_w32fns) <x-max-tooltip-size>: Fix typo in docstring.2010-08-01, by Juanma Barranquero
-
* org.texi (Footnotes, Tables in HTML export): Fix typos.2010-08-01, by Juanma Barranquero
-
* dabbrev.el (dabbrev-completion): Fix typo in docstring.2010-08-01, by Juanma Barranquero
-
* lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.2010-08-01, by Stefan Monnier
-
* lisp/eshell/esh-io.el (eshell-get-target): Better detection of read-only file (Bug#6762).2010-07-30, by Chong Yidong
-
fns.c: Doc fixes.2010-07-30, by Juanma Barranquero
-
align.el: Doc fixes.2010-07-30, by Juanma Barranquero