Tue, 23 Mar 2010 07:41:20 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 28 Mar 2010 15:51:55 -0400 |
Chong Yidong |
Fix for `compile' (Bug#5771).
|
Sun, 28 Mar 2010 15:31:27 -0400 |
Chong Yidong |
* find-dired.el (find-dired): Use read-directory-name (Bug#5777).
|
Sun, 28 Mar 2010 12:22:52 -0700 |
Glenn Morris |
* gdb-mi.el: Add 2010 to copyright years.
|
Sun, 28 Mar 2010 17:00:37 +1300 |
Nick Roberts |
emacs.texi (Top): Update node names to those in building.texi.
|
Sun, 28 Mar 2010 02:27:43 +1300 |
Nick Roberts |
Restore GDB/MI fuctionality removed by r99212:
|
Sat, 27 Mar 2010 15:01:22 +0300 |
Eli Zaretskii |
Enclose the argument of "-l" in quotes.
|
Sat, 27 Mar 2010 13:49:18 +0300 |
Eli Zaretskii |
Fix the MSDOS build as fallout from the latest Makefile.in changes.
|
Sat, 27 Mar 2010 13:36:12 +0300 |
Eli Zaretskii |
Fix a typo in a comment.
|
Fri, 26 Mar 2010 20:45:32 -0400 |
Chong Yidong |
* process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.
|
Thu, 25 Mar 2010 17:56:15 +0900 |
YAMAMOTO Mitsuharu |
Don't call turn_on_atimers around `connect' (Bug#5723).
|
Thu, 25 Mar 2010 17:48:52 +0900 |
YAMAMOTO Mitsuharu |
Call `select' for interrupted `connect' rather than creating new socket (Bug#5173).
|
Wed, 24 Mar 2010 23:18:17 -0700 |
Glenn Morris |
Close bug#5755.
|
Wed, 24 Mar 2010 20:14:42 -0500 |
Ted Zlatanov |
Fix wrong variable name.
|
Wed, 24 Mar 2010 20:06:08 -0400 |
Stefan Monnier |
Add "union tags" in mpc.el.
|
Wed, 24 Mar 2010 19:56:43 -0400 |
Stefan Monnier |
Misc cleanup.
|
Wed, 24 Mar 2010 15:14:50 -0400 |
Stefan Monnier |
Ignore tempfiles of the configure script
|
Wed, 24 Mar 2010 14:02:56 -0400 |
Stefan Monnier |
Merge from `emacs-23'.
|
Wed, 24 Mar 2010 13:33:39 -0400 |
Stefan Monnier |
* vc-dir.el (vc-dir-headers): Abbreviate the working dir.
|
Wed, 24 Mar 2010 11:57:16 -0400 |
Stefan Monnier |
(makefile-rule-action-regex): Backtrack less.
|
Tue, 23 Mar 2010 20:02:42 -0700 |
Glenn Morris |
Close bug#5759.
|
Wed, 24 Mar 2010 01:19:36 +0100 |
Juanma Barranquero |
Fix typos.
|
Wed, 24 Mar 2010 01:18:03 +0100 |
Juanma Barranquero |
Fix typos in Changelog.
|
Wed, 24 Mar 2010 01:17:31 +0100 |
Juanma Barranquero |
Fix typos.
|
Wed, 24 Mar 2010 01:16:45 +0100 |
Juanma Barranquero |
* frames.texi (Cursor Parameters): Fix typo. (Bug#5760)
|
Mon, 22 Mar 2010 19:37:11 -0700 |
Glenn Morris |
* textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752)
|
Mon, 22 Mar 2010 13:28:27 -0400 |
Chong Yidong |
* indent.el (indent-for-tab-command): Doc fix.
|
Mon, 22 Mar 2010 17:21:22 +0000 |
Alan Mackenzie |
cc-engine.el (c-remove-stale-state-cache): Fix off-by-one error. Fixes
|
Mon, 22 Mar 2010 17:56:22 +0100 |
Juanma Barranquero |
Fix typos.
|
Mon, 22 Mar 2010 08:26:56 +0100 |
Jan D. |
bug #5736: Allow X-resource menuBar to take on/off as documented.
|
Sun, 21 Mar 2010 18:13:26 -0400 |
Chong Yidong |
* dired.texi (Dired Updating): Document dired-auto-revert-buffer.
|
Sun, 21 Mar 2010 14:32:19 -0400 |
Chong Yidong |
Document multi-isearch-buffers and tab-always-indent.
|
Sun, 21 Mar 2010 11:28:53 -0400 |
Chong Yidong |
* processes.texi (Network Processes): Document seqpacket type.
|
Sun, 21 Mar 2010 11:09:29 -0400 |
Chong Yidong |
NEWS: Re-organize Lisp changes for Emacs 23.2.
|
Sat, 20 Mar 2010 13:24:06 -0400 |
Chong Yidong |
Document font-use-system-font.
|
Sat, 20 Mar 2010 12:37:39 +0900 |
YAMAMOTO Mitsuharu |
xfns.c (Fx_create_frame) [USE_LUCID]: Add BLOCK_INPUT around XLoadQueryFont.
|
Fri, 19 Mar 2010 11:27:49 -0400 |
Chong Yidong |
`make uninstall' fix (Bug#5620).
|
Fri, 19 Mar 2010 11:15:27 -0400 |
Chong Yidong |
Document Bug#5541.
|
Mon, 22 Mar 2010 17:50:29 +0100 |
Juanma Barranquero |
Fix typos in docstrings.
|
Mon, 22 Mar 2010 17:37:32 +0100 |
Juanma Barranquero |
Fix typos in mh-e.
|
Mon, 22 Mar 2010 16:49:52 +0100 |
Juanma Barranquero |
Fix typos in Gnus.
|
Fri, 19 Mar 2010 14:22:15 +0100 |
Juanma Barranquero |
* lisp/minibuffer.el (completion-in-region-functions): Fix docstring typos.
|
Wed, 17 Mar 2010 21:49:35 -0700 |
Glenn Morris |
Restore user option rmail-highlight-face.
|
Tue, 16 Mar 2010 13:24:44 -0400 |
Chong Yidong |
Woman parsing fix (Bug#5729).
|
Tue, 16 Mar 2010 16:05:46 +0900 |
Kenichi Handa |
language/indian.el (devanagari-composable-pattern): Add more consonants.
|
Tue, 16 Mar 2010 14:50:19 +0900 |
Kenichi Handa |
Fix the ccl encoder for the case that the output buffer is fullfilled.
|
Tue, 16 Mar 2010 11:16:09 +0900 |
Kenichi Handa |
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
|
Tue, 16 Mar 2010 16:04:46 +0900 |
Kenichi Handa |
language/indian.el (devanagari-composable-pattern): Add more consonants.
|
Tue, 16 Mar 2010 14:48:41 +0900 |
Kenichi Handa |
Fix the ccl encoder for the case that the output buffer is fullfilled.
|
Tue, 16 Mar 2010 11:14:40 +0900 |
Kenichi Handa |
coding.c (decode_coding_ccl): Fix previous change for the multibyte case.
|
Tue, 16 Mar 2010 10:04:20 +0900 |
Kenichi Handa |
from trunk
|
Mon, 15 Mar 2010 11:51:48 -0400 |
Chong Yidong |
Fix bug in `format' (Bug#5710).
|
Mon, 15 Mar 2010 11:45:03 +0100 |
Francesc Rocher |
Remove CEDET entry in MORE.STUFF.
|
Sun, 14 Mar 2010 21:10:47 +0100 |
Michael Albinus |
* lisp/net/trampver.el: Update release number.
|
Sat, 13 Mar 2010 12:02:01 -0800 |
Glenn Morris |
* copyright: Add note about lisp/cedet/semantic/imenu.el.
|
Sat, 13 Mar 2010 11:57:29 -0800 |
Glenn Morris |
* Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
|
Sat, 13 Mar 2010 11:55:44 -0800 |
Glenn Morris |
* cedet/semantic/imenu.el: Fix typo in copyright header.
|
Sat, 13 Mar 2010 20:11:01 +0100 |
Michael Albinus |
* net/tramp.el (tramp-find-executable): Use
|
Sat, 13 Mar 2010 10:49:54 -0500 |
Chong Yidong |
* cedet/semantic/imenu.el: New file from the CEDET repository (Bug#5412).
|
Thu, 11 Mar 2010 19:19:17 -0800 |
Glenn Morris |
Close bug#4427.
|
Thu, 11 Mar 2010 08:25:46 -0800 |
Dan Nicolaescu |
(auto-mode-alist): Accept more verilog file patterns.
|
Wed, 10 Mar 2010 22:58:54 -0800 |
Glenn Morris |
License updates for some test/cedet/tests files.
|
Wed, 10 Mar 2010 22:54:51 -0800 |
Glenn Morris |
* bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.
|
Wed, 10 Mar 2010 23:03:11 -0500 |
Chong Yidong |
Bump version to 23.1.94 and regenerate ldefs-boot.el.
EMACS_PRETEST_23_1_94
|
Wed, 10 Mar 2010 21:44:35 -0500 |
Chong Yidong |
Fix ChangeLog typo.
|
Wed, 10 Mar 2010 21:41:21 -0500 |
Chong Yidong |
Fix ChangeLog typo.
|
Wed, 24 Mar 2010 09:41:07 -0400 |
Sam Steingold |
fix a typo in last patch
|
Wed, 24 Mar 2010 04:30:28 -0500 |
Ted Zlatanov |
Add a list of HTTP status code symbols and their text, mapped by number.
|
Tue, 23 Mar 2010 23:32:45 -0700 |
Glenn Morris |
* vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
|
Tue, 23 Mar 2010 20:53:32 -0700 |
Glenn Morris |
* cedet/ede/project-am.el (ede-shell-run-something): Declare.
|
Tue, 23 Mar 2010 20:38:17 -0700 |
Glenn Morris |
* vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
|
Tue, 23 Mar 2010 20:34:06 -0700 |
Glenn Morris |
* vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
|
Tue, 23 Mar 2010 20:30:53 -0700 |
Glenn Morris |
* vc-dispatcher.el (vc-start-logentry): Doc fix.
|
Tue, 23 Mar 2010 20:27:24 -0700 |
Glenn Morris |
* log-edit.el (log-edit-before-checkin-process): Doc fix.
|
Tue, 23 Mar 2010 20:21:53 -0700 |
Glenn Morris |
* mail-source.el (gnus-message): Declare.
|
Tue, 23 Mar 2010 20:19:15 -0700 |
Glenn Morris |
* cedet/semantic/bovine/c.el (semantic-c-describe-environment):
|
Tue, 23 Mar 2010 14:22:46 -0400 |
Sam Steingold |
Fix bug#5620: recalculate all markers on compilation buffer
|
Tue, 23 Mar 2010 12:27:10 -0400 |
Sam Steingold |
update author's email
|
Tue, 23 Mar 2010 18:18:52 +0200 |
Juri Linkov |
* occur-testsuite.el: New file.
|
Tue, 23 Mar 2010 18:09:45 +0200 |
Juri Linkov |
Implement Occur multi-line matches.
|
Tue, 23 Mar 2010 17:48:09 +0200 |
Juri Linkov |
* replace.el (occur-engine-line): Add optional arg `keep-props'.
|
Tue, 23 Mar 2010 07:38:13 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk
|
Tue, 23 Mar 2010 07:37:09 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk
|
Tue, 23 Mar 2010 07:35:06 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 23 Mar 2010 07:32:05 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk
|
Tue, 23 Mar 2010 07:29:49 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk
|
Tue, 23 Mar 2010 07:28:39 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 23 Mar 2010 09:16:57 +0200 |
Juri Linkov |
* replace.el (occur-accumulate-lines, occur-engine):
|
Tue, 23 Mar 2010 09:11:50 +0200 |
Juri Linkov |
* finder.el: Remove TODO tasks.
|
Tue, 23 Mar 2010 06:43:05 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 23 Mar 2010 01:05:35 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 22 Mar 2010 19:47:41 -0700 |
Dan Nicolaescu |
* s/gnu-linux.h (LIBS_SYSTEM): Remove, same as default.
|
Mon, 22 Mar 2010 19:42:25 -0700 |
Dan Nicolaescu |
* s/netbsd.h: Remove commented out code.
|
Mon, 22 Mar 2010 19:39:19 -0700 |
Dan Nicolaescu |
Simplify LIBS_MACHINE definitions.
|
Mon, 22 Mar 2010 20:59:49 -0400 |
Stefan Monnier |
Add a new completion style `substring'.
|
Mon, 22 Mar 2010 12:51:59 -0700 |
Dan Nicolaescu |
Remove dead code dealing with POSIX_SIGNALS.
|
Mon, 22 Mar 2010 09:33:21 -0400 |
Stefan Monnier |
Get rid of .elc files after removal of the corresponding .el.
|
Mon, 22 Mar 2010 08:51:19 +0100 |
Jan D. |
* Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
|
Mon, 22 Mar 2010 08:50:40 +0100 |
Jan D. |
Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
|
Mon, 22 Mar 2010 08:34:25 +0100 |
Jan D. |
Merge from trunk
|
Mon, 22 Mar 2010 00:24:25 -0400 |
Stefan Monnier |
Get rid of the ELCFILES abomination, again.
|
Sun, 21 Mar 2010 19:56:56 -0700 |
Dan Nicolaescu |
* keyboard.c (Fset_input_interrupt_mode): Remove code depending on NO_SOCK_SIGIO,
|
Sun, 21 Mar 2010 12:59:04 -0700 |
Dan Nicolaescu |
(BSD_SYSTEM, BSD4_2): Remove conditionals, we only
|
Sun, 21 Mar 2010 12:32:38 -0700 |
Dan Nicolaescu |
* m/ibmrs6000.h (ORDINARY_LINK): Move definition ...
|
Sun, 21 Mar 2010 12:57:49 +0100 |
Andreas Schwab |
Use absolute directory names substituted by configure
|
Sun, 21 Mar 2010 12:27:46 +0100 |
Andreas Schwab |
Expand ${bootstrap_exe} before chdir
|
Sun, 21 Mar 2010 12:52:51 +0200 |
Juri Linkov |
Fix message of multi-line occur regexps and multi-buffer header lines.
|
Sat, 20 Mar 2010 17:46:31 -0400 |
Stefan Monnier |
Use more relative file and directory names in `lisp' make rules.
|
Sat, 20 Mar 2010 14:21:44 -0500 |
Ted Zlatanov |
Fix unbalanced parenthesis in secrets.el.
|
Sat, 20 Mar 2010 15:04:44 -0400 |
Stefan Monnier |
(hide-sublevels): Unfix the paren non-typo! (bug#5738).
|
Sat, 20 Mar 2010 11:17:59 -0700 |
Glenn Morris |
Use faces not variables for font-lock customization in rst.el.
|
Sat, 20 Mar 2010 11:13:46 -0700 |
Glenn Morris |
Cosmetic changes to lib-src/Makefile.in.
|
Sat, 20 Mar 2010 01:11:59 -0700 |
Dan Nicolaescu |
Remove support for old GNU/Linux using libc version 5.
|
Sat, 20 Mar 2010 00:57:11 -0700 |
Dan Nicolaescu |
Consolidate redundant definitions in s/bsd-common.h.
|
Sat, 20 Mar 2010 00:09:31 -0700 |
Dan Nicolaescu |
Consolidate redundant definitions.
|
Fri, 19 Mar 2010 23:48:13 -0700 |
Dan Nicolaescu |
Remove support for old UNIX System V systems.
|
Fri, 19 Mar 2010 22:52:55 -0700 |
Dan Nicolaescu |
Remove support for Solaris on PPC and for old versions.
|
Fri, 19 Mar 2010 22:18:05 -0700 |
Dan Nicolaescu |
* s/openbsd.h: Remove support for non-ELF and for systems that do
|
Sat, 20 Mar 2010 03:29:12 +0200 |
Juri Linkov |
* s-region.el: Move to obsolete.
|
Fri, 19 Mar 2010 18:03:39 -0700 |
Dan Nicolaescu |
Remove non-working support for lynxos 3.0.
|
Fri, 19 Mar 2010 17:46:01 -0700 |
Dan Nicolaescu |
Remove obsolete uses of HAVE_SHM.
|
Fri, 19 Mar 2010 15:19:54 +0100 |
Juanma Barranquero |
lisp/vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
|
Fri, 19 Mar 2010 11:29:02 +0100 |
Michael Albinus |
* auth-source.el (netrc-machine-user-or-password): Autoload.
|
Fri, 19 Mar 2010 02:46:08 -0700 |
Dan Nicolaescu |
* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
|
Fri, 19 Mar 2010 02:42:13 -0700 |
Dan Nicolaescu |
* vc-hooks.el (vc-path): Remove variable and obsolete declaration.
|
Fri, 19 Mar 2010 02:37:41 -0700 |
Dan Nicolaescu |
Add special markup processing for commit logs.
|
Thu, 18 Mar 2010 23:32:47 -0400 |
Stefan Monnier |
(hide-sublevels): Don't hide trailing newline (and fix paren typo).
|
Thu, 18 Mar 2010 20:19:09 -0700 |
Glenn Morris |
Regenerate ldefs-boot.el.
|
Thu, 18 Mar 2010 19:55:37 -0700 |
Glenn Morris |
Stop message.el from loading about 40 libraries it doesn't always need.
|
Thu, 18 Mar 2010 19:44:37 -0700 |
Glenn Morris |
Regenerate src/config.in.
|
Thu, 18 Mar 2010 19:42:32 -0700 |
Glenn Morris |
* configure.in (HAVE_LIBNCURSES): Add a description to make autoheader happy.
|
Thu, 18 Mar 2010 12:57:21 +0100 |
Jan D. |
Check for tputs and friends, abort if not found (bug #5735)
|
Thu, 18 Mar 2010 12:56:23 +0100 |
Jan D. |
Check for tputs and friends, abort if not found (bug #5735)
|
Thu, 18 Mar 2010 08:22:27 +0100 |
Jan D. |
Merge from trunk
|
Mon, 15 Mar 2010 09:18:20 +0100 |
Jan D. |
Merge from trunk
|
Thu, 11 Mar 2010 11:05:39 +0100 |
Jan D. |
Merge from trunk
|
Mon, 08 Mar 2010 13:05:51 +0100 |
Jan D. |
Merge from trunk
|
Wed, 17 Mar 2010 23:47:12 -0700 |
Glenn Morris |
* emacs-lisp/autoload.el (autoload-rubric): Doc fix.
|
Wed, 17 Mar 2010 23:44:36 -0700 |
Glenn Morris |
Use query-replace-{from,to}-history-variable in more places.
|
Wed, 17 Mar 2010 23:37:26 -0700 |
Glenn Morris |
Simplify some leim/Makefile.in clean rules.
|
Wed, 17 Mar 2010 23:33:39 -0700 |
Glenn Morris |
* Makefile.in (dot): Remove, since ../ is used throughout the other Makefiles.
|
Wed, 17 Mar 2010 23:27:55 -0700 |
Glenn Morris |
Remove obsolete code in emacs.c that chooses a bug reporting address.
|
Wed, 17 Mar 2010 23:21:21 -0700 |
Glenn Morris |
* mail/hashcash.el (declare-function): Remove duplicate definition.
|
Wed, 17 Mar 2010 23:18:47 -0700 |
Glenn Morris |
Minor simplifications for emacsbug.el.
|
Wed, 17 Mar 2010 23:13:45 -0700 |
Glenn Morris |
Remove supercite.el's need for sendmail.el.
|
Wed, 17 Mar 2010 22:59:32 -0700 |
Glenn Morris |
* configure: Fix comment mistake in previous change.
|
Wed, 17 Mar 2010 22:57:21 -0700 |
Glenn Morris |
Regenerate configure.
|
Wed, 17 Mar 2010 22:54:09 -0700 |
Glenn Morris |
Doc fix.
|
Wed, 17 Mar 2010 22:49:31 -0700 |
Glenn Morris |
Replace some cpp with autoconf.
|
Wed, 17 Mar 2010 22:25:13 -0700 |
Glenn Morris |
* calendar/cal-french.el: Convert to utf-8.
|
Wed, 17 Mar 2010 22:17:11 -0700 |
Glenn Morris |
Close bug#5720.
|
Wed, 17 Mar 2010 21:54:51 -0700 |
Glenn Morris |
* files.el (interpreter-mode-alist): Use emacs-lisp-mode for Emacs scripts.
|
Wed, 17 Mar 2010 02:53:43 +0000 |
Katsumi Yamaoka |
(mml-read-tag): Unquote values with `read' to reverse prin1 in mml-insert-tag
|
Wed, 17 Mar 2010 02:51:21 +0000 |
Katsumi Yamaoka |
(mml-read-tag): Unquote values with `read' to reverse prin1 in mml-insert-tag
|
Tue, 16 Mar 2010 22:06:37 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 16 Mar 2010 00:21:21 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 15 Mar 2010 22:14:49 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 15 Mar 2010 01:43:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 16 Mar 2010 17:45:07 +0100 |
Michael Albinus |
* net/secrets.el (secrets-enabled): New variable. Use it instead
|
Tue, 16 Mar 2010 00:27:31 +0100 |
Michael Albinus |
* net/secrets.el (top): Register the D-Bus signals only when the
|
Mon, 15 Mar 2010 13:16:46 -0400 |
Chong Yidong |
Put non-GTK X scroll-bars on left.
|
Mon, 15 Mar 2010 01:39:53 +0000 |
Katsumi Yamaoka |
(mm-charset-to-coding-system): Use coding-system-from-name
|
Mon, 15 Mar 2010 01:38:28 +0000 |
Katsumi Yamaoka |
(mm-charset-to-coding-system): Use coding-system-from-name
|
Sun, 14 Mar 2010 21:56:41 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 14 Mar 2010 23:28:52 +0200 |
Juri Linkov |
Add finder unknown keywords.
|
Sun, 14 Mar 2010 23:15:02 +0200 |
Juri Linkov |
Fix keywords.
|
Sat, 13 Mar 2010 21:33:54 +0100 |
Michael Albinus |
* etc/NEWS: Add secrets.el.
|
Sat, 13 Mar 2010 14:54:29 -0500 |
Chong Yidong |
Fix bug in `format' (Bug#5710).
|
Sat, 13 Mar 2010 10:29:13 -0500 |
Eli Zaretskii |
Commit the change in src/Makefile.in announced in rev 99649.
|
Sat, 13 Mar 2010 11:16:37 +0100 |
Andreas Schwab |
Remove obsolete .cvsignore files
|
Sat, 13 Mar 2010 03:52:05 -0500 |
Eli Zaretskii |
Spell out in ChangeLog the purpose of revision 99649.
|
Fri, 12 Mar 2010 18:13:27 -0500 |
Chong Yidong |
Document Customize and scroll-bar changes.
|
Fri, 12 Mar 2010 18:13:02 -0500 |
Chong Yidong |
* xfns.c (Fx_create_frame): Set default to Qright.
|
Fri, 12 Mar 2010 18:08:30 -0500 |
Chong Yidong |
Allow using list-colors-display to set colors in the Color widget.
|
Fri, 12 Mar 2010 17:56:30 -0500 |
Chong Yidong |
Improvements to the Custom interface.
|
Fri, 12 Mar 2010 16:42:05 -0500 |
Chong Yidong |
Update Custom arrow images.
|
Fri, 12 Mar 2010 14:13:38 -0500 |
Chong Yidong |
Fix last change to use existing comm Custom group instead of `net'.
|
Fri, 12 Mar 2010 12:47:22 -0500 |
Chong Yidong |
Reorganize Custom groups.
|
Fri, 12 Mar 2010 12:32:30 -0500 |
Chong Yidong |
Put scroll-bar on right by default on UNIX.
|
Fri, 12 Mar 2010 11:34:27 -0500 |
Eli Zaretskii |
Don't use termcap.c on Posix platforms, only on MS-DOS.
|
Fri, 12 Mar 2010 00:07:18 -0800 |
Dan Nicolaescu |
Fix typo.
|
Fri, 12 Mar 2010 00:04:54 -0800 |
Dan Nicolaescu |
Add .dir-locals.el support for file-less buffers.
|
Thu, 11 Mar 2010 19:13:01 -0800 |
Glenn Morris |
Regenerate configure.
|
Thu, 11 Mar 2010 17:29:30 -0800 |
Dan Nicolaescu |
Add support for shelving snapshots and for showing shelves.
|
Thu, 11 Mar 2010 22:42:19 +0200 |
Juri Linkov |
Add a NEWS entry for animated image API.
|
Wed, 10 Mar 2010 22:20:24 -0800 |
Glenn Morris |
* cus-edit.el (customize-changed-options-previous-release): Bump to 23.1.
|
Wed, 10 Mar 2010 22:17:08 -0800 |
Glenn Morris |
Minor animated image housekeeping.
|
Wed, 10 Mar 2010 22:10:50 -0800 |
Glenn Morris |
Rotate NEWS to NEWS.23, create new NEWS for Emacs 24.
|
Wed, 10 Mar 2010 10:17:13 -0500 |
Chong Yidong |
Bump version to 24.0.50.
|
Wed, 10 Mar 2010 09:45:21 -0500 |
Stefan Monnier |
Cleanup setup of gl_state in various parts of the code.
|
Wed, 10 Mar 2010 23:16:06 +0900 |
Miles Bader |
quick-install-emacs: Use more portable shell syntax
|
Wed, 10 Mar 2010 23:14:34 +0900 |
Miles Bader |
quick-install-emacs: Be more picky about files we avoid installing
|
Wed, 10 Mar 2010 01:32:43 -0500 |
Stefan Monnier |
vc-git.el (vc-git-revision-table): Include remote branches.
|
Wed, 10 Mar 2010 00:18:51 -0500 |
Stefan Monnier |
Merge pending branch
|
Sun, 07 Mar 2010 15:08:38 -0500 |
Stefan Monnier |
Start laying out a plan for Emacs-24
|
Sun, 07 Mar 2010 21:02:20 +0200 |
Juri Linkov |
Animated image API.
|
Tue, 09 Mar 2010 22:24:44 +0900 |
Miles Bader |
(vc-git-print-log): Use "tformat:" for shortlog, instead of "format:"
|
Mon, 08 Mar 2010 19:14:53 +0200 |
Juri Linkov |
Fix numeric keywords.
|
Mon, 08 Mar 2010 11:17:30 -0500 |
Chong Yidong |
Additional fix for rfc822-addresses (Bug#5692).
|
Mon, 08 Mar 2010 14:00:18 +0100 |
Juanma Barranquero |
Fix typos in Changelogs.
|
Mon, 08 Mar 2010 20:40:36 +0900 |
Kenichi Handa |
Fix bug# in ChangeLog.
|
Mon, 08 Mar 2010 20:30:58 +0900 |
Kenichi Handa |
Add coding system windows-1256 (alias cp1256).
|
Mon, 08 Mar 2010 20:39:36 +0900 |
Kenichi Handa |
Fix bug# in ChangeLog.
|
Mon, 08 Mar 2010 10:53:37 +0900 |
Kenichi Handa |
from trunk
|
Mon, 08 Mar 2010 10:52:57 +0900 |
Kenichi Handa |
Add bug# in ChangeLog.
|
Mon, 08 Mar 2010 10:50:35 +0900 |
Kenichi Handa |
Add coding system windows-1256 (alias cp1256).
|
Wed, 03 Mar 2010 15:04:00 +0900 |
Kenichi Handa |
from trunk
|
Sun, 07 Mar 2010 18:34:40 +0100 |
Andreas Schwab |
Don't end parsing rfc822 addresses prematurely (Bug#5692)
|
Sun, 07 Mar 2010 09:45:53 -0500 |
Chong Yidong |
Correct pathname for vc-git-annotate-extract-revision-at-line (Bug#5657)
|
Sat, 06 Mar 2010 15:35:04 -0500 |
Chong Yidong |
NEWS: Clarify last change.
|
Sat, 06 Mar 2010 15:33:04 -0500 |
Chong Yidong |
NEWS: Document change to Lisp reader for overflowing ints.
|
Sat, 06 Mar 2010 15:27:19 -0500 |
Chong Yidong |
* objects.texi (Integer Type): Take note of the read syntax exception for numbers that cannot fit in the integer type.
|
Sat, 06 Mar 2010 14:02:49 -0500 |
Chong Yidong |
Improve documentation for setting buffer-local vars (Bug#5688).
|
Sat, 06 Mar 2010 13:23:23 -0500 |
Chong Yidong |
* calculator.el (calculator): Don't bind split-window-keep-point (Bug#5674).
|
Fri, 05 Mar 2010 23:05:47 -0500 |
Stefan Monnier |
* vc-git.el: Re-flow to fit into 80 columns.
|
Fri, 05 Mar 2010 19:06:37 -0800 |
Glenn Morris |
Update some cedet template copyrights to GPLv3+.
|
Fri, 05 Mar 2010 19:00:40 -0800 |
Glenn Morris |
Add license information for ede-test.el and srecode-test.el.
|
Fri, 05 Mar 2010 18:08:18 -0500 |
Stefan Monnier |
Make it possible to C-g in a tight bytecode loop again (bug#5680).
|
Fri, 05 Mar 2010 15:18:20 -0500 |
Stefan Monnier |
(Man-files-regexp): Tighten up the regexp (bug#5686).
|
Fri, 05 Mar 2010 14:54:39 -0500 |
Stefan Monnier |
* regex.c (regex_compile): Setup gl_state as well.
|
Fri, 05 Mar 2010 13:42:38 -0500 |
Stefan Monnier |
(skip_chars): Setup gl_state (bug#3823).
|
Thu, 04 Mar 2010 19:01:38 -0800 |
Glenn Morris |
Fix orgcard.tex pdf landscape format.
|
Wed, 03 Mar 2010 21:23:20 +0200 |
Juri Linkov |
Add a comment for the previous commit.
|
Wed, 03 Mar 2010 12:31:50 -0500 |
Chong Yidong |
Fix keyboard macro key lookup (Bug#5481).
|
Wed, 03 Mar 2010 11:14:16 -0500 |
Chong Yidong |
NEWS: Auto composition mode is still a minor mode.
|
Tue, 02 Mar 2010 20:11:15 -0800 |
Glenn Morris |
Mark previous ChangeLog entry as a tiny change.
|
Tue, 02 Mar 2010 19:58:26 -0800 |
Glenn Morris |
Close bug#5670 with patch from ?t?pn N?mec <stepnem at gmail.com>.
|
Tue, 02 Mar 2010 19:50:15 -0800 |
Glenn Morris |
Update Lispref for 30-bit integers.
|
Tue, 02 Mar 2010 21:50:57 -0500 |
Chong Yidong |
NEWS: async-shell-command and ansi-color are now documented.
|
Tue, 02 Mar 2010 21:44:52 -0500 |
Chong Yidong |
* faq.texi: Note that ansi-color is now enabled by default.
|
Tue, 02 Mar 2010 17:57:07 -0500 |
Chong Yidong |
Documented make-pointer-invisible.
|
Tue, 02 Mar 2010 17:56:36 -0500 |
Chong Yidong |
* frames.texi (Mouse Avoidance): Mention make-pointer-invisible.
|
Tue, 02 Mar 2010 23:43:50 +0200 |
Eli Zaretskii |
(emacs_mule_char): Fix a typo in commentary.
|
Tue, 02 Mar 2010 23:15:46 +0200 |
Juri Linkov |
* info.el (Info-index-next): Decrement line number by 2. (Bug#5652)
|
Tue, 02 Mar 2010 22:35:44 +0200 |
Eli Zaretskii |
Fix bug in decoding emacs-mule encoding.
|
Tue, 02 Mar 2010 10:32:45 +0100 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
|
Tue, 02 Mar 2010 13:55:33 +0900 |
Kenichi Handa |
Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
|
Tue, 02 Mar 2010 13:54:04 +0900 |
Kenichi Handa |
from trunk
|
Mon, 01 Mar 2010 19:47:19 -0800 |
Glenn Morris |
Small tweaks to etc/refcards/Makefile rules for PDFs.
|
Mon, 01 Mar 2010 19:29:50 -0800 |
Glenn Morris |
* FOR-RELEASE: CEDET and a javascript mode were added, so remove todos.
|
Mon, 01 Mar 2010 19:27:41 -0800 |
Glenn Morris |
Fix date of Yom HaAtzma'ut holiday.
|
Tue, 02 Mar 2010 13:44:28 +0900 |
Kenichi Handa |
Fix handling of the multibyte form of raw-bytes in unibyte->multibyte conversion.
|
Tue, 02 Mar 2010 10:35:00 +0900 |
Kenichi Handa |
buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.
|
Tue, 02 Mar 2010 10:33:48 +0900 |
Kenichi Handa |
from trunk
|
Tue, 02 Mar 2010 10:30:52 +0900 |
Kenichi Handa |
buffer.c (Fset_buffer_multibyte): Fix handling of the multibyte form of raw-bytes.
|
Mon, 01 Mar 2010 17:46:36 +0000 |
Alan Mackenzie |
Correct buggy patch 99592 to cc-engine.el.
|
Mon, 01 Mar 2010 20:52:21 +0900 |
Kenichi Handa |
Change "myanmar" to "burmese"
|
Mon, 01 Mar 2010 20:50:57 +0900 |
Kenichi Handa |
from trunk
|
Mon, 01 Mar 2010 20:34:11 +0900 |
Kenichi Handa |
Change "myanmar" to "burmese"
|
Sat, 27 Feb 2010 16:24:12 +0900 |
Kenichi Handa |
from trunk
|
Mon, 01 Mar 2010 11:31:42 +0000 |
Alan Mackenzie |
Fix bug #5649: 23.1.92; Indentation problems in C mode.
|
Mon, 01 Mar 2010 01:15:04 -0800 |
Glenn Morris |
Regenerate pl-refcard.pdf.
|
Mon, 01 Mar 2010 01:06:49 -0800 |
Glenn Morris |
* refcards/pl-refcard.tex: Double forward-slashes in URL for Mex.
|
Mon, 01 Mar 2010 00:58:52 -0800 |
Glenn Morris |
Regenerate de-refcard.pdf.
|
Mon, 01 Mar 2010 00:56:58 -0800 |
Glenn Morris |
* refcards/de-refcard.tex: Fix paren typo.
|
Mon, 01 Mar 2010 00:06:52 -0800 |
Glenn Morris |
Regenerate most pdf refcards.
|
Sun, 28 Feb 2010 23:13:57 -0800 |
Glenn Morris |
Rename a command in ru-refcard.tex.
|
Sun, 28 Feb 2010 18:40:56 -0800 |
Glenn Morris |
Fix some ChangeLog typos.
|
Sun, 28 Feb 2010 18:36:15 -0800 |
Glenn Morris |
Update short copyright year in refcard tex files.
|
Sun, 28 Feb 2010 23:38:45 +0000 |
Katsumi Yamaoka |
(menu-bar-manuals-menu): Fix typo.
|
Sun, 28 Feb 2010 23:37:19 +0000 |
Katsumi Yamaoka |
(menu-bar-manuals-menu): Fix typo.
|
Sun, 28 Feb 2010 21:55:28 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 28 Feb 2010 16:34:58 -0500 |
Chong Yidong |
Minor doc fix.
|
Fri, 26 Feb 2010 06:05:32 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 25 Feb 2010 21:56:02 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 25 Feb 2010 02:25:29 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 24 Feb 2010 22:24:48 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 24 Feb 2010 21:53:00 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 24 Feb 2010 10:47:10 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 23 Feb 2010 21:58:05 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 22 Feb 2010 21:54:01 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 21 Feb 2010 21:56:15 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 18 Feb 2010 21:54:17 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 18 Feb 2010 02:46:55 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 17 Feb 2010 22:09:13 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 16 Feb 2010 21:53:57 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 16 Feb 2010 04:18:57 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 15 Feb 2010 21:54:07 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 14 Feb 2010 21:55:14 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 11 Feb 2010 21:54:28 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 09 Feb 2010 21:54:40 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 09 Feb 2010 00:01:14 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 08 Feb 2010 22:13:26 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 07 Feb 2010 22:11:48 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 04 Feb 2010 22:04:56 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 03 Feb 2010 21:56:48 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 02 Feb 2010 23:25:16 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 02 Feb 2010 21:53:34 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 01 Feb 2010 23:55:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 01 Feb 2010 21:54:37 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 31 Jan 2010 21:53:42 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 28 Jan 2010 22:03:25 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 28 Feb 2010 15:37:20 +0100 |
Jan D. |
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
|
Sun, 28 Feb 2010 15:36:34 +0100 |
Jan D. |
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
|
Sun, 28 Feb 2010 15:36:24 +0100 |
Jan D. |
scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
|
Sun, 28 Feb 2010 15:32:51 +0100 |
Jan D. |
Merge from trunk
|
Sun, 28 Feb 2010 11:41:52 +0100 |
Jan D. |
Merge from trunk
|
Thu, 25 Feb 2010 17:08:53 +0100 |
Jan D. |
Merge from trunk
|
Sun, 28 Feb 2010 09:19:31 -0500 |
Chong Yidong |
Fix use of unitialized memory.
|
Sun, 28 Feb 2010 12:36:39 +0100 |
Michael Albinus |
* net/tramp.el (tramp-handle-write-region): START can be a string.
|
Sun, 28 Feb 2010 11:27:39 +0100 |
Michael Albinus |
* net/dbus.el (dbus-introspect, dbus-get-property)
|
Sun, 28 Feb 2010 11:05:21 +0100 |
Michael Albinus |
*** empty log message ***
|
Sun, 28 Feb 2010 11:03:02 +0100 |
Michael Albinus |
* dbus.el (Errors and Events): D-Bus messages are retrieved only, when
|
Sat, 27 Feb 2010 20:22:44 -0500 |
Chong Yidong |
Fix more save-excursion warnings.
|
Sat, 27 Feb 2010 20:11:15 -0500 |
Chong Yidong |
Fix save-excursion warning in files.el.
|
Sat, 27 Feb 2010 16:21:43 -0500 |
Stefan Monnier |
Fix in-buffer completion when after-change-functions modify the buffer.
|
Sat, 27 Feb 2010 10:18:07 -0500 |
Chong Yidong |
Document :otf font-spec property.
|
Sat, 27 Feb 2010 10:02:09 -0500 |
Chong Yidong |
* international/fontset.el (setup-default-fontset): Fix :otf spec.
|
Sat, 27 Feb 2010 06:01:00 +0000 |
convert-repo |
update tags
|
Sat, 27 Feb 2010 15:28:52 +0100 |
Andreas Schwab |
* w32uniscribe.c (uniscribe_check_otf): Fix length check.
|
Sat, 27 Feb 2010 00:01:11 +0000 |
convert-repo |
update tags
EMACS_PRETEST_23_1_93
|
Fri, 26 Feb 2010 22:11:21 -0500 |
Chong Yidong |
Regenerate ldefs-boot.el.
|
Fri, 26 Feb 2010 22:09:45 -0500 |
Chong Yidong |
Bump version to 23.1.93; regenerate AUTHORS.
|
Fri, 26 Feb 2010 21:09:03 -0500 |
Chong Yidong |
Addendum to last patch: add "Medium" GTK font name keyword.
|
Fri, 26 Feb 2010 21:06:13 -0500 |
Chong Yidong |
Recognize more keywords in GTK font names (Bug#5646).
|
Fri, 26 Feb 2010 19:19:50 -0500 |
Chong Yidong |
Minor Python mode fix (Bug#5653).
|
Fri, 26 Feb 2010 21:45:47 +0900 |
Kenichi Handa |
Fix Myanmar OTF support
|
Fri, 26 Feb 2010 21:43:50 +0900 |
Kenichi Handa |
from trunk
|
Fri, 26 Feb 2010 21:40:46 +0900 |
Kenichi Handa |
Fix Myanmar OTF support
|
Thu, 25 Feb 2010 20:59:04 -0800 |
Glenn Morris |
* configure: Revert accidental commit from rev 99553.
|
Thu, 25 Feb 2010 20:45:41 -0800 |
Glenn Morris |
Close bug#5643.
|
Thu, 25 Feb 2010 20:42:07 -0800 |
Glenn Morris |
* custom.el (custom-initialize-delay): Doc fix.
|
Thu, 25 Feb 2010 20:40:03 -0800 |
Glenn Morris |
Fix initialization of send-mail-function option.
|
Thu, 25 Feb 2010 20:35:34 -0800 |
Glenn Morris |
Minor TUTORIAL fixes.
|
Fri, 26 Feb 2010 10:23:19 +0900 |
Kenichi Handa |
xdisp.c (reseat_to_string): Fix previous change.
|
Fri, 26 Feb 2010 10:22:23 +0900 |
Kenichi Handa |
from trunk
|
Thu, 25 Feb 2010 19:48:53 -0500 |
Chong Yidong |
* nsfont.m (nsfont_draw): ns_antialias_text should be a Lisp_Object (Bug#4736).
|
Thu, 25 Feb 2010 21:21:25 +0000 |
Alan Mackenzie |
(i) Remove any hard syntax-table properties for <, > inserted by C-y.
|
Fri, 26 Feb 2010 10:17:28 +0900 |
Kenichi Handa |
xdisp.c (reseat_to_string): Fix previous change.
|
Thu, 25 Feb 2010 11:32:53 +0900 |
Kenichi Handa |
xdisp.c (reseat_to_string): Fix previous change (bug#5609).
|
Thu, 25 Feb 2010 11:31:53 +0900 |
Kenichi Handa |
from trunk
|
Wed, 24 Feb 2010 20:11:28 -0500 |
Stefan Monnier |
Fix up last erroneous commit
|
Thu, 25 Feb 2010 11:29:35 +0900 |
Kenichi Handa |
xdisp.c (reseat_to_string): Fix previous change (bug#5609).
|
Thu, 25 Feb 2010 09:56:44 +0900 |
Kenichi Handa |
from trunk
|
Wed, 24 Feb 2010 22:07:26 +0000 |
Robert J. Chassell |
Merge: add word to sentence in trunk/doc/lispintro/emacs-lisp-intro.texi, in section Finding More Information
|
Wed, 24 Feb 2010 19:25:44 +0100 |
Jan D. |
Move declarations before statements.
|
Wed, 24 Feb 2010 19:23:48 +0100 |
Jan D. |
Move declarations before statements.
|
Wed, 24 Feb 2010 19:10:47 +0100 |
Jan D. |
Merge from trunk
|
Wed, 24 Feb 2010 11:40:04 -0500 |
Stefan Monnier |
(gnus-treat-display-x-face): Protect against errors (bug#5299).
|
Wed, 24 Feb 2010 10:30:49 -0500 |
Chong Yidong |
* files.el (hack-local-variables-filter): For eval forms, also
|
Wed, 24 Feb 2010 10:12:17 -0500 |
Chong Yidong |
* javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
|
Fri, 19 Feb 2010 14:11:21 +0100 |
Jan D. |
Merge from trunk
|
Thu, 18 Feb 2010 14:20:39 +0100 |
Jan D. |
Merge from trunk
|
Sun, 14 Feb 2010 18:31:45 +0100 |
Jan D. |
Merge from trunk
|
Tue, 23 Feb 2010 19:12:54 -0800 |
Glenn Morris |
Doc fixes.
|
Mon, 22 Feb 2010 20:38:16 -0800 |
Glenn Morris |
* TODO: Replace reference to CVS with explicit version number.
|
Mon, 22 Feb 2010 14:48:52 +0100 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
|
Sun, 21 Feb 2010 16:12:46 -0500 |
Chong Yidong |
* files.el (directory-listing-before-filename-regexp): Use
|
Sun, 21 Feb 2010 16:05:13 -0500 |
Chong Yidong |
Minor doc fixes.
|
Sun, 21 Feb 2010 08:44:07 -0500 |
Chong Yidong |
* m/arm.h: Define the LIB_GCC flag to be -lgcc_s (Bug#5518).
|
Sun, 21 Feb 2010 08:35:25 -0500 |
Chong Yidong |
* frames.texi (Frame Commands): Note that the last ordinary frame can
|
Sun, 21 Feb 2010 08:11:07 -0500 |
Chong Yidong |
* startup.el (fancy-about-screen): In mode-line, apply
|
Sat, 20 Feb 2010 09:11:20 -0500 |
Chong Yidong |
* etags.c (Scheme_functions): Don't loop past a null character (Bug#5601).
|
Sat, 20 Feb 2010 08:53:06 -0500 |
Chong Yidong |
* progmodes/compile.el (compilation-error-regexp-alist-alist): In
|
Sat, 20 Feb 2010 10:59:16 +0200 |
Eli Zaretskii |
subr.el (remove-yank-excluded-properties): Explain in a comment why `category'
|
Fri, 19 Feb 2010 16:36:29 -0500 |
Chong Yidong |
Revert isearch.el change due to feature freeze.
|
Fri, 19 Feb 2010 19:59:00 +0100 |
Ulf Jasper |
Fixed bug#5549 (icalendar.el)
|
Fri, 19 Feb 2010 15:57:53 +0200 |
Eli Zaretskii |
term.c, dispextern.h: Fix stale comments.
|
Fri, 19 Feb 2010 15:26:50 +0200 |
Eli Zaretskii |
INSTALL: Remove a CVS-specific note. Update for latest versions of Windows.
|
Fri, 19 Feb 2010 17:55:31 +1300 |
Nick Roberts |
Accommodate change of disassemble output in GDB 7.1.
|
Thu, 18 Feb 2010 18:36:10 -0800 |
Glenn Morris |
Close bug#5593.
|
Thu, 18 Feb 2010 18:32:36 -0800 |
Glenn Morris |
* trouble.texi: Revert grammar change from previous change.
|
Thu, 18 Feb 2010 14:55:41 -0500 |
Sam Steingold |
(vc-cvs-merge-news): Yet another fix of message parsing.
|
Thu, 18 Feb 2010 13:52:36 -0500 |
Stefan Monnier |
Use abbreviated file names in bookmarks (bug#5591).
|
Thu, 18 Feb 2010 12:02:24 -0500 |
Stefan Monnier |
(fatal): Add a final \n if needed (bug#5596).
|
Thu, 18 Feb 2010 11:08:48 +0100 |
Michael Albinus |
(tramp-handle-directory-files): When FULL, do not expand "." and "..".
|
Thu, 18 Feb 2010 11:03:12 +0100 |
Michael Albinus |
(tramp-handle-insert-file-contents): Set always the permissions of the
|
Thu, 18 Feb 2010 01:14:12 -0800 |
Glenn Morris |
* mh-acros.el: Comment fixes.
|
Thu, 18 Feb 2010 01:11:18 -0800 |
Glenn Morris |
* README: Minor fixes.
|
Thu, 18 Feb 2010 01:08:37 -0800 |
Glenn Morris |
* loadup.el: Comment fix.
|
Thu, 18 Feb 2010 01:04:46 -0800 |
Glenn Morris |
* trouble.texi (Contributing): Repository is no longer CVS.
|
Thu, 18 Feb 2010 01:02:04 -0800 |
Glenn Morris |
* fileio.c: Comment fix.
|
Thu, 18 Feb 2010 02:21:15 -0500 |
Chong Yidong |
* nsterm.m (ns_ring_bell): Revert last change (Bug#5569).
|
Wed, 17 Feb 2010 22:35:21 -0800 |
Glenn Morris |
* callint.c (Finteractive): Doc fix.
|
Wed, 17 Feb 2010 22:18:49 -0800 |
Glenn Morris |
* commits: Mention not to mix changes in any given commit.
|
Wed, 17 Feb 2010 22:05:45 -0800 |
Glenn Morris |
* emacs-lisp/authors.el (authors-renamed-files-alist):
|
Wed, 17 Feb 2010 22:02:35 -0800 |
Glenn Morris |
INSTALL.BZR: Minor edit.
|
Wed, 17 Feb 2010 21:39:06 -0800 |
Glenn Morris |
CONTRIBUTE: Various minor updates and changes.
|
Thu, 18 Feb 2010 11:32:37 +0900 |
Kenichi Handa |
Fix handling of CODING_RESULT_INSUFFICIENT_DST.
|
Thu, 18 Feb 2010 11:29:34 +0900 |
Kenichi Handa |
from trunk
|
Wed, 17 Feb 2010 16:39:21 -0500 |
Mark A. Hershberger |
2010-02-17 Mark A. Hershberger <mah@everybody.org>
|
Thu, 18 Feb 2010 11:27:25 +0900 |
Kenichi Handa |
Fix handling of CODING_RESULT_INSUFFICIENT_DST.
|
Wed, 17 Feb 2010 15:52:12 +0900 |
Kenichi Handa |
Fix the ccl decoder for the case that the output buffer is fullfilled.
|
Wed, 17 Feb 2010 15:51:01 +0900 |
Kenichi Handa |
from trunk
|
Wed, 17 Feb 2010 15:47:32 +0900 |
Kenichi Handa |
Fix the ccl decoder for the case that the output buffer is fullfilled.
|
Tue, 16 Feb 2010 17:03:29 +0100 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix
|
Tue, 16 Feb 2010 09:46:15 -0500 |
Chong Yidong |
* org-freemind.el (org-freemind-from-org-mode-node)
|
Tue, 16 Feb 2010 09:40:45 -0500 |
Chong Yidong |
* simple.el (save-interprogram-paste-before-kill): Doc fix.
|
Tue, 16 Feb 2010 09:35:45 -0500 |
Chong Yidong |
Minor tweaks to custom groups.
|
Tue, 16 Feb 2010 09:28:41 -0500 |
Chong Yidong |
Small edit to custom images for better text alignment.
|
Tue, 16 Feb 2010 09:23:44 -0500 |
Chong Yidong |
* textmodes/flyspell.el (flyspell-word): Obey the offset specified
|
Tue, 16 Feb 2010 16:41:11 +0900 |
Kenichi Handa |
Update SKK-JISYO.L to the latest version.
|
Tue, 16 Feb 2010 16:39:44 +0900 |
Kenichi Handa |
Regenate ja-dic.el.
|
Tue, 16 Feb 2010 15:58:32 +0900 |
Kenichi Handa |
Update SKK-JISYO.L to the latest version.
|
Tue, 16 Feb 2010 15:51:15 +0900 |
Kenichi Handa |
from trunk
|
Tue, 16 Feb 2010 15:49:23 +0900 |
Kenichi Handa |
Fix for the new SKK-JISYO.L format.
|
Tue, 16 Feb 2010 10:48:51 +0900 |
Kenichi Handa |
from trunk
|
Sat, 13 Feb 2010 09:37:27 +0900 |
Kenichi Handa |
from trunk
|
Mon, 15 Feb 2010 18:48:08 -0800 |
Glenn Morris |
Change a custom default to ease the mail->message transition.
|
Mon, 15 Feb 2010 18:44:29 -0800 |
Glenn Morris |
* nxml-mode.texi (Commands for locating a schema): Fix keybinding.
|
Mon, 15 Feb 2010 18:42:03 -0800 |
Glenn Morris |
Close bug#5562.
|
Mon, 15 Feb 2010 18:38:00 -0800 |
Glenn Morris |
* emacs-lisp-intro.texi: Fix typo in name of `find-tag' command.
|
Mon, 15 Feb 2010 15:03:22 -0500 |
Stefan Monnier |
(ad-compile-function): Fix last change.
|
Mon, 15 Feb 2010 14:55:51 -0500 |
Stefan Monnier |
(ad-compile-function): Suppress byte-compiler warnings, since it is annoying
|
Mon, 15 Feb 2010 16:04:53 +0100 |
Michael Albinus |
* net/tramp.el (tramp-process-actions, tramp-read-passwd):
|
Sun, 14 Feb 2010 18:34:09 +0100 |
Juanma Barranquero |
Fix typos.
|
Sun, 14 Feb 2010 18:32:16 +0100 |
Juanma Barranquero |
Fix typos in comments.
|
Sun, 14 Feb 2010 18:31:34 +0100 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Sun, 14 Feb 2010 18:30:41 +0100 |
Juanma Barranquero |
* quick-install-emacs (PRUNED): Fix typo in message.
|
Sun, 14 Feb 2010 18:28:10 +0100 |
Juanma Barranquero |
Fix typos in docstrings.
|
Sun, 14 Feb 2010 10:23:52 +0100 |
Michael Albinus |
* files.el (insert-directory): When WILDCARD-REGEXP and
|
Sun, 14 Feb 2010 02:20:31 +0200 |
Juri Linkov |
* man.el (Man-fontify-manpage, Man-cleanup-manpage):
|
Sat, 13 Feb 2010 11:29:25 -0800 |
Glenn Morris |
Improve docs of some transposition functions.
|
Sat, 13 Feb 2010 14:28:09 +0100 |
Jan D. |
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
|
Sat, 13 Feb 2010 14:27:32 +0100 |
Jan D. |
xterm.c (XTflash): Use Gdk-routines if USE_GTK so scroll bars doesn't get
|
Sat, 13 Feb 2010 13:55:57 +0100 |
Jan D. |
* xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
|
Sat, 13 Feb 2010 13:54:50 +0100 |
Jan D. |
xterm.c (x_clear_frame_area): Cal gtk_widget_queue_draw if USE_GTK,
|
Sat, 13 Feb 2010 13:30:17 +0100 |
Jan D. |
Merge from trunk
|
Wed, 10 Feb 2010 10:34:18 +0100 |
Jan D. |
Merge from trunk
|
Fri, 12 Feb 2010 21:35:45 +0200 |
Juri Linkov |
* arc-mode.el (archive-unique-fname): Make directories for nested
|
Fri, 12 Feb 2010 21:28:29 +0200 |
Juri Linkov |
* ffap.el (dired-at-point): Fix docstring. (Bug#5565)
|
Thu, 11 Feb 2010 21:20:50 -0800 |
Glenn Morris |
* NEWS: Mention mail-interactive change from Emacs 23.1.
|
Thu, 11 Feb 2010 14:37:11 -0500 |
Stefan Monnier |
(copy-overlay): Damn typo.
|
Thu, 11 Feb 2010 14:35:36 -0500 |
Stefan Monnier |
* subr.el (copy-overlay): Handle deleted overlays.
|
Thu, 11 Feb 2010 11:00:01 -0500 |
Stefan Monnier |
(Man-completion-table): Don't signal an error if we can't run
|
Wed, 10 Feb 2010 20:13:39 -0800 |
Glenn Morris |
* ChangeLog: Spelling fix.
|
Thu, 11 Feb 2010 01:12:47 +0100 |
Juanma Barranquero |
Fix typos.
|
Thu, 11 Feb 2010 01:02:43 +0100 |
Juanma Barranquero |
* textmodes/artist.el (artist-mt): Fix typos in docstring.
|
Thu, 11 Feb 2010 00:53:28 +0100 |
Juanma Barranquero |
Fix typos.
|
Wed, 10 Feb 2010 15:04:51 -0500 |
Stefan Monnier |
(Info-bookmark-jump): Simplify.
|
Wed, 10 Feb 2010 15:02:54 -0500 |
Stefan Monnier |
(bookmark-handle-bookmark): Catch the right error.
|
Wed, 10 Feb 2010 09:31:49 -0800 |
Glenn Morris |
* ChangeLog: Fix typos.
|
Wed, 10 Feb 2010 10:31:24 +0100 |
Jan D. |
Fix for bug#5512, don't rely on SIGIO alone.
|
Wed, 10 Feb 2010 04:19:32 -0500 |
Chong Yidong |
* iswitchb.el (iswitchb-completions): Revert last change.
|
Wed, 10 Feb 2010 10:29:28 +0100 |
Jan D. |
Fix for bug#5512, don't rely on SIGIO alone.
|
Wed, 10 Feb 2010 08:47:34 +0100 |
Jan D. |
Merge from trunk
|
Mon, 01 Feb 2010 14:09:07 +0100 |
Jan D. |
Merge from trunk
|
Wed, 10 Feb 2010 09:46:54 +0100 |
Michael Albinus |
* ls-lisp.el (ls-lisp-insert-directory): Wen WILDCARD-REGEXP and
|
Tue, 09 Feb 2010 21:33:17 -0800 |
Dan Nicolaescu |
(xterm-maybe-set-dark-background-mode): Remove
|
Mon, 08 Feb 2010 21:43:23 -0800 |
Glenn Morris |
* ChangeLog: Mark tiny change.
|
Mon, 08 Feb 2010 20:58:57 -0500 |
Chong Yidong |
* eshell/em-ls.el (eshell-ls-applicable): Frob file attributes correctly (Bug#5548).
|
Mon, 08 Feb 2010 18:39:01 -0500 |
Chong Yidong |
* nsfont.m (nsfont_open): The system's value for the font descent
|
Mon, 08 Feb 2010 18:27:29 -0500 |
Chong Yidong |
Fix ada-mode handling of number literals.
|
Mon, 08 Feb 2010 09:11:15 -0800 |
Glenn Morris |
* buffers.texi: Fix typo in previous.
|
Sun, 07 Feb 2010 23:20:58 -0800 |
Glenn Morris |
Close bug#5529.
|
Mon, 08 Feb 2010 16:11:11 +0900 |
Kenichi Handa |
international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.
|
Mon, 08 Feb 2010 16:08:18 +0900 |
Kenichi Handa |
international/mule-util.el (with-coding-priority): Add autoload cookie for putting lisp-indent-funciton.
|
Mon, 08 Feb 2010 14:51:15 +0900 |
Kenichi Handa |
from trunk
|
Fri, 05 Feb 2010 16:14:26 +0900 |
Kenichi Handa |
from trunk
|
Tue, 02 Feb 2010 13:15:15 +0900 |
Kenichi Handa |
from trunk
|
Sun, 07 Feb 2010 12:23:20 -0800 |
Glenn Morris |
Fix previous change for F2003 interfaces.
|
Sun, 07 Feb 2010 01:36:17 -0500 |
Chong Yidong |
* erc-services.el (erc-nickserv-alist): Fix defcustom type (Bug#5520).
|
Sun, 07 Feb 2010 01:23:10 -0500 |
Chong Yidong |
Fix to uid/gid format in eshell's ls (Bug#5528).
|
Sat, 06 Feb 2010 23:14:26 -0500 |
Chong Yidong |
Fix setting family and foundry in set-face-attribute (Bug#5536).
|
Sat, 06 Feb 2010 17:41:45 -0800 |
Glenn Morris |
Handle F2003 named interfaces.
|
Sat, 06 Feb 2010 08:29:05 -0500 |
Chong Yidong |
Credit Vivek Dasmohapatra for suggesting the last change.
|
Sat, 06 Feb 2010 08:23:33 -0500 |
Chong Yidong |
* charset.c (load_charset_map_from_file)
|
Sat, 06 Feb 2010 08:01:43 -0500 |
Chong Yidong |
* progmodes/cc-mode.el (c-common-init): Bind temporary variables
|
Fri, 05 Feb 2010 20:23:59 -0800 |
Dan Nicolaescu |
* vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
|
Sat, 06 Feb 2010 00:36:20 +0200 |
Juri Linkov |
* doc-view.el (doc-view-mode):
|
Fri, 05 Feb 2010 14:20:17 -0500 |
Mark A. Hershberger |
add primative implementation of vc-svn-revision-table
|
Fri, 05 Feb 2010 14:09:38 -0500 |
Mark A. Hershberger |
forgot changelog entry
|
Fri, 05 Feb 2010 14:05:33 -0500 |
Mark A. Hershberger |
Use standard format for direntry
|
Fri, 05 Feb 2010 12:15:28 +0100 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-insert-directory):
|
Fri, 05 Feb 2010 00:12:08 -0800 |
Glenn Morris |
* progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
|
Thu, 04 Feb 2010 23:49:36 -0500 |
Chong Yidong |
Fix 2009-02-20 change to startup.el (Bug#5519).
|
Thu, 04 Feb 2010 23:21:11 -0500 |
Stefan Monnier |
Make `initials' completion work for /hh -> /home/horn again (bug#5524).
|
Thu, 04 Feb 2010 22:54:49 -0500 |
Chong Yidong |
Fix for Bug#5526.
|
Thu, 04 Feb 2010 20:53:40 -0500 |
Stefan Monnier |
Fix up various corner case problems.
|
Thu, 04 Feb 2010 21:15:37 +0000 |
Alan Mackenzie |
Change strategy for marking < and > as template delimiters: mark them
|
Thu, 04 Feb 2010 17:25:57 +0100 |
Michael Albinus |
* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
|
Wed, 03 Feb 2010 21:21:40 -0800 |
Glenn Morris |
Remove silly examples of changes.
|
Wed, 03 Feb 2010 21:17:02 -0800 |
Glenn Morris |
* inc/grp.h: Remove execute bit.
|
Wed, 03 Feb 2010 21:14:36 -0800 |
Glenn Morris |
Close bug#5485.
|
Wed, 03 Feb 2010 21:10:21 -0800 |
Glenn Morris |
* mail/rmail.el (rmail-show-message-1): Handle malformed
|
Wed, 03 Feb 2010 21:05:37 -0800 |
Glenn Morris |
* mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
|
Wed, 03 Feb 2010 21:02:56 -0800 |
Glenn Morris |
* simple.el (visual-line-mode): Capitalize lighter.
|
Wed, 03 Feb 2010 20:51:49 -0800 |
Glenn Morris |
Explain pkreport sort options.
|
Wed, 03 Feb 2010 15:47:25 -0500 |
jwiegley |
iswitchb.el (iswitchb-completions): Add bookmark files to the
|
Wed, 03 Feb 2010 07:16:34 +0100 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
|
Tue, 02 Feb 2010 22:55:03 -0500 |
Stefan Monnier |
(vc-path): Make it an obsolete var, rather than function.
|
Wed, 03 Feb 2010 00:33:52 +0200 |
Juri Linkov |
* textmodes/ispell.el (ispell-message-text-end): Remove final newline
|
Wed, 03 Feb 2010 00:28:57 +0200 |
Juri Linkov |
* ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
|
Tue, 02 Feb 2010 12:19:36 +0100 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
|
Tue, 02 Feb 2010 00:35:04 +0200 |
Juri Linkov |
* arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
|
Mon, 01 Feb 2010 13:39:33 -0500 |
Stefan Monnier |
Avoid obsolete special default variables like default-major-mode.
|
Mon, 01 Feb 2010 13:25:47 -0500 |
Stefan Monnier |
(doc-view-new-window-function): Be a bit more defensive.
|
Sun, 31 Jan 2010 20:58:35 -0800 |
Dan Nicolaescu |
(vc-bzr-dir-extra-headers): Add a header when a
|
Sun, 31 Jan 2010 23:47:47 +0200 |
Juri Linkov |
* progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
|
Sun, 31 Jan 2010 23:28:22 +0200 |
Juri Linkov |
* .bzrignore: Add TAGS-LISP.
|
Sun, 31 Jan 2010 16:08:07 +0900 |
Kenichi Handa |
font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1. (Bug#5396)
|
Sun, 31 Jan 2010 16:01:05 +0900 |
Kenichi Handa |
Add bug#.
|
Sun, 31 Jan 2010 15:50:30 +0900 |
Kenichi Handa |
from trunk
|
Sun, 31 Jan 2010 00:23:09 -0500 |
Chong Yidong |
* nsterm.m (ns_defined_color): Block input. Suggested by Mike
|
Sun, 31 Jan 2010 15:46:53 +0900 |
Kenichi Handa |
font.c (font_parse_xlfd): If FONT is a font-entity and pixel size in NAME is invalid, return -1.
|
Sat, 30 Jan 2010 23:49:28 -0500 |
Chong Yidong |
* fileio.c (Frename_file): Correctly rename symlinks to directories (Bug#5496).
|
Sat, 30 Jan 2010 23:29:06 -0500 |
Chong Yidong |
src/config.in: Regenerate.
|
Sat, 30 Jan 2010 22:36:06 -0500 |
Chong Yidong |
* nsterm.m (ns_ring_bell): Handle visible bell like X.
|
Sat, 30 Jan 2010 13:58:56 -0800 |
Glenn Morris |
eieio.texi: Remove execute bit.
|
Sat, 30 Jan 2010 11:32:39 +0100 |
Andreas Schwab |
* character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
|
Sat, 30 Jan 2010 00:00:58 +0000 |
convert-repo |
update tags
|
Sat, 30 Jan 2010 05:22:37 +0100 |
Juanma Barranquero |
Fix typos.
|
Fri, 29 Jan 2010 18:01:17 +0000 |
convert-repo |
update tags
EMACS_PRETEST_23_1_92
|
Fri, 29 Jan 2010 21:11:41 -0500 |
Chong Yidong |
Regenerate ldefs-boot.el.
|
Fri, 29 Jan 2010 21:09:50 -0500 |
Chong Yidong |
Bump version to 23.1.92.
|
Fri, 29 Jan 2010 21:08:53 -0500 |
Chong Yidong |
Regenerate AUTHORS.
|
Fri, 29 Jan 2010 15:43:31 -0800 |
Dan Nicolaescu |
(vc-bzr-after-dir-status): Match another renaming indicator.
|
Fri, 29 Jan 2010 14:14:26 -0500 |
Chong Yidong |
Mark last change as tiny.
|
Fri, 29 Jan 2010 14:13:13 -0500 |
Chong Yidong |
* etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).
|
Fri, 29 Jan 2010 14:08:09 -0500 |
Chong Yidong |
Don't signal error on incorrect dirtrack regexp (Bug#5476)
|
Fri, 29 Jan 2010 14:02:02 -0500 |
Chong Yidong |
Change default XFT font to 10pt, and default frame height to 35 rows (Bug#3643).
|
Fri, 29 Jan 2010 17:23:25 +0100 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Handle also
|
Fri, 29 Jan 2010 16:03:25 +0200 |
Eli Zaretskii |
w32inevt.c (key_event): Remove unnecessary comparison of
|
Thu, 28 Jan 2010 23:19:22 -0800 |
Glenn Morris |
Explain mbox folder links.
|
Thu, 28 Jan 2010 16:55:43 -0500 |
Stefan Monnier |
Fix up spurious execute-bit on net/tramp.el
|
Thu, 28 Jan 2010 22:13:01 +0100 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
|
Thu, 28 Jan 2010 15:06:36 -0500 |
Chong Yidong |
* arc-mode.el (archive-zip-extract): Quote the argument passed to unzip (Bug#5475).
|
Thu, 28 Jan 2010 14:53:11 -0500 |
Chong Yidong |
Flymake fix to handle more C++ filenames (Bug#5488).
|
Thu, 28 Jan 2010 12:47:05 -0500 |
Chong Yidong |
* fileio.c (Frename_file): Fix last change (Bug#5487).
|
Thu, 28 Jan 2010 12:33:28 -0500 |
Chong Yidong |
Fixes for NetBSD (Bug#4629, Bug#2072).
|
Thu, 28 Jan 2010 16:24:50 +0000 |
Alan Mackenzie |
display.texi (Auto Faces): Say fontification-functions is called
|
Thu, 28 Jan 2010 21:09:25 +0800 |
Jason Rumney |
Add bug number to recent change.
|
Thu, 28 Jan 2010 09:03:33 +0000 |
Katsumi Yamaoka |
Fix last bogus commit.
|
Thu, 28 Jan 2010 08:58:10 +0000 |
Katsumi Yamaoka |
Fix last bogus commit.
|
Thu, 28 Jan 2010 08:56:33 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 28 Jan 2010 00:06:29 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 26 Jan 2010 22:04:51 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 25 Jan 2010 21:57:27 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 24 Jan 2010 21:58:18 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 21 Jan 2010 22:03:46 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 21 Jan 2010 09:12:33 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 28 Jan 2010 08:13:47 +0100 |
Jan D. |
Revert code for bug #3643.
|
Thu, 28 Jan 2010 08:10:04 +0100 |
Jan D. |
xfns.c (Fx_create_frame): Remove window size matching code from
|
Thu, 28 Jan 2010 08:06:13 +0100 |
Jan D. |
Merge from trunk
|
Thu, 28 Jan 2010 07:06:41 +0100 |
Michael Albinus |
Fix some busybox annoyances.
|
Wed, 27 Jan 2010 21:54:48 -0800 |
Glenn Morris |
* vc-svn.el (vc-svn-update): Use "svn --non-interactive". (Bug#4280)
|
Wed, 27 Jan 2010 21:19:23 -0800 |
Glenn Morris |
(log-edit-strip-single-file-name): Add missing :safe, :group, and
|
Wed, 27 Jan 2010 21:15:52 -0800 |
Glenn Morris |
Add some details of bzr's --fixes option.
|
Thu, 28 Jan 2010 07:21:16 +0800 |
Jason Rumney |
Use Unicode for keyboard input on w32 console.
|
Thu, 28 Jan 2010 00:22:16 +0800 |
Jason Rumney |
Fix typos, check for negative ASCII characters.
|
Wed, 27 Jan 2010 21:59:13 +0800 |
Jason Rumney |
Use Unicode for console keyboard input on Windows.
|
Wed, 27 Jan 2010 21:15:40 +0800 |
Jason Rumney |
Merged from trunk
|
Thu, 21 Jan 2010 23:43:05 +0800 |
Jason Rumney |
Merged from trunk
|
Thu, 21 Jan 2010 07:04:21 +0800 |
Jason Rumney |
Merge from trunk
|
Sat, 16 Jan 2010 07:16:26 +0800 |
Jason Rumney |
Merge from trunk
|
Thu, 14 Jan 2010 22:19:01 +0800 |
Jason Rumney |
Merge from trunk
|
Mon, 11 Jan 2010 22:34:47 +0800 |
Jason Rumney |
Merge from trunk
|
Sun, 10 Jan 2010 22:34:14 +0800 |
Jason Rumney |
Merged from trunk
|
Sun, 10 Jan 2010 22:18:39 +0800 |
Jason Rumney |
Merged from trunk
|
Fri, 08 Jan 2010 22:31:37 +0800 |
Jason Rumney |
Merge from trunk
|
Thu, 07 Jan 2010 21:54:07 +0800 |
Jason Rumney |
Merge from trunk
|
Thu, 07 Jan 2010 21:53:57 +0800 |
Jason Rumney |
Merge from trunk
|
Wed, 27 Jan 2010 14:29:18 +0900 |
Kenichi Handa |
Fix src/ChangeLog.
|
Wed, 27 Jan 2010 14:25:10 +0900 |
Kenichi Handa |
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
|
Wed, 27 Jan 2010 14:28:39 +0900 |
Kenichi Handa |
Fix src/ChangeLog.
|
Wed, 27 Jan 2010 14:23:52 +0900 |
Kenichi Handa |
from trunk
|
Wed, 27 Jan 2010 14:17:35 +0900 |
Kenichi Handa |
regex.c (analyse_first): Fix setting of fastmap for unibyte pattern string.
|
Mon, 25 Jan 2010 17:22:45 +0900 |
Kenichi Handa |
from trunk
|
Thu, 21 Jan 2010 13:14:47 +0900 |
Kenichi Handa |
from trunk
|
Wed, 20 Jan 2010 10:22:20 +0900 |
Kenichi Handa |
from trunk
|
Tue, 26 Jan 2010 20:12:26 -0800 |
Glenn Morris |
Add a quick-start guide.
|
Tue, 26 Jan 2010 23:08:41 -0500 |
Chong Yidong |
Fix rename-file to handle directory renaming properly (Bug#3353).
|
Tue, 26 Jan 2010 20:00:54 -0800 |
Glenn Morris |
Fix bug#5477.
|
Tue, 26 Jan 2010 22:36:36 -0500 |
Chong Yidong |
* lisp/files.el (delete-directory): Fix typo in last change.
|
Tue, 26 Jan 2010 22:17:23 -0500 |
Chong Yidong |
Fix delete-directory recursion behavior for trashing (Bug#5436).
|
Mon, 25 Jan 2010 23:22:25 -0800 |
Dan Nicolaescu |
(vc-path): Mark as obsolete.
|
Mon, 25 Jan 2010 13:49:23 -0500 |
Chong Yidong |
Fix erc reconnection via non-default connectors (Bug#4958).
|
Mon, 25 Jan 2010 01:04:59 -0800 |
Dan Nicolaescu |
(vc-annotate-revision-at-line): Compare file
|
Mon, 25 Jan 2010 08:46:15 +0100 |
Jan D. |
* xfns.c (Fx_create_frame): If frame height is too big, try
|
Mon, 25 Jan 2010 08:45:12 +0100 |
Jan D. |
Merge from trunk
|
Sun, 24 Jan 2010 22:03:23 -0800 |
Dan Nicolaescu |
(vc-bzr-print-log): Use the more compact --line option
|
Mon, 25 Jan 2010 00:03:35 -0500 |
Mark A. Hershberger |
merge
|
Sun, 24 Jan 2010 20:46:40 -0800 |
Dan Nicolaescu |
(vc-git-dir-status-goto-stage): Pass --relative to the
|
Mon, 25 Jan 2010 00:02:10 -0500 |
Mark A. Hershberger |
working version of vc-bzr-revision-table
|
Sun, 24 Jan 2010 23:52:26 -0500 |
Mark A. Hershberger |
merge conflict
|
Tue, 19 Jan 2010 14:39:22 -0500 |
Mark A. Hershberger |
replace references to obsolete c-subword-mode
|
Mon, 25 Jan 2010 08:43:29 +0100 |
Jan D. |
Typo fix.
|
Mon, 25 Jan 2010 08:43:10 +0100 |
Jan D. |
xfns.c (Fx_create_frame): If frame height i stoo big, try
|
Wed, 20 Jan 2010 07:28:33 +0100 |
Jan D. |
Merge from trunk
|
Sun, 24 Jan 2010 21:52:03 -0500 |
Stefan Monnier |
Try and fix bug#788, hopefully for real this time.
|
Sun, 24 Jan 2010 18:03:13 -0500 |
Chong Yidong |
Use png_sig_cmp to allow linking with libpng 1.4.0.
|
Sun, 24 Jan 2010 13:23:17 -0800 |
Dan Nicolaescu |
Remove support for adding --signoff on commit.
|
Sun, 24 Jan 2010 13:08:53 -0800 |
Dan Nicolaescu |
(xterm-maybe-set-dark-background-mode): Rename
|
Sun, 24 Jan 2010 03:42:22 -0500 |
Stefan Monnier |
* keymap.c (shadow_lookup): Add `remap' arg.
|
Sun, 24 Jan 2010 12:28:50 -0800 |
Glenn Morris |
Add the aliases bug-emacs and bug-gnumacs.
|
Sat, 23 Jan 2010 19:58:14 -0800 |
Glenn Morris |
(aelement): Fix typo in previous.
|
Sat, 23 Jan 2010 15:25:25 -0800 |
Glenn Morris |
Small fixes.
|
Sat, 23 Jan 2010 15:18:58 -0800 |
Glenn Morris |
Fix some details of previous change.
|
Sat, 23 Jan 2010 15:11:24 -0800 |
Glenn Morris |
Update X-Debbugs-CC details.
|
Sat, 23 Jan 2010 18:05:16 -0500 |
Chong Yidong |
* emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).
|
Sat, 23 Jan 2010 17:50:13 -0500 |
Chong Yidong |
* url-util.el: Require url-vars (Bug#5459).
|
Sat, 23 Jan 2010 17:46:32 -0500 |
Chong Yidong |
* emacs-lisp/assoc.el (aelement): Doc fix.
|
Sat, 23 Jan 2010 17:44:03 -0500 |
Chong Yidong |
* emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).
|
Sat, 23 Jan 2010 17:15:22 -0500 |
Chong Yidong |
Account for utmp.h availability.
|
Sat, 23 Jan 2010 13:42:22 +0100 |
Juanma Barranquero |
Fix bug#5435: ada-mode; pragma parameter list indented incorrectly.
|
Sat, 23 Jan 2010 13:38:02 +0100 |
Juanma Barranquero |
* mail/rmail.el: Update autoload checksum.
|
Sat, 23 Jan 2010 12:02:28 +0100 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-conf): New defcustom.
|
Sat, 23 Jan 2010 13:34:52 +0100 |
Juanma Barranquero |
Tweak docstring and comment.
|
Thu, 21 Jan 2010 13:25:54 +0100 |
Juanma Barranquero |
Fix bug#5435.
|
Sat, 23 Jan 2010 14:20:38 +0900 |
YAMAMOTO Mitsuharu |
* xdisp.c (draw_glyphs): Update `start' for left_overwritten case as in Emacs 22.
|
Fri, 22 Jan 2010 22:19:50 +0100 |
Michael Albinus |
* net/tramp-imap.el (top): Autoload needed packages.
|
Fri, 22 Jan 2010 22:17:11 +0100 |
Michael Albinus |
* net/tramp-imap.el (top): Autoload needed packages.
|
Fri, 22 Jan 2010 11:43:54 -0500 |
Stefan Monnier |
* mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
|
Fri, 22 Jan 2010 11:32:31 -0500 |
Chong Yidong |
* isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
|
Fri, 22 Jan 2010 12:23:25 +0200 |
Eli Zaretskii |
Fix bug #5447, whereby loading C:/foo.el.gz on MS-Windows would fail.
|
Fri, 22 Jan 2010 18:10:04 +0900 |
YAMAMOTO Mitsuharu |
Make string pointer args point to const as in other string allocation functions.
|
Fri, 22 Jan 2010 10:44:50 +0200 |
Eli Zaretskii |
Fix bug #5303 in `load' on MS-Windows, whereby load-file would fail
|
Thu, 21 Jan 2010 21:45:01 +0000 |
Alan Mackenzie |
Fix a situation where deletion of a cpp construct throws an error.
|
Thu, 21 Jan 2010 09:03:10 -0500 |
Chong Yidong |
Fix sgml-maybe-name-self (Bug#5380).
|
Thu, 21 Jan 2010 09:07:49 +0000 |
Katsumi Yamaoka |
(Score File Format): Fix typo.
|
Thu, 21 Jan 2010 09:05:08 +0000 |
Katsumi Yamaoka |
(Score File Format): Fix typo.
|
Thu, 21 Jan 2010 08:59:11 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 20 Jan 2010 21:55:26 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 19 Jan 2010 22:56:21 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 19 Jan 2010 22:05:33 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 18 Jan 2010 23:30:50 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 18 Jan 2010 22:02:28 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 18 Jan 2010 04:43:39 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 17 Jan 2010 23:32:40 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Sun, 17 Jan 2010 21:57:00 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 14 Jan 2010 23:01:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 14 Jan 2010 11:42:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 13 Jan 2010 23:35:16 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 13 Jan 2010 22:04:10 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 13 Jan 2010 09:37:38 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 12 Jan 2010 23:43:15 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 12 Jan 2010 21:54:22 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Mon, 11 Jan 2010 22:07:25 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Fri, 08 Jan 2010 02:43:41 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Thu, 07 Jan 2010 23:49:52 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 06 Jan 2010 23:07:49 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 20 Jan 2010 20:37:44 -0800 |
Glenn Morris |
(Bugs): Fix PROBLEMS keybinding.
|
Wed, 20 Jan 2010 12:14:37 -0500 |
Chong Yidong |
* lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
|
Wed, 20 Jan 2010 11:42:50 -0500 |
Chong Yidong |
* lisp/dired-aux.el (dired-hide-all): Make unused arg optional. Update md5sum.
|
Wed, 20 Jan 2010 11:40:47 -0500 |
Chong Yidong |
* lisp/dired-aux.el (dired-hide-all): Mark arg as ignored.
|
Wed, 20 Jan 2010 13:01:57 +0900 |
Kenichi Handa |
Fix ccl encoding of unibyte source.
|
Wed, 20 Jan 2010 13:01:04 +0900 |
Kenichi Handa |
from trunk
|
Wed, 20 Jan 2010 11:33:52 +0900 |
Kenichi Handa |
Fix ccl encoding of unibyte source.
|
Mon, 18 Jan 2010 10:19:32 +0900 |
Kenichi Handa |
from trunk
|
Mon, 18 Jan 2010 09:58:26 +0900 |
Kenichi Handa |
from trunk
|
Mon, 18 Jan 2010 09:58:15 +0900 |
Kenichi Handa |
from trunk
|
Tue, 19 Jan 2010 19:49:35 -0800 |
Glenn Morris |
Remove file that only works with CVS, and isn't really needed with
|
Tue, 19 Jan 2010 19:46:23 -0800 |
Glenn Morris |
(tab-always-indent): Fix custom-type.
|
Tue, 19 Jan 2010 22:27:24 +0000 |
Alan Mackenzie |
Redate and reposition log entry.
|
Tue, 19 Jan 2010 22:10:19 +0000 |
Alan Mackenzie |
Fix bug#5395: typing '#' in an empty C buffer throws "args out of range".
|
Tue, 19 Jan 2010 15:56:35 +0100 |
Jan D. |
Store settings in xft-settings for debug purposes.
|
Tue, 19 Jan 2010 15:54:57 +0100 |
Jan D. |
Merge from trunk
|
Tue, 19 Jan 2010 15:54:13 +0100 |
Jan D. |
Store settings in xft-settings for debug purposes.
|
Tue, 19 Jan 2010 11:52:59 +0100 |
Jan D. |
Merge from trunk
|
Tue, 19 Jan 2010 13:16:01 +0000 |
Alan Mackenzie |
Suppress spurious second invocation of before-change-functions
|
Tue, 19 Jan 2010 11:43:25 +0000 |
Alan Mackenzie |
no message
|
Fri, 08 Jan 2010 13:41:42 +0000 |
Alan Mackenzie |
Fix spurious before-change-functions invocation from (insert ?\n).
|
Tue, 19 Jan 2010 00:10:57 +0100 |
Juanma Barranquero |
* ada-mode.el: Really fix bug#5400 (comment in r99362 was erroneous).
|
Mon, 18 Jan 2010 21:24:43 +0100 |
Juanma Barranquero |
Fix typos.
|
Mon, 18 Jan 2010 20:34:55 +0100 |
Juanma Barranquero |
ido.el: Consider the possibility of buffer names changing after kill-buffer.
|
Mon, 18 Jan 2010 11:29:00 -0500 |
Chong Yidong |
Doc fix for current-time-string and date-to-time (Bug#5408)
|
Mon, 18 Jan 2010 05:44:36 +0100 |
Juanma Barranquero |
Fix typos.
|
Mon, 18 Jan 2010 10:09:12 +0900 |
Kenichi Handa |
Add bug number.
|
Mon, 18 Jan 2010 10:07:25 +0900 |
Kenichi Handa |
Add bug number.
|
Sat, 16 Jan 2010 10:43:20 +0900 |
Kenichi Handa |
from trunk
|
Mon, 18 Jan 2010 05:39:40 +0100 |
Juanma Barranquero |
Fix typos in docstrings, error messages, etc.
|
Mon, 18 Jan 2010 04:58:35 +0100 |
Juanma Barranquero |
Fix typos in comments.
|
Mon, 18 Jan 2010 04:54:24 +0100 |
Juanma Barranquero |
Fix typo in texinfo file.
|
Sun, 17 Jan 2010 18:49:27 -0500 |
Chong Yidong |
* message.el (message-setup-1): Prefer to save message-reply-buffer as a buffer.
|
Sun, 17 Jan 2010 18:34:53 -0500 |
Chong Yidong |
Fix handling of arbitrary YANK-ACTION functions from compose-mail.
|
Sun, 17 Jan 2010 18:33:55 -0500 |
Chong Yidong |
* message.el (message-mail): Just pass yank-action on to message-setup.
|
Sun, 17 Jan 2010 17:24:49 -0500 |
Chong Yidong |
* elisp.texi: Remove duplicate edition information (Bug#5407).
|
Sun, 17 Jan 2010 13:31:25 -0800 |
Dan Nicolaescu |
(with-vc-properties): Deal with directory arguments. (Bug#5298)
|
Sun, 17 Jan 2010 12:36:21 -0800 |
Dan Nicolaescu |
(vc-dir-resynch-file): Update the vc-dir header when
|
Sun, 17 Jan 2010 14:50:24 -0500 |
Chong Yidong |
Minor Semantic and EIEIO manual fixes.
|
Sun, 17 Jan 2010 20:15:32 +0100 |
Juanma Barranquero |
* progmodes/ada-mode.el: Fix bug#1920, bug#5400.
|
Sun, 17 Jan 2010 13:15:25 +0100 |
Michael Albinus |
* tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and
|
Sat, 16 Jan 2010 23:08:35 -0600 |
Jay Belanger |
Give `calc-command-flags' an initial value.
|
Sat, 16 Jan 2010 19:24:31 -0800 |
Glenn Morris |
(Reporting Bugs): Don't mention format of repository.
|
Sat, 16 Jan 2010 19:20:08 -0800 |
Glenn Morris |
(Bugs): Make "Emacs repository" less specific, and the URL for same
|
Sat, 16 Jan 2010 19:11:09 -0800 |
Glenn Morris |
(Latest version of Emacs): The repository is now Bazaar.
|
Sat, 16 Jan 2010 19:03:59 -0800 |
Glenn Morris |
Edit some notes/ files to replace `cvs' with `bzr', or something general.
|
Sat, 16 Jan 2010 18:54:35 -0800 |
Glenn Morris |
(semantic-idle-work-for-one-buffer): Doc fix.
|
Sun, 17 Jan 2010 03:30:13 +0100 |
Juanma Barranquero |
Fix typos.
|
Sun, 17 Jan 2010 03:25:53 +0100 |
Juanma Barranquero |
Fix typos in docstrings.
|
Sun, 17 Jan 2010 03:24:22 +0100 |
Juanma Barranquero |
Fix typos in comments.
|
Sun, 17 Jan 2010 03:22:44 +0100 |
Juanma Barranquero |
Fix typos in info documentation.
|
Sat, 16 Jan 2010 17:24:05 -0500 |
Chong Yidong |
Fix return value of nxml-extend-after-change-region.
|
Sat, 16 Jan 2010 16:38:47 -0500 |
Chong Yidong |
* lisp/ChangeLog: Mark last change as tiny.
|
Sat, 16 Jan 2010 16:37:46 -0500 |
Chong Yidong |
* vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
|
Sat, 16 Jan 2010 16:20:43 -0500 |
Chong Yidong |
* emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
|
Sat, 16 Jan 2010 15:50:23 -0500 |
Chong Yidong |
* pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
|
Sat, 16 Jan 2010 12:24:08 -0800 |
Glenn Morris |
Update with Miles's advice on how to commit.
|
Sat, 16 Jan 2010 15:20:32 -0500 |
Chong Yidong |
* xterm.c (event_handler_gdk): Block input (Bug#5037).
|
Sat, 16 Jan 2010 12:18:30 -0800 |
Glenn Morris |
Rename from cvslogs to commits.
|
Sat, 16 Jan 2010 15:04:29 -0500 |
Chong Yidong |
* emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
|
Sat, 16 Jan 2010 14:28:59 -0500 |
Chong Yidong |
Command line arg processing fix (Bug#5392)
|
Sat, 16 Jan 2010 06:58:42 -0500 |
Eli Zaretskii |
Reformat copyright line.
|
Sat, 16 Jan 2010 10:40:57 +0100 |
Andreas Schwab |
Update $(lisp) and $(shortlisp) to match changes in loadup.el
|
Fri, 15 Jan 2010 23:49:37 -0500 |
Stefan Monnier |
(x_term_init): Instead of inhibiting GC while running Lisp
|
Fri, 15 Jan 2010 18:51:50 -0800 |
Glenn Morris |
Mario Lang <mlang@delysid.org>: Remove some duplicated words.
|
Fri, 15 Jan 2010 14:52:25 +0000 |
convert-repo |
update tags
|
Fri, 15 Jan 2010 18:05:04 +0100 |
Jan D. |
Take desktop panels into account when sizing frames so they fit on the screen.
|
Fri, 15 Jan 2010 18:04:14 +0100 |
Jan D. |
Take desktop panels into account when sizing frames so they fit on the screen.
|
Fri, 15 Jan 2010 18:01:51 +0100 |
Jan D. |
Merge from trunk
|
Fri, 15 Jan 2010 11:55:43 -0500 |
Chong Yidong |
* net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
|
Fri, 15 Jan 2010 18:01:04 +0100 |
Jan D. |
Merge from trunk
|
Fri, 15 Jan 2010 21:52:50 +0900 |
Kenichi Handa |
international/mule-cmds.el (canonicalize-coding-system-name): Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".
|
Fri, 15 Jan 2010 21:40:13 +0900 |
Kenichi Handa |
from trunk
|
Fri, 15 Jan 2010 14:14:00 +0900 |
Kenichi Handa |
xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
|
Fri, 15 Jan 2010 14:13:05 +0900 |
Kenichi Handa |
from trunk
|
Fri, 15 Jan 2010 14:09:50 +0900 |
Kenichi Handa |
xdisp.c (CHAR_COMPOSED_P): New arg END_CHARPOS. Callers changed.
|
Thu, 14 Jan 2010 21:06:23 +0900 |
Kenichi Handa |
from trunk
|
Thu, 14 Jan 2010 19:59:04 -0800 |
Glenn Morris |
Fix Bug#5311.
|
Thu, 14 Jan 2010 19:54:36 -0800 |
Glenn Morris |
(vc-svn-print-log): Use --limit rather than -l since the
|
Thu, 14 Jan 2010 19:51:48 -0800 |
Glenn Morris |
Some more pointless updates.
|
Thu, 14 Jan 2010 19:49:47 -0800 |
Glenn Morris |
Add log entry for new gdb icons.
|
Thu, 14 Jan 2010 20:46:53 -0500 |
Chong Yidong |
Fix Qnone definition in NS files.
|
Fri, 15 Jan 2010 11:26:27 +1300 |
Nick Roberts |
Add icons for reverse debugging. (3rd attempt).
|
Thu, 14 Jan 2010 20:08:47 +0100 |
Juanma Barranquero |
Fix typos.
|
Thu, 14 Jan 2010 19:59:31 +0100 |
Juanma Barranquero |
Fix typos in docstrings.
|
Thu, 14 Jan 2010 19:49:53 +0100 |
Juanma Barranquero |
Fix typo in error message.
|
Thu, 14 Jan 2010 19:45:02 +0100 |
Juanma Barranquero |
Fix typos in template docstrings.
|
Thu, 14 Jan 2010 19:37:23 +0100 |
Juanma Barranquero |
Fix typos in comments.
|
Thu, 14 Jan 2010 19:29:36 +0100 |
Juanma Barranquero |
Fix typos in ChangeLogs and NEWS files.
|
Thu, 14 Jan 2010 15:37:13 +0100 |
Juanma Barranquero |
Fix bug#5313: editing files in hexl-mode corrupts file
|
Thu, 14 Jan 2010 14:16:40 +0100 |
Juanma Barranquero |
* progmodes/ada-xref.el: Default ada_project_path to $ADA_PROJECT_PATH.
|
Thu, 14 Jan 2010 14:14:24 +0100 |
Juanma Barranquero |
Simplify previous change.
|
Thu, 14 Jan 2010 14:12:05 +0100 |
Juanma Barranquero |
Default ada_project_path to $ADA_PROJECT_PATH.
|
Thu, 14 Jan 2010 13:57:07 +0100 |
Juanma Barranquero |
* progmodes/ada-mode.el: Override `narrow-to-defun' with `ada-narrow-to-defun'.
|
Thu, 14 Jan 2010 13:52:37 +0100 |
Juanma Barranquero |
* progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
|
Thu, 14 Jan 2010 13:36:14 +0100 |
Juanma Barranquero |
* progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
|
Thu, 14 Jan 2010 20:51:58 +0900 |
Kenichi Handa |
Fix handling of euc-xx coding systems.
|
Fri, 15 Jan 2010 21:35:31 +0900 |
Kenichi Handa |
international/mule-cmds.el (canonicalize-coding-system-name): Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX".
|
Thu, 14 Jan 2010 20:31:16 +0900 |
Kenichi Handa |
Fix handling of euc-xx coding systems.
|
Wed, 13 Jan 2010 22:13:16 -0800 |
Glenn Morris |
(show-trailing-whitespace): Safe if boolean. (Bug#5312)
|
Thu, 14 Jan 2010 05:03:24 +0100 |
Juanma Barranquero |
Fix typo.
|
Thu, 14 Jan 2010 12:56:00 +0900 |
Kenichi Handa |
Make auto-composition work on all buffers even if they are fundamental mode.
|
Thu, 14 Jan 2010 12:54:04 +0900 |
Kenichi Handa |
from trunk
|
Wed, 13 Jan 2010 18:25:01 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
|
Wed, 13 Jan 2010 13:35:36 -0500 |
Chong Yidong |
Fix gc bug in terminal allocation.
|
Wed, 13 Jan 2010 17:28:32 +0100 |
Juanma Barranquero |
Fix comment for bug#5345.
|
Wed, 13 Jan 2010 16:38:28 +0100 |
Juanma Barranquero |
Fix typos in comments and ChangeLogs.
|
Wed, 13 Jan 2010 13:34:53 +0100 |
Juanma Barranquero |
Update autoload checksums.
|
Wed, 13 Jan 2010 13:11:48 +0100 |
Juanma Barranquero |
Fix breakage to nt/emacsclient.rc in rgm@gnu.org-20100113083510-r0bohw6iwgztwdwr
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Wed, 13 Jan 2010 13:42:45 +0900 |
YAMAMOTO Mitsuharu |
Call SIGNAL_THREAD_CHECK from signal handlers.
|
Tue, 12 Jan 2010 23:33:42 -0500 |
Stefan Monnier |
Try to fix bug#5314. This is probably not the final word, tho.
|
Thu, 14 Jan 2010 12:44:36 +0900 |
Kenichi Handa |
Make auto-composition work on all buffers even if they are fundamental mode.
|
Wed, 13 Jan 2010 10:40:39 +0900 |
Kenichi Handa |
Display buffer name, etc. in mode line by composing correctly.
|
Wed, 13 Jan 2010 10:33:19 +0900 |
Kenichi Handa |
merge trunk
|
Wed, 13 Jan 2010 00:55:23 +0100 |
Juanma Barranquero |
* .bzrignore: Ignore all .exe, instead of individual files.
|
Tue, 12 Jan 2010 22:59:05 +0100 |
Michael Albinus |
* files.el (copy-directory): Compute target for recursive
|
Tue, 12 Jan 2010 11:25:08 -0500 |
Chong Yidong |
Explicitly check for and link to -lXrender.
|
Tue, 12 Jan 2010 19:10:51 +0900 |
YAMAMOTO Mitsuharu |
* keyboard.c (read_char): Don't apply previous change when current
|
Tue, 12 Jan 2010 09:14:45 +0100 |
Jan D. |
* keyboard.c (read_char): Return after executing from special map.
|
Tue, 12 Jan 2010 09:12:52 +0100 |
Jan D. |
keyboard.c (read_char): Return after executing from special map.
|
Tue, 12 Jan 2010 08:54:18 +0100 |
Jan D. |
Merge from trunk
|
Mon, 11 Jan 2010 21:11:05 -0800 |
Glenn Morris |
Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
|
Tue, 12 Jan 2010 05:58:01 +0100 |
Juanma Barranquero |
* cedet/data-debug.el (data-debug): Fix customization group reference.
|
Tue, 12 Jan 2010 05:51:26 +0100 |
Juanma Barranquero |
Fix typos in CEDET docstrings.
|
Wed, 13 Jan 2010 10:29:58 +0900 |
Kenichi Handa |
Display buffer name, etc. in mode line by composing correctly.
|
Tue, 12 Jan 2010 13:01:30 +0900 |
Kenichi Handa |
merge trunk
|
Mon, 11 Jan 2010 15:57:28 -0500 |
Sam Steingold |
(imenu-default-create-index-function): Detect infinite
|
Mon, 11 Jan 2010 15:53:23 -0500 |
Sam Steingold |
(imenu-default-create-index-function): Detect infinite
|
Mon, 11 Jan 2010 18:26:28 +0100 |
Juanma Barranquero |
Fix typos and remove superfluous backslash-quoting in htmlfontify.el.
|
Mon, 11 Jan 2010 11:18:06 -0500 |
Chong Yidong |
* progmodes/js.el: Autoload javascript-mode alias.
|
Mon, 11 Jan 2010 16:22:23 +0100 |
Juanma Barranquero |
Fix typos in ffap.el.
|
Mon, 11 Jan 2010 09:58:59 -0500 |
Chong Yidong |
* nsterm.m: Use DEFSYM for last change.
|
Mon, 11 Jan 2010 09:54:52 -0500 |
Chong Yidong |
* nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
|
Sun, 10 Jan 2010 23:51:51 -0800 |
Glenn Morris |
Set copyright year to 2010.
|
Mon, 11 Jan 2010 08:37:07 +0100 |
Jan D. |
Merge from trunk
|
Mon, 11 Jan 2010 14:19:47 +0900 |
YAMAMOTO Mitsuharu |
* xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]:
|
Sun, 10 Jan 2010 19:03:38 -0800 |
Glenn Morris |
(Highlight Interactively): `t' does not mean highlight all patterns.
|
Sun, 10 Jan 2010 22:30:40 +0800 |
Jason Rumney |
* sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK response.
|
Sun, 10 Jan 2010 00:22:54 -0500 |
Stefan Monnier |
(format-annotate-function): Only set
|
Sat, 09 Jan 2010 19:39:05 -0500 |
Chong Yidong |
* Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el.
|
Sat, 09 Jan 2010 19:38:07 -0500 |
Chong Yidong |
Add Semantic parsers for Python.
|
Sat, 09 Jan 2010 18:53:06 -0500 |
Chong Yidong |
* man.el (Man-goto-section): Signal error if section not found (Bug#5317).
|
Sat, 09 Jan 2010 18:39:36 -0500 |
Chong Yidong |
* emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove deprecated --unibyte option.
|
Sat, 09 Jan 2010 17:32:47 -0500 |
Chong Yidong |
Fix bounds checking for text properties in `format' (Bug#5306).
|
Sat, 09 Jan 2010 16:14:50 -0500 |
Chong Yidong |
* compile.el (compilation-read-command): Doc fix.
|
Sat, 09 Jan 2010 22:03:33 +0100 |
Juanma Barranquero |
Fix bug#5345: password asked when visiting files on a lightweight checkout.
|
Sat, 09 Jan 2010 15:53:55 -0500 |
Chong Yidong |
Fix compile-command's safe-local-variable condition.
|
Sat, 09 Jan 2010 15:31:26 -0500 |
Chong Yidong |
Fix for Bug#4113.
|
Sat, 09 Jan 2010 14:48:16 -0500 |
Chong Yidong |
* xdisp.c (pos_visible_p): Check for invisible text at the correct pos (Bug#4040).
|
Sat, 09 Jan 2010 16:16:10 +0200 |
Eli Zaretskii |
editfns.c (Ffloat_time): Doc fix.
|
Sat, 09 Jan 2010 14:28:02 +0100 |
Jan D. |
* xfns.c (Fx_create_frame): Don't create frame larger than display by default bug#3643.
|
Sat, 09 Jan 2010 14:26:23 +0100 |
Jan D. |
(Fx_create_frame): Don't create frame larger than display by default bug#3643.
|
Sat, 09 Jan 2010 13:32:37 +0100 |
Jan D. |
* startup.el (command-line-1): Use orig-argi to check for ignored X and NS options
|
Sat, 09 Jan 2010 13:31:29 +0100 |
Jan D. |
(command-line-1): Use orig-argi to check for ignored X and NS options.
|
Sat, 09 Jan 2010 13:13:15 +0100 |
Jan D. |
Merge from trunk
|
Sat, 09 Jan 2010 13:16:32 +0900 |
YAMAMOTO Mitsuharu |
Make line<->pixel_y conversion macros aware of native menu/tool bars.
|
Fri, 08 Jan 2010 23:42:14 +0200 |
Eli Zaretskii |
Fix format.
|
Fri, 08 Jan 2010 12:43:09 +0100 |
Jan D. |
* dispnew.c (change_frame_size_1): newwidth == FRAME_COLS (f) must
|
Fri, 08 Jan 2010 12:41:57 +0100 |
Jan D. |
Frame width was not updated in fullscreen when scroll bars where removed/added.
|
Fri, 08 Jan 2010 07:58:54 +0100 |
Jan D. |
Merge from trunk
|
Fri, 08 Jan 2010 10:54:58 +0900 |
Kenichi Handa |
international/fontset.el (build-default-fontset-data): Exclude characters in scripts kana, hangul, han, or cjk-misc.
|
Fri, 08 Jan 2010 10:53:29 +0900 |
Kenichi Handa |
from trunk
|
Fri, 08 Jan 2010 10:46:22 +0900 |
Kenichi Handa |
international/fontset.el (build-default-fontset-data): Exclude characters in scripts kana, hangul, han, or cjk-misc.
|
Fri, 08 Jan 2010 09:46:18 +0900 |
Kenichi Handa |
from trunk
|
Thu, 07 Jan 2010 23:46:44 +0100 |
Juanma Barranquero |
Fix bug#3224.
|
Wed, 06 Jan 2010 20:43:11 +0100 |
Jan D. |
Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
|
Wed, 06 Jan 2010 20:42:27 +0100 |
Jan D. |
Merge from trunk
|
Wed, 06 Jan 2010 20:41:25 +0100 |
Jan D. |
Forgot one.
|
Wed, 06 Jan 2010 20:38:39 +0100 |
Jan D. |
Fix slowdown and wrong font choosed by XSETTINGS changes. bug #5157.
|
Wed, 06 Jan 2010 17:04:19 +0100 |
Jan D. |
Merge from trunk
|
Wed, 06 Jan 2010 09:41:59 -0700 |
Chong Yidong |
NS fixes for Bug#3233.
|
Wed, 06 Jan 2010 16:57:43 +0100 |
Jan D. |
xterm.c (x_clear_frame): Queue draw for scroll bars.
|
Wed, 06 Jan 2010 07:11:52 -0800 |
Dan Nicolaescu |
(vc-bzr-after-dir-status): Ignore pending merges.
|
Wed, 06 Jan 2010 17:03:26 +0100 |
Jan D. |
Fixing user-spec for fonts instead of using name.
|
Wed, 06 Jan 2010 16:55:00 +0100 |
Jan D. |
xterm.c (x_clear_frame): Queue draw for scroll bars.
|
Wed, 06 Jan 2010 15:33:57 +0100 |
Jan D. |
Merge from trunk.
|
Wed, 06 Jan 2010 09:22:19 +0000 |
Katsumi Yamaoka |
* gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
|
Wed, 06 Jan 2010 09:16:36 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Wed, 06 Jan 2010 00:07:08 +0000 |
Katsumi Yamaoka |
* gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
|
Wed, 06 Jan 2010 00:00:28 +0000 |
Katsumi Yamaoka |
Merge from mainline.
|
Tue, 05 Jan 2010 15:11:04 -0700 |
Chong Yidong |
* progmodes/python.el (python-font-lock-keywords): Handle qualified decorators
|
Tue, 05 Jan 2010 13:19:34 -0800 |
Dan Nicolaescu |
(vc-bzr-working-revision): Fix looking for a revision
|
Tue, 05 Jan 2010 21:37:43 +0100 |
Andreas Schwab |
Fix gnus-summary-recenter to properly handle invisible lines
|
Tue, 05 Jan 2010 15:49:36 +0100 |
Jan D. |
Handle internal-border width changes when maximized. Bug #2568
|
Tue, 05 Jan 2010 15:42:39 +0100 |
Jan D. |
Merge from mainline.
|
Tue, 05 Jan 2010 07:04:04 -0700 |
Chong Yidong |
* keyboard.c (read_key_sequence): Catch keyboard switch after
|
Tue, 05 Jan 2010 21:03:13 +0900 |
Kenichi Handa |
language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
|
Tue, 05 Jan 2010 20:59:03 +0900 |
Kenichi Handa |
language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
|
Tue, 05 Jan 2010 20:53:11 +0900 |
Kenichi Handa |
fontset.c (fontset_find_font): Fix getting the frame pointer.
|
Tue, 05 Jan 2010 20:49:19 +0900 |
Kenichi Handa |
fontset.c (fontset_find_font): Fix getting the frame pointer.
|
Tue, 05 Jan 2010 20:42:19 +0900 |
Kenichi Handa |
merge from trunk
|
Mon, 04 Jan 2010 23:46:35 -0800 |
Dan Nicolaescu |
(vc-bzr-diff): Obey vc-disable-async-diff.
|
Mon, 04 Jan 2010 13:18:38 -0500 |
Stefan Monnier |
Avoid dubious uses of save-excursions.
|
Mon, 04 Jan 2010 12:38:20 -0500 |
Stefan Monnier |
(xd_remove_watch): Avoid trying to convert a void* to
|
Sun, 03 Jan 2010 22:40:30 -0800 |
Dan Nicolaescu |
(vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
|
Mon, 04 Jan 2010 00:35:18 -0500 |
Stefan Monnier |
Register the fact that rmail-mbox-branch was merged (a long time ago)
|
Mon, 04 Jan 2010 00:18:51 -0500 |
Stefan Monnier |
Register the fact that multi-tty was merged (a long time ago)
|
Mon, 04 Jan 2010 00:00:28 -0500 |
Stefan Monnier |
Register the fact that gnus-5_10-branch was merged (a long time ago)
|
Sun, 03 Jan 2010 23:50:31 -0500 |
Stefan Monnier |
Register the fact that gerd_defvaralias was merged (a long time ago)
|
Sun, 03 Jan 2010 20:43:23 -0800 |
Dan Nicolaescu |
(vc-bzr-log-view-mode): Also highlight the author.
|
Sun, 03 Jan 2010 20:35:21 -0800 |
Dan Nicolaescu |
(vc-bzr-state-heuristic): Make it work for lightweight
|
Sun, 03 Jan 2010 20:27:17 +0100 |
Michael Albinus |
* dbusbind.c (xd_add_watch): Improve debug message.
|
Tue, 05 Jan 2010 15:30:22 +0100 |
Jan D. |
Remove fprintf
|
Tue, 05 Jan 2010 15:16:30 +0100 |
Jan D. |
Handle change of internal-border width when maximized.
|
Sat, 02 Jan 2010 23:33:36 +0200 |
Eli Zaretskii |
eieio.texi (Naming Conventions): Correction to xref on elisp
|
Sat, 02 Jan 2010 22:31:41 +0200 |
Eli Zaretskii |
modes.texi (Example Major Modes): Fix indentation. (Bug#5195)
|
Sat, 02 Jan 2010 15:14:54 -0500 |
Chong Yidong |
* net/browse-url.el (browse-url-encode-url): Don't escape commas.
|
Sat, 02 Jan 2010 14:40:59 -0500 |
Chong Yidong |
Allow use of "end" keyword for terminating Octave-mode blocks.
|
Sat, 02 Jan 2010 14:18:44 -0500 |
Chong Yidong |
Fix last change to message-exchange-point-and-mark.
|
Sat, 02 Jan 2010 14:14:13 -0500 |
Karl Fogel |
* lisp/bookmark.el: Consistently put the text property on the bookmark name.
|
Sat, 02 Jan 2010 14:03:25 -0500 |
Karl Fogel |
* lisp/bookmark.el: Ahh, remove silly debugging cruft, sorry for the noise.
|
Sat, 02 Jan 2010 13:57:02 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-save): Just depend on the new logic
|
Sat, 02 Jan 2010 13:55:19 -0500 |
Chong Yidong |
Consistently hex notation to represent character codes.
|
Sat, 02 Jan 2010 13:52:32 -0500 |
Karl Fogel |
* lisp/bookmark.el: Show modified state of bookmark buffer more accurately.
|
Sat, 02 Jan 2010 13:13:28 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window,
|
Sat, 02 Jan 2010 19:33:54 +0200 |
Eli Zaretskii |
emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Make
|
Sat, 02 Jan 2010 11:13:22 -0500 |
Chong Yidong |
* lisp/net/rcirc.el: Add follow-link binding (Bug#4738).
|
Sat, 02 Jan 2010 12:42:11 +0200 |
Eli Zaretskii |
Rename cvs-update to bzr-update in lisp/ Makefiles.
|
Sat, 02 Jan 2010 11:44:51 +0200 |
Eli Zaretskii |
.bzrignore: Add 2 more patterns.
|
Sat, 02 Jan 2010 11:40:28 +0200 |
Eli Zaretskii |
.bzrignore: Add more ignored patterns, including for the MS-DOS build.
|
Sat, 02 Jan 2010 03:09:17 -0500 |
Karl Fogel |
* lisp/bookmark.el: Remove gratuitous gratitude.
|
Sat, 02 Jan 2010 02:08:02 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-any-marks): New function
|
Sat, 02 Jan 2010 00:00:55 -0500 |
Karl Fogel |
* lisp/bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
|
Fri, 01 Jan 2010 23:36:17 -0500 |
Karl Fogel |
* lisp/bookmark.el: Improvements suggested by Drew Adams:
|
Sat, 02 Jan 2010 02:09:11 +0100 |
Juanma Barranquero |
Fix typos.
|
Sat, 02 Jan 2010 02:06:31 +0100 |
Juanma Barranquero |
lisp/ChangeLog: Fix typos.
|
Sat, 02 Jan 2010 02:05:44 +0100 |
Juanma Barranquero |
lisp/*: Fix typos in docstrings and messages.
|
Sat, 02 Jan 2010 02:03:48 +0100 |
Juanma Barranquero |
lisp/org/org.el: Fix typos in error messages.
|
Sat, 02 Jan 2010 02:03:11 +0100 |
Juanma Barranquero |
etc/NEWS: Fix typos.
|
Fri, 01 Jan 2010 17:10:50 -0500 |
Chong Yidong |
Fix buffer overflow in ns_get_color.
|
Fri, 01 Jan 2010 15:42:22 -0500 |
Chong Yidong |
* lisp/gnus/message.el (message-exchange-point-and-mark): Call
|
Fri, 01 Jan 2010 15:03:37 -0500 |
Chong Yidong |
* lisp/files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
|
Fri, 01 Jan 2010 13:44:02 -0500 |
Chong Yidong |
* lisp/ChangeLog: Update bug number in last change.
|
Fri, 01 Jan 2010 13:43:25 -0500 |
Chong Yidong |
* comint.el (comint-input-ring-size): Make it a defcustom and
|
Fri, 01 Jan 2010 13:14:22 -0500 |
Chong Yidong |
* src/lread.c (syms_of_lread): Make it clearer that these are the
|
Fri, 01 Jan 2010 12:14:05 -0500 |
Chong Yidong |
* eval.c (run_hook_with_args): Handle the case where the global
|
Wed, 30 Dec 2009 21:14:46 -0500 |
Chong Yidong |
Bump version to 23.1.91. Regenerate AUTHORS and ldefs-boot.el.
EMACS_PRETEST_23_1_91
|
Thu, 31 Dec 2009 02:19:53 +1300 |
Nick Roberts |
Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
|
Wed, 30 Dec 2009 05:39:47 -0500 |
Chong Yidong |
* doc/emacs/building.texi: Re-apply revno 99212, which was
|
Wed, 30 Dec 2009 19:53:47 +1300 |
Nick Roberts |
(vc-hg-working-revision): Tweak previous change.
|
Wed, 30 Dec 2009 15:22:45 +1300 |
Nick Roberts |
Show working revision correctly for mercurial.
|
Tue, 29 Dec 2009 19:29:33 +0100 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Tue, 29 Dec 2009 13:06:16 -0500 |
Chong Yidong |
* doc/emacs/misc.texi (Shell): Document async-shell-command.
|
Tue, 29 Dec 2009 18:44:27 +0100 |
Juanma Barranquero |
Declare some functions for the byte-compiler.
|
Tue, 29 Dec 2009 20:22:00 +1300 |
Nick Roberts |
This changeset reverts GDB Graphical Interface to use annotations. It incorporates features added
|
Tue, 29 Dec 2009 20:15:34 +1300 |
Nick Roberts |
This changeset reverts GDB Graphical Interface to use annotations. It incorporates features added
|
Mon, 28 Dec 2009 22:46:08 -0800 |
Dan Nicolaescu |
Make vc-dir work on subdirectories of the bzr root.
|
Tue, 29 Dec 2009 02:57:40 +0100 |
Juanma Barranquero |
Fix typos in ChangeLogs.
|
Tue, 29 Dec 2009 01:51:07 +0100 |
Juanma Barranquero |
process.c: Fix typo in comment.
|
Mon, 28 Dec 2009 20:38:29 +0100 |
Tassilo Horn |
Merge: * font-lock.el (font-lock-refresh-defaults): New function, which
|
Mon, 28 Dec 2009 20:34:10 +0100 |
Tassilo Horn |
* font-lock.el (font-lock-refresh-defaults): New function, which
|
Mon, 28 Dec 2009 20:25:38 +0100 |
Tassilo Horn |
Merge from mainline.
|
Mon, 28 Dec 2009 11:20:02 -0800 |
Dan Nicolaescu |
* vc-rcs.el (vc-rcs-register): Fix registering a specific version.
|
Mon, 28 Dec 2009 10:34:51 -0800 |
Dan Nicolaescu |
(vc-bzr-log-view-mode): Fix short log regexp.
|
Mon, 28 Dec 2009 16:25:05 +0100 |
Juanma Barranquero |
INSTALL: Remove obsolete notes about line endings, and fix some typos.
|
Mon, 28 Dec 2009 16:24:26 +0100 |
Juanma Barranquero |
INSTALL: Remove obsolete notes about line endings, and fix some typos.
|
Mon, 28 Dec 2009 10:38:43 +0100 |
Andreas Schwab |
Fix bazaar update instructions
|
Mon, 28 Dec 2009 10:12:09 +0100 |
Andreas Schwab |
Remove duplicate .bzrignore entry
|
Mon, 28 Dec 2009 16:48:29 +0900 |
Kenichi Handa |
Merge: Add entries in ChangeLog
|
Mon, 28 Dec 2009 16:29:24 +0900 |
Kenichi Handa |
Add new entries to ChangeLog
|
Mon, 28 Dec 2009 15:09:58 +0900 |
Kenichi Handa |
*** empty log message ***
|
Mon, 28 Dec 2009 15:09:26 +0900 |
Kenichi Handa |
*** empty log message ***
|
Mon, 28 Dec 2009 03:45:47 +0100 |
Juanma Barranquero |
Supersede color.diff settings in git log (bug#5211).
|
Mon, 28 Dec 2009 03:43:28 +0100 |
Juanma Barranquero |
Supersede color.diff settings in git log (bug#5211).
|
Mon, 28 Dec 2009 03:13:43 +0100 |
Juanma Barranquero |
Update .bzrignore.
|
Mon, 28 Dec 2009 03:11:09 +0100 |
Juanma Barranquero |
Update .bzrignore.
|
Mon, 28 Dec 2009 02:50:49 +0100 |
Juanma Barranquero |
Update autoload checksum.
|
Sun, 27 Dec 2009 18:40:41 -0500 |
Karl Fogel |
Merge: update nt/INSTALL for CVS->Bazaar switchover too.
|
Sun, 27 Dec 2009 17:28:35 -0500 |
Karl Fogel |
Merge: document that we are on Bazaar now.
|
Sun, 27 Dec 2009 22:38:14 +0100 |
Andreas Schwab |
Add .bzrignore
|
Sun, 27 Dec 2009 18:40:01 -0500 |
Karl Fogel |
* INSTALL: Update for CVS->Bazaar switchover.
|
Sun, 27 Dec 2009 17:26:27 -0500 |
Karl Fogel |
* INSTALL.BZR: Rename from INSTALL.CVS, edit to talk about Bazaar.
|
Sun, 27 Dec 2009 08:11:12 +0000 |
Chong Yidong |
* minibuf.c (Fall_completions): Minor optimization.
|
Sat, 26 Dec 2009 22:02:26 +0000 |
Kevin Ryde |
* man.el
|
Sat, 26 Dec 2009 22:00:47 +0000 |
Kevin Ryde |
(Man-bgproc-sentinel): When "-k foo" produces no output show error
|
Sat, 26 Dec 2009 21:32:51 +0000 |
Kevin Ryde |
Tweak a comment: it's man-db on gnu/linux which agrees with posix that
|
Sat, 26 Dec 2009 21:30:00 +0000 |
Kevin Ryde |
* man.el (man): Revise docstring a bit to show -a and -l as
|
Sat, 26 Dec 2009 21:28:57 +0000 |
Kevin Ryde |
* man.el (man): Revise docstring a bit to show -a and -l as
|
Sat, 26 Dec 2009 21:14:25 +0000 |
Kevin Ryde |
* info-look.el (sh-mode): Look for coreutils new "Concept Index"
|
Sat, 26 Dec 2009 21:13:21 +0000 |
Kevin Ryde |
* info-look.el (sh-mode): Look for coreutils new "Concept Index"
|
Sat, 26 Dec 2009 20:04:43 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
|
Sat, 26 Dec 2009 15:56:43 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 26 Dec 2009 15:55:47 +0000 |
Eli Zaretskii |
(pitx) Fix last change.
|
Sat, 26 Dec 2009 12:53:42 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 26 Dec 2009 12:52:50 +0000 |
Eli Zaretskii |
(pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well.
|
Fri, 25 Dec 2009 20:05:14 +0000 |
Chong Yidong |
* calc.texi (General Mode Commands): Calc file should be in .emacs.d.
|
Fri, 25 Dec 2009 20:04:07 +0000 |
Chong Yidong |
* frames.texi (Resources): Describe inhibit-x-resources.
|
Fri, 25 Dec 2009 20:00:32 +0000 |
Chong Yidong |
* emacs.texi (Top): Update node listing.
|
Fri, 25 Dec 2009 05:27:03 +0000 |
Kenichi Handa |
(command_loop_1): Fix previous change.
|
Fri, 25 Dec 2009 02:45:47 +0000 |
Kenichi Handa |
(devanagari-composable-pattern): Fixed to
|
Fri, 25 Dec 2009 02:44:13 +0000 |
Kenichi Handa |
(composition_adjust_point): Update prototype.
|
Fri, 25 Dec 2009 02:43:36 +0000 |
Kenichi Handa |
(composition_reseat_it): Don't make a composition
|
Fri, 25 Dec 2009 02:41:59 +0000 |
Kenichi Handa |
(command_loop_1): Force redisplay if the last point
|
Thu, 24 Dec 2009 04:35:17 +0000 |
Stefan Monnier |
(Fsave_excursion): Mention save-current-buffer in the docstring.
|
Wed, 23 Dec 2009 22:45:06 +0000 |
Vinicius Jose Latorre |
Attribute face for faces specified as string.
|
Wed, 23 Dec 2009 01:02:55 +0000 |
Glenn Morris |
Comment on out-of-sequence messages.
|
Tue, 22 Dec 2009 08:07:47 +0000 |
Glenn Morris |
Add some notes on the debbugs.gnu.org setup.
|
Sat, 19 Dec 2009 20:32:11 +0000 |
Glenn Morris |
Update some addresses for debbugs.gnu.org.
|
Sat, 19 Dec 2009 14:16:47 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 19 Dec 2009 14:15:54 +0000 |
Eli Zaretskii |
(pitx): Don't use enum names, use their values. Remove reference to
|
Sat, 19 Dec 2009 11:58:11 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 19 Dec 2009 11:57:36 +0000 |
Eli Zaretskii |
($(BLD)/cmds.$(O)): Depend on frame.h.
|
Sat, 19 Dec 2009 11:27:49 +0000 |
Eli Zaretskii |
(alloc.o): Fix last change.
|
Sat, 19 Dec 2009 11:25:34 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 19 Dec 2009 11:24:59 +0000 |
Eli Zaretskii |
Update dependencies in Makefile.in.
|
Sat, 19 Dec 2009 09:57:22 +0000 |
Andreas Schwab |
(Fclear_font_cache): Pass correct cache argument to
|
Fri, 18 Dec 2009 19:35:14 +0000 |
Ulf Jasper |
Fixed timezone handling problem in icalendar.el.
|
Fri, 18 Dec 2009 04:29:17 +0000 |
Katsumi Yamaoka |
(Direct Functions): Add missing port number to tls method.
|
Fri, 18 Dec 2009 00:52:39 +0000 |
Katsumi Yamaoka |
Typo.
|
Fri, 18 Dec 2009 00:47:21 +0000 |
Katsumi Yamaoka |
replace [:digit:] with [0-9] for XEmacs.
|
Thu, 17 Dec 2009 13:18:03 +0000 |
Michael Albinus |
* files.el (file-expand-wildcards): In case of remote files, check
|
Thu, 17 Dec 2009 04:37:40 +0000 |
Glenn Morris |
Expand on previous change.
|
Thu, 17 Dec 2009 04:22:45 +0000 |
Glenn Morris |
Refer to the static bug page (rather than the dynamic one) for a list
|
Thu, 17 Dec 2009 04:20:55 +0000 |
Glenn Morris |
emacsbugs.donarmstrong.com -> debbugs.gnu.org throughout.
|
Thu, 17 Dec 2009 04:16:25 +0000 |
Glenn Morris |
Change bug web-page to short-form at debbugs.gnu.org.
|
Thu, 17 Dec 2009 04:15:25 +0000 |
Glenn Morris |
(gnus-bug-group-download-format-alist): Change emacs entry to
|
Thu, 17 Dec 2009 04:12:40 +0000 |
Glenn Morris |
(bug-reference-url-format): Change to debbugs.gnu.org.
|
Thu, 17 Dec 2009 02:06:31 +0000 |
Juanma Barranquero |
Some doc fixes (more needed).
|
Thu, 17 Dec 2009 01:18:14 +0000 |
Juri Linkov |
Fix regression from 23.1 to allow multiple modes in Local Variables.
|
Thu, 17 Dec 2009 01:16:15 +0000 |
Juri Linkov |
Make `dired-diff' more safe. (Bug#5225)
|
Thu, 17 Dec 2009 00:23:24 +0000 |
Andreas Schwab |
Regenerate autoloads.
|
Thu, 17 Dec 2009 00:21:47 +0000 |
Andreas Schwab |
(batch-update-autoloads): Only exclude
|
Thu, 17 Dec 2009 00:03:51 +0000 |
Andreas Schwab |
(prefix-args${EXEEXT}): Don't compile prefix-args.c
|
Wed, 16 Dec 2009 09:52:42 +0000 |
Juri Linkov |
Revert to old 23.1 logic of using the file at the mark as default.
|
Tue, 15 Dec 2009 22:53:39 +0000 |
Chong Yidong |
Minor tweak to last change.
|
Tue, 15 Dec 2009 22:51:31 +0000 |
Chong Yidong |
* xdisp.c (decode_mode_spec): Inhibit garbage collection when
|
Tue, 15 Dec 2009 21:11:39 +0000 |
Michael Albinus |
* net/tramp.el (tramp-echo-mark-marker-length): New defconst.
|
Tue, 15 Dec 2009 05:59:39 +0000 |
Michael Albinus |
* dbusbind.c (xd_retrieve_arg): Reorder declarations in order to
|