Wed, 19 May 2010 20:16:07 +0300 |
Eli Zaretskii |
Fix C-e when bidi reordering is in effect.
|
Wed, 19 May 2010 14:52:27 +0200 |
Michael Albinus |
* password-cache.el (password-cache-remove): Fix docstring.
|
Wed, 19 May 2010 14:47:37 +0200 |
Michael Albinus |
* net/secrets.el: Autoload the widget functions.
|
Tue, 18 May 2010 23:06:48 -0400 |
Stefan Monnier |
* indent.el (indent-region): Deactivate region (bug#6200).
|
Tue, 18 May 2010 20:01:24 -0700 |
Glenn Morris |
* vc-dir.el (vc-dir): Don't pop-up-windows. (Bug#6204)
|
Wed, 19 May 2010 10:16:01 +0900 |
Kenichi Handa |
merge trunk
|
Wed, 19 May 2010 10:10:29 +0900 |
Kenichi Handa |
merge trunk
|
Wed, 19 May 2010 10:09:50 +0900 |
Kenichi Handa |
composite.el: Register compose-gstring-for-graphic in composition-function-table only for combining characters (Mn, Mc, Me).
|
Mon, 31 May 2010 22:06:09 -0400 |
Stefan Monnier |
* lisp/vc-bzr.el (vc-bzr-revision-completion-table): Apply
|
Mon, 31 May 2010 16:47:04 -0400 |
Stefan Monnier |
Fix up changelog entry
|
Mon, 31 May 2010 16:26:56 -0400 |
Stefan Monnier |
* lisp/cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name.
|
Mon, 31 May 2010 12:16:02 -0400 |
Stefan Monnier |
* lisp/man.el (Man-completion-table): Let the user type "-k ".
|
Mon, 31 May 2010 17:24:46 +0200 |
Juanma Barranquero |
Backport from trunk: Fix bug#6298.
|
Mon, 31 May 2010 10:11:18 -0400 |
Chong Yidong |
Fix for momentary-string-display (Bug#6238).
|
Sat, 29 May 2010 14:22:18 -0400 |
Chong Yidong |
* ansi-color.el: Delete unused escape sequences (Bug#6085).
|
Thu, 27 May 2010 11:25:58 -0400 |
Chong Yidong |
* progmodes/verilog-mode.el (verilog-type-font-keywords): Use
|
Tue, 25 May 2010 13:53:37 -0400 |
Stefan Monnier |
* epa.el (epa--select-keys): Don't explicitly delete the window since
|
Tue, 18 May 2010 23:51:55 -0400 |
Stefan Monnier |
* textmodes/fill.el (fill-region): Don't fill past the end.
|
Tue, 18 May 2010 16:51:12 -0400 |
Chong Yidong |
Stefan Monnier <monnier@iro.umontreal.ca>
|
Tue, 18 May 2010 17:49:56 -0500 |
Jay Belanger |
calc-trail.el (calc-trail-isearch-forward)
|
Tue, 18 May 2010 16:31:44 -0400 |
Stefan Monnier |
* subr.el (read-quoted-char): Resolve modifiers after key remapping.
|
Tue, 18 May 2010 21:34:26 +0200 |
Michael Albinus |
Add visualization code for secrets.
|
Tue, 18 May 2010 15:24:24 -0400 |
Stefan Monnier |
* emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
|
Tue, 18 May 2010 12:03:51 -0400 |
Stefan Monnier |
Fix handling of non-associative equal levels.
|
Tue, 18 May 2010 10:33:29 +0200 |
Juanma Barranquero |
Fix ChangeLog typos.
|
Tue, 18 May 2010 09:52:10 +0200 |
Juanma Barranquero |
* progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
|
Tue, 18 May 2010 09:44:07 +0200 |
Juanma Barranquero |
* emacs-lisp/smie.el: Fix typos in docstrings.
|
Mon, 17 May 2010 15:27:26 -0400 |
Stefan Monnier |
Provide a simple generic indentation engine and use it for Prolog.
|
Sun, 16 May 2010 23:16:29 -0500 |
Jay Belanger |
calc-vec.el (math-vector-avg): Put the vector elements in order
|
Sat, 15 May 2010 23:43:09 -0500 |
Jay Belanger |
calc-vec.el (calc-histogram):
|
Sat, 15 May 2010 21:18:52 -0500 |
Jay Belanger |
calc-ext.el (math-group-float): Have the number of digits being
|
Sat, 15 May 2010 17:11:37 -0400 |
Ken Raeburn |
Handle --version reasonably in CANNOT_DUMP configuration.
|
Sat, 15 May 2010 17:06:58 +0300 |
Eli Zaretskii |
Prevent an error signal when clicking on Options->Mule->Describe Lang Env.
|
Sat, 15 May 2010 16:50:16 +0300 |
Eli Zaretskii |
lisp/language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
|
Sat, 15 May 2010 16:23:48 +0300 |
Eli Zaretskii |
Implement bidi-sensitive movement with arrow keys.
|
Sat, 15 May 2010 11:31:40 +0300 |
Eli Zaretskii |
Don't override standard definition of convert-standard-filename.
|
Fri, 14 May 2010 23:50:25 -0500 |
Jay Belanger |
calc-aent.el (math-read-token, math-find-user-tokens):
|
Sat, 15 May 2010 00:10:22 -0400 |
Stefan Monnier |
* progmodes/asm-mode.el (asm-mode): Use define-derived-mode.
|
Sat, 15 May 2010 00:08:03 -0400 |
Stefan Monnier |
* progmodes/prolog.el (prolog-mode): Use define-derived-mode.
|
Fri, 14 May 2010 23:50:26 -0400 |
Stefan Monnier |
* pcomplete.el (pcomplete-completions-at-point): New function,
|
Fri, 14 May 2010 17:42:22 -0700 |
Glenn Morris |
Remove references to CVS directories etc in Makefiles.
|
Fri, 14 May 2010 18:46:11 -0500 |
Jay Belanger |
calc-bin.el (math-format-twos-complement): Group digits when appropriate.
|
Fri, 14 May 2010 17:21:12 -0400 |
Stefan Monnier |
* progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
|
Fri, 14 May 2010 12:41:01 -0400 |
Stefan Monnier |
* simple.el (prog-mode): New (abstract) major mode.
|
Fri, 14 May 2010 15:31:36 +0200 |
Juanma Barranquero |
* progmodes/sql.el: Fix typos in docstrings.
|
Thu, 13 May 2010 17:52:20 -0400 |
Chong Yidong |
Add TeX open-block and close-block keybindings to SGML, and vice versa.
|
Thu, 13 May 2010 22:45:58 +0200 |
Michael Albinus |
* net/tramp.el (with-progress-reporter): Create reporter object
|
Thu, 13 May 2010 12:36:03 +0200 |
Agustin martin |
Do not ispell-kill-ispell over and over when spellchecking minibuffer contents.
|
Wed, 12 May 2010 20:44:22 -0400 |
Stefan Monnier |
* progmodes/sh-script.el (sh-mode): Use define-derived-mode.
|
Wed, 12 May 2010 20:35:07 -0400 |
Stefan Monnier |
* dos-fns.el: Add "dos-" prefix for namespace control.
|
Wed, 12 May 2010 11:06:12 +0000 |
Alan Mackenzie |
* progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
|
Tue, 11 May 2010 20:39:46 -0400 |
Stefan Monnier |
Allow the default completion to cycle.
|
Wed, 12 May 2010 00:01:34 +0200 |
Juanma Barranquero |
Fix bug#6173: "(require 'dirtrack) erroring"
|
Tue, 11 May 2010 16:07:12 -0400 |
Stefan Monnier |
Backport from trunk: compute shortcuts in tmm.el.
|
Sun, 09 May 2010 17:30:08 -0700 |
Glenn Morris |
Backport from trunk: Fix bug#5755.
|
Tue, 11 May 2010 22:42:21 +0300 |
Juri Linkov |
* scroll-all.el (scroll-all-check-to-scroll):
|
Tue, 11 May 2010 14:51:27 -0400 |
Stefan Monnier |
* iimage.el: Misc cleanup.
|
Tue, 11 May 2010 09:24:49 -0400 |
Stefan Monnier |
* minibuffer.el (completion-pcm--pattern->regex): Fix last change.
|
Tue, 11 May 2010 04:04:13 +0200 |
Juanma Barranquero |
Fix typos and whitespace in ChangeLogs.
|
Mon, 10 May 2010 22:07:22 +0300 |
Juri Linkov |
Remove nodes visited during Isearch from the Info history.
|
Mon, 10 May 2010 17:50:30 +0200 |
Michael Albinus |
* net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
|
Mon, 10 May 2010 16:48:17 +0200 |
Juanma Barranquero |
Fix typos and whitespace.
|
Mon, 10 May 2010 16:37:59 +0200 |
Juanma Barranquero |
CUA mode: Fix use of `filter-buffer-substring' (rework previous change).
|
Sun, 09 May 2010 22:07:58 -0400 |
Michael Mauger |
SQL mode version 2.1
|
Sun, 09 May 2010 18:39:36 -0400 |
Stefan Monnier |
* minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
|
Sun, 09 May 2010 21:57:55 +0200 |
Michael Albinus |
* net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
|
Sat, 08 May 2010 16:51:08 -0400 |
Stefan Monnier |
* progmodes/compile.el (compilation-buffer-modtime): Rename from
|
Sat, 08 May 2010 14:47:07 -0400 |
Stefan Monnier |
Merge from emacs-23
|
Fri, 07 May 2010 23:28:26 -0400 |
Chong Yidong |
Bump version to 23.2.
EMACS_23_2
|
Fri, 07 May 2010 18:51:37 -0400 |
Chong Yidong |
Fix ChangeLog typo.
|
Sun, 02 May 2010 21:55:01 -0400 |
Chong Yidong |
Variable purecopying fix (Bug#6083).
|
Sun, 02 May 2010 11:15:29 -0400 |
Chong Yidong |
Make paragraph vars local for js-mode (Bug#6071).
|
Sat, 01 May 2010 21:50:20 +0300 |
Eli Zaretskii |
composite.el (compose-region, reference-point-alist): Fix typos in the doc
|
Wed, 28 Apr 2010 21:38:12 -0500 |
Jay Belanger |
Use the proper form for gnuplot's set command
|
Mon, 26 Apr 2010 11:55:29 +0200 |
Juanma Barranquero |
* abbrev.el: Fix typos.
|
Sat, 24 Apr 2010 18:35:43 +0200 |
Andreas Schwab |
* composite.el (find-composition): Doc fix.
|
Sat, 24 Apr 2010 04:59:23 +0200 |
Juanma Barranquero |
* progmodes/sql.el: Fix typos.
|
Fri, 23 Apr 2010 19:46:03 +0300 |
Juri Linkov |
* info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
|
Fri, 23 Apr 2010 19:35:57 +0300 |
Juri Linkov |
Fix typo in docstring.
|
Fri, 23 Apr 2010 02:15:47 +0200 |
Juanma Barranquero |
* filecache.el: Fix typos in docstrings.
|
Thu, 22 Apr 2010 13:59:50 +0900 |
Kenichi Handa |
language/indian.el (gujarati-composable-pattern): Fix typo.
|
Thu, 22 Apr 2010 13:05:26 +0900 |
Kenichi Handa |
language/indian.el (gurmukhi-composable-pattern): Fix typo.
|
Wed, 21 Apr 2010 09:49:01 +0900 |
Kenichi Handa |
merge trunk
|
Tue, 20 Apr 2010 22:25:42 +0900 |
Kenichi Handa |
language/indian.el (oriya-composable-pattern, tamil-composable-pattern, malayalam-composable-pattern): Add two-part vowels to "v" (vowel sign).
|
Tue, 20 Apr 2010 18:28:26 -0400 |
Chong Yidong |
* files.el (copy-directory): Handle symlinks (Bug#5982).
|
Tue, 20 Apr 2010 12:04:05 -0400 |
Chong Yidong |
Revert 2009-10-12 change to compilation-next-error-function (Bug#5983).
|
Tue, 20 Apr 2010 11:57:54 -0400 |
Chong Yidong |
Fix hg envvar handling (Bug#5846).
|
Tue, 20 Apr 2010 00:54:28 -0700 |
Glenn Morris |
* emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
|
Tue, 20 Apr 2010 00:37:20 -0700 |
Glenn Morris |
* minibuffer.el (completion-at-point): Doc fix.
|
Fri, 07 May 2010 20:20:30 -0400 |
Stefan Monnier |
Misc code tweaks.
|
Fri, 07 May 2010 13:47:56 -0400 |
Stefan Monnier |
Highlight vendor specific properties.
|
Fri, 07 May 2010 10:18:27 -0400 |
Stefan Monnier |
* textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
|
Fri, 07 May 2010 17:07:51 +0300 |
Eli Zaretskii |
Fix MSDOS build broken by autoconfiscation and changes in symbol handling.
|
Fri, 07 May 2010 16:52:25 +0300 |
Eli Zaretskii |
cus-start.el (all): Add native condition for tool-bar-* symbols.
|
Fri, 07 May 2010 08:49:14 -0400 |
Stefan Monnier |
* files.el (auto-save-mode): Move to simple.el to fix bootstrap.
|
Fri, 07 May 2010 17:10:28 +0900 |
Daiki Ueno |
Skip disabled PGP key when encrypting mail with Gnus.
|
Fri, 07 May 2010 07:41:53 +0000 |
Katsumi Yamaoka |
Fix typos.
|
Fri, 07 May 2010 06:58:17 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk.
|
Fri, 07 May 2010 05:21:06 +0200 |
Juanma Barranquero |
* progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
|
Fri, 07 May 2010 05:11:56 +0200 |
Juanma Barranquero |
* minibuffer.el: Revert previous change.
|
Fri, 07 May 2010 02:50:26 +0200 |
Juanma Barranquero |
* minibuffer.el (comps): Declare for byte-compiler.
|
Fri, 07 May 2010 02:46:09 +0200 |
Juanma Barranquero |
* cua-base.el, cua-gmrk.el: Fix use of `filter-buffer-substring'.
|
Thu, 06 May 2010 10:40:06 +0200 |
Michael Albinus |
* net/tramp.el (top, with-progress-reporter): Use
|
Wed, 05 May 2010 22:59:07 -0400 |
Stefan Monnier |
Extract common suffix for * in partial-completion.
|
Wed, 05 May 2010 22:53:56 -0400 |
Stefan Monnier |
Define auto-save-mode with define-minor-mode.
|
Thu, 06 May 2010 00:56:15 +0300 |
Juri Linkov |
Add `slow' and `history' tags to the desktop data.
|
Wed, 05 May 2010 12:20:23 +0200 |
Michael Albinus |
Add FORCE argument to `delete-file'.
|
Wed, 05 May 2010 00:27:16 -0400 |
Stefan Monnier |
Minor cleanups.
|
Tue, 04 May 2010 23:45:21 -0400 |
Stefan Monnier |
Use define-minor-mode in more cases.
|
Tue, 04 May 2010 22:08:25 -0400 |
Stefan Monnier |
Use define-minor-mode for less obvious cases.
|
Tue, 04 May 2010 10:44:47 +0200 |
Michael Albinus |
* net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
|
Mon, 03 May 2010 11:01:21 -0400 |
Chong Yidong |
Add optional arg to delete-file to force deletion (Bug#6070).
|
Mon, 03 May 2010 14:46:56 +0200 |
Juanma Barranquero |
Fix typo.
|
Sun, 02 May 2010 22:29:46 -0400 |
Stefan Monnier |
Use define-minor-mode where applicable.
|
Sun, 02 May 2010 01:56:30 -0400 |
Stefan Monnier |
New hook filter-buffer-substring-functions.
|
Sun, 02 May 2010 01:06:53 -0400 |
Stefan Monnier |
Use a mode-line spec rather than a static string in Semantic.
|
Sat, 01 May 2010 23:38:19 -0400 |
Stefan Monnier |
Use define-minor-mode in CEDET where applicable.
|
Sat, 01 May 2010 11:34:14 +0200 |
Michael Albinus |
Implement compression for inline methods.
|
Fri, 30 Apr 2010 22:19:40 -0400 |
Chong Yidong |
Avoid using trash for certain temp files (Bug#6070).
|
Fri, 30 Apr 2010 21:39:58 -0400 |
Stefan Monnier |
* bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode): Remove.
|