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¸Ŗ£?p¸ŖŖ¸¢Ān 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
|
Tue, 15 Dec 2009 05:31:08 +0000 |
Glenn Morris |
Add appendix with the GFDL.
|
Tue, 15 Dec 2009 04:44:34 +0000 |
Jay Belanger |
(Radix Modes): Clean up wording.
|
Tue, 15 Dec 2009 03:35:31 +0000 |
Juanma Barranquero |
Add EDT Emulation manual.
|
Tue, 15 Dec 2009 03:13:46 +0000 |
Glenn Morris |
(Coding Standards): Update URL.
|
Tue, 15 Dec 2009 03:12:44 +0000 |
Glenn Morris |
Update some URLs.
|
Tue, 15 Dec 2009 03:11:56 +0000 |
Glenn Morris |
*** empty log message ***
|
Tue, 15 Dec 2009 03:09:25 +0000 |
Glenn Morris |
Remove comments about edt-user.doc. No longer applies now file has
|
Tue, 15 Dec 2009 03:07:30 +0000 |
Glenn Morris |
Update comments for edt doc changes.
|
Tue, 15 Dec 2009 03:04:30 +0000 |
Glenn Morris |
(Default keypad): Remove commented out node, which is just a duplicate
|
Tue, 15 Dec 2009 03:03:26 +0000 |
Glenn Morris |
Add EDT entry.
|
Tue, 15 Dec 2009 03:02:42 +0000 |
Glenn Morris |
(INFO_FILES): Add edt.
|
Tue, 15 Dec 2009 03:01:20 +0000 |
Glenn Morris |
(INFO_TARGETS, DVI_TARGETS): Add edt.
|
Tue, 15 Dec 2009 03:00:30 +0000 |
Glenn Morris |
New file (etc/edt-user.doc converted to Texinfo).
|
Tue, 15 Dec 2009 02:58:44 +0000 |
Glenn Morris |
Split into edt-user.el and ../doc/misc/edt.texi, and remove.
|
Tue, 15 Dec 2009 02:58:26 +0000 |
Glenn Morris |
New file, split out from edt-user.doc.
|
Tue, 15 Dec 2009 00:58:26 +0000 |
Jay Belanger |
*** empty log message ***
|
Tue, 15 Dec 2009 00:58:08 +0000 |
Jay Belanger |
(Radix Modes): Clarify two's complement notation.
|
Mon, 14 Dec 2009 23:22:54 +0000 |
Chong Yidong |
* Makefile.in: Revert last change (Bug#5191).
|
Mon, 14 Dec 2009 21:48:48 +0000 |
Juri Linkov |
(org-export-html-style-include-default):
|
Mon, 14 Dec 2009 17:12:18 +0000 |
Dan Nicolaescu |
(vc-hg-working-revision): Make sure the command is executed in a
|
Mon, 14 Dec 2009 16:55:34 +0000 |
Dan Nicolaescu |
(vc-hg-print-log): Fix argument order.
|
Mon, 14 Dec 2009 16:19:24 +0000 |
Chong Yidong |
* progmodes/python.el (python-symbol-completions): Remove text
|
Mon, 14 Dec 2009 09:44:43 +0000 |
Nick Roberts |
(gdb-frame-handler): Only set gud-lat-frame
|
Mon, 14 Dec 2009 09:44:13 +0000 |
Nick Roberts |
*** empty log message ***
|
Mon, 14 Dec 2009 06:52:59 +0000 |
Juri Linkov |
(ediff-context-diff-label-regexp): Don't match
|
Mon, 14 Dec 2009 06:39:39 +0000 |
Glenn Morris |
Comment.
|
Mon, 14 Dec 2009 05:09:08 +0000 |
Juri Linkov |
* info.el (Info-hide-cookies-node): Before hiding a cookie,
|
Mon, 14 Dec 2009 04:17:00 +0000 |
Chong Yidong |
* cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
|
Mon, 14 Dec 2009 04:11:43 +0000 |
Chong Yidong |
* sem-user.texi (Semantic mode, Idle Scheduler, Smart Completion)
|
Mon, 14 Dec 2009 03:28:34 +0000 |
Glenn Morris |
(message-sort-headers): Define for compiler.
|
Mon, 14 Dec 2009 01:20:29 +0000 |
Kenichi Handa |
*** empty log message ***
|
Mon, 14 Dec 2009 01:19:28 +0000 |
Kenichi Handa |
(decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
|
Sun, 13 Dec 2009 23:43:17 +0000 |
Glenn Morris |
(report-emacs-bug): In message-mode, sort manually before storing
|
Sun, 13 Dec 2009 19:14:28 +0000 |
Reiner Steib |
(mm-sign-option, mm-encrypt-option): Add :version tag.
|
Sun, 13 Dec 2009 15:39:28 +0000 |
Jan Dj¸«£rv |
Set the extended window manager hint for tooltip windows.
|
Sun, 13 Dec 2009 14:24:22 +0000 |
Jan Dj¸«£rv |
Work around warning about g_set_prgname() called multiple times.
|
Sun, 13 Dec 2009 13:31:35 +0000 |
Jan Dj¸«£rv |
Bug 5177: Scroll bar thumb did not move when scrolling with mouse wheel.
|
Sun, 13 Dec 2009 13:16:17 +0000 |
Jan Dj¸«£rv |
xftfont.c: Parse symbolic names for constants also.
|
Sun, 13 Dec 2009 01:55:09 +0000 |
Chong Yidong |
Add commentary about how to use Semantic.
|
Sat, 12 Dec 2009 22:49:55 +0000 |
Dmitry Dzhus |
NEWS entry for gdb-mi GSoC changes.
|
Sat, 12 Dec 2009 19:18:33 +0000 |
Michael Albinus |
* net/dbus.el (dbus-property-handler): Filter lambda forms out
|
Sat, 12 Dec 2009 17:11:41 +0000 |
Jan Dj¸«£rv |
Fix typo.
|
Sat, 12 Dec 2009 17:01:03 +0000 |
Chong Yidong |
* simple.el (compose-mail): Remove mail-setup-with-from from
|
Sat, 12 Dec 2009 16:12:59 +0000 |
Jan Dj¸«£rv |
DPI might get set to 0 if we saw some Xsettings, but not DPI.
|
Sat, 12 Dec 2009 13:41:21 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 12 Dec 2009 13:40:43 +0000 |
Eli Zaretskii |
(struct text_pos): Use EMACS_INT;
|
Sat, 12 Dec 2009 12:29:15 +0000 |
Jan Dj¸«£rv |
gtkutil.c: Scroll bar thumb not updated properly (bug #5177).
|
Sat, 12 Dec 2009 11:53:27 +0000 |
Reiner Steib |
(message-info): Explain why we use `Info-goto-node'.
|
Sat, 12 Dec 2009 09:49:09 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 12 Dec 2009 09:48:36 +0000 |
Eli Zaretskii |
(archive-rar-summarize): Support Attribute fields in RAR archives
|
Sat, 12 Dec 2009 05:23:54 +0000 |
Stefan Monnier |
(minibuffer-local-must-match-filename-map): Re-instate the varalias that was
|
Sat, 12 Dec 2009 04:54:26 +0000 |
Miles Bader |
Remove RCS keywords
|
Sat, 12 Dec 2009 02:28:05 +0000 |
Kenichi Handa |
(malayalam-composable-pattern): Fix previous change.
|
Sat, 12 Dec 2009 02:20:34 +0000 |
Kenichi Handa |
*** empty log message ***
|
Sat, 12 Dec 2009 02:17:48 +0000 |
Kenichi Handa |
(indian-compose-regexp): New function.
|
Sat, 12 Dec 2009 02:14:16 +0000 |
Kenichi Handa |
*** empty log message ***
|
Sat, 12 Dec 2009 02:14:00 +0000 |
Kenichi Handa |
(struct ftfont_info): New member matrix.
|
Sat, 12 Dec 2009 02:11:29 +0000 |
Kenichi Handa |
(struct xftfont_info): New member matrix.
|
Fri, 11 Dec 2009 20:48:03 +0000 |
Miles Bader |
Remove RCS keywords
|
Fri, 11 Dec 2009 17:02:03 +0000 |
Chong Yidong |
* progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
|
Fri, 11 Dec 2009 16:48:02 +0000 |
Chong Yidong |
* makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
|
Fri, 11 Dec 2009 02:31:49 +0000 |
Dan Nicolaescu |
* verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re,
|
Fri, 11 Dec 2009 01:46:24 +0000 |
Glenn Morris |
(safe-pos-list): Define for compiler.
|
Fri, 11 Dec 2009 01:27:40 +0000 |
Glenn Morris |
Fix thinko.
|
Fri, 11 Dec 2009 01:26:58 +0000 |
Glenn Morris |
Fix typo.
|
Fri, 11 Dec 2009 01:21:35 +0000 |
Glenn Morris |
No longer require sendmail.
|
Fri, 11 Dec 2009 01:20:04 +0000 |
Glenn Morris |
(emacs-lisp-mode-map): Standardize the capitalization of some menu entries.
|
Fri, 11 Dec 2009 01:04:55 +0000 |
Vinicius Jose Latorre |
Asure buffer-display-table is unique when two or more windows are visible.
|
Fri, 11 Dec 2009 01:00:52 +0000 |
Vinicius Jose Latorre |
Asure buffer-display-table is unique when two or more windows are visible.
|
Thu, 10 Dec 2009 22:58:40 +0000 |
Vinicius Jose Latorre |
Doc fix.
|
Thu, 10 Dec 2009 19:27:37 +0000 |
Jan Dj¸«£rv |
configure.in: Check for RSVG if GNUStep is used.
|
Thu, 10 Dec 2009 19:25:36 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 10 Dec 2009 19:25:01 +0000 |
Eli Zaretskii |
(archive-rar-summarize): Allow between 6 and 7 characters in the
|
Thu, 10 Dec 2009 14:29:11 +0000 |
Alan Mackenzie |
Fix bug#5091: indentation in c++-mode.
|
Thu, 10 Dec 2009 14:24:42 +0000 |
Dan Nicolaescu |
(vc-svn-after-dir-status): Fix regexp. (Bug#4741)
|
Thu, 10 Dec 2009 08:47:26 +0000 |
Stefan Monnier |
Remove mention of latex-complete, which was removed before the release.
|
Thu, 10 Dec 2009 08:46:54 +0000 |
Stefan Monnier |
Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
|
Thu, 10 Dec 2009 08:25:58 +0000 |
Glenn Morris |
(top-level): Move require 'mail-utils to start.
|
Thu, 10 Dec 2009 08:24:41 +0000 |
Glenn Morris |
(log-view-vc-backend, log-view-vc-fileset): Define for compiler.
|
Thu, 10 Dec 2009 08:17:15 +0000 |
Glenn Morris |
(report-emacs-bug): Use whichever send command is appropriate for the
|
Wed, 09 Dec 2009 20:15:56 +0000 |
Chong Yidong |
* lib-src/makefile.w32-in, doc/lispintro/makefile.w32-in: Use
|
Wed, 09 Dec 2009 18:46:53 +0000 |
Jan Dj¸«£rv |
configure.in: Don't check for RSVG or GConf unless X11 is used.
|
Wed, 09 Dec 2009 14:30:37 +0000 |
Andreas Schwab |
* xsettings.c: Include "keyboard.h".
|
Wed, 09 Dec 2009 14:26:26 +0000 |
Andreas Schwab |
(xg_tool_bar_proxy_help_callback): Fix missing return.
|
Wed, 09 Dec 2009 14:20:49 +0000 |
Andreas Schwab |
* cmds.c: Include "frame.h".
|
Wed, 09 Dec 2009 13:14:08 +0000 |
Andreas Schwab |
Regenerate.
|
Wed, 09 Dec 2009 10:37:30 +0000 |
Michael Albinus |
* NEWS: Point to the external counterparts of su and sudo.
|
Wed, 09 Dec 2009 10:23:00 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
|
Wed, 09 Dec 2009 10:10:18 +0000 |
Michael Albinus |
* eshell.texi (History): Add the other built-in variables.
|
Wed, 09 Dec 2009 06:04:09 +0000 |
Dan Nicolaescu |
Fix short log parsing and fontification.
|
Wed, 09 Dec 2009 05:56:53 +0000 |
Stefan Monnier |
Drop some properties to avoid surprises.
|
Wed, 09 Dec 2009 02:32:27 +0000 |
Chong Yidong |
No longer need to patch configure.
|
Wed, 09 Dec 2009 02:11:29 +0000 |
Stefan Monnier |
Minor cleanup.
|
Wed, 09 Dec 2009 02:06:16 +0000 |
Chong Yidong |
Bump version to 23.1.90.
EMACS_PRETEST_23_1_90
|
Wed, 09 Dec 2009 02:05:40 +0000 |
Chong Yidong |
AUTHORS: Regenerate
|
Wed, 09 Dec 2009 02:05:23 +0000 |
Chong Yidong |
ldefs-boot.el: Regenerate.
|
Wed, 09 Dec 2009 01:53:15 +0000 |
Stefan Monnier |
Get rid of the ELCFILES abomination.
|
Wed, 09 Dec 2009 01:07:36 +0000 |
Chong Yidong |
Remove resolved GTK on Cygwin problem.
|
Wed, 09 Dec 2009 01:06:32 +0000 |
Chong Yidong |
* configure.in: Allow compiling Emacs with GTK on Cygwin.
|
Wed, 09 Dec 2009 01:02:28 +0000 |
Kenichi Handa |
Require help-mode instead of help-fns.
|
Wed, 09 Dec 2009 01:02:11 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 09 Dec 2009 00:57:02 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 09 Dec 2009 00:55:55 +0000 |
Kenichi Handa |
(ucs-names): Supply a sufficiently fine ranges instead of
|
Tue, 08 Dec 2009 15:56:57 +0000 |
Dan Nicolaescu |
Add support for stashing a snapshot of the current tree.
|
Tue, 08 Dec 2009 11:27:53 +0000 |
Juanma Barranquero |
* play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
|
Tue, 08 Dec 2009 03:29:05 +0000 |
Glenn Morris |
Fix entries.
|
Tue, 08 Dec 2009 03:28:22 +0000 |
Glenn Morris |
(vc-mtn-print-log): Fix typo in previous.
|
Tue, 08 Dec 2009 03:27:05 +0000 |
Glenn Morris |
(ELCFILES): Regenerate.
|
Tue, 08 Dec 2009 03:26:07 +0000 |
Glenn Morris |
Fix log entries.
|
Tue, 08 Dec 2009 02:59:53 +0000 |
Chong Yidong |
NEWS entries for mail-user-agent and CEDET.
|
Mon, 07 Dec 2009 22:36:58 +0000 |
Juri Linkov |
Don't lazy-highlight the comint output in history Isearch mode.
|
Mon, 07 Dec 2009 21:15:19 +0000 |
Stefan Monnier |
(latex-complete, latex-indent-or-complete): Remove.
|
Mon, 07 Dec 2009 20:27:40 +0000 |
Andreas Schwab |
(unexec): Don't search for .data twice.
|
Mon, 07 Dec 2009 20:06:26 +0000 |
Stefan Monnier |
* minibuffer.el (completion-at-point-functions): New var.
|
Mon, 07 Dec 2009 19:21:57 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Mon, 07 Dec 2009 19:21:15 +0000 |
Eli Zaretskii |
Prevent save-buffer in Rmail buffers from using the coding-system
|
Mon, 07 Dec 2009 17:35:47 +0000 |
Juri Linkov |
(grep-read-files): Use `completing-read'
|
Mon, 07 Dec 2009 17:30:01 +0000 |
Juri Linkov |
Correctly restore original Isearch point. (Bug#4994)
|
Mon, 07 Dec 2009 16:53:48 +0000 |
Stefan Monnier |
(ucs-names): Fix last-minute paren-typo.
|
Mon, 07 Dec 2009 16:18:42 +0000 |
Chong Yidong |
* vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
|
Mon, 07 Dec 2009 16:14:23 +0000 |
Chong Yidong |
Added compose-mail-user-agent-warnings.
|
Mon, 07 Dec 2009 16:12:47 +0000 |
Stefan Monnier |
(ucs-names): Weed out at compile-time the chars that don't have names, so
|
Mon, 07 Dec 2009 16:09:05 +0000 |
Chong Yidong |
* simple.el (compose-mail): Check for incompatibilities and warn.
|
Mon, 07 Dec 2009 09:02:11 +0000 |
Dan Nicolaescu |
Support showing a single log entry from vc-annotate.
|
Mon, 07 Dec 2009 06:56:40 +0000 |
Michael Kifer |
2009-12-07 Michael Kifer <kifer@cs.stonybrook.edu>
|
Mon, 07 Dec 2009 06:38:06 +0000 |
Michael Albinus |
Handle prompt rules of ksh in OpenBSD 4.5. Reported by Rapha¸«³l
|
Mon, 07 Dec 2009 06:30:30 +0000 |
Dan Nicolaescu |
Get the background mode from the terminal for xterm, and set
|
Mon, 07 Dec 2009 06:21:27 +0000 |
Glenn Morris |
Ulrich Mueller <ulm at gentoo.org>
|
Mon, 07 Dec 2009 02:37:42 +0000 |
Stefan Monnier |
Make it work for non-file buffers (bug#5102).
|
Sun, 06 Dec 2009 23:27:55 +0000 |
Chong Yidong |
* vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
|
Sun, 06 Dec 2009 22:36:11 +0000 |
Dan Nicolaescu |
*** empty log message ***
|
Sun, 06 Dec 2009 22:18:03 +0000 |
Dan Nicolaescu |
* vc-git.el (vc-git-print-log): Handle a limit argument. Display
|
Sun, 06 Dec 2009 21:25:55 +0000 |
Dan Nicolaescu |
Make vc-revert change VC state from 'added to 'unregistered.
|
Sun, 06 Dec 2009 20:25:36 +0000 |
Chong Yidong |
* log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
|
Sun, 06 Dec 2009 20:22:16 +0000 |
Chong Yidong |
* vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
|
Sun, 06 Dec 2009 19:49:04 +0000 |
Ulf Jasper |
Fixed Bug#5096.
|
Sun, 06 Dec 2009 18:48:48 +0000 |
Chong Yidong |
* simple.el (beginning-of-visual-line): Constrain to field
|
Sun, 06 Dec 2009 18:13:19 +0000 |
Ulf Jasper |
Fixed Bug#5008.
|
Sun, 06 Dec 2009 15:34:59 +0000 |
Chong Yidong |
* progmodes/js.el (js--js-not): Add null to the list of values.
|
Sun, 06 Dec 2009 15:33:09 +0000 |
Chong Yidong |
* ansi-color.el (ansi-color-for-comint-mode): Add :version
|
Sun, 06 Dec 2009 05:05:36 +0000 |
Roland Winkler |
* textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry delimiter
|
Sun, 06 Dec 2009 05:03:26 +0000 |
Roland Winkler |
(bibtex-enclosing-field): Exclude entry delimiter if it is at the end
|
Sun, 06 Dec 2009 01:25:41 +0000 |
Stefan Monnier |
(minibuffer-complete-and-exit): Don't replace the
|
Sun, 06 Dec 2009 00:58:40 +0000 |
Stefan Monnier |
(completion-in-region): Improve docstring.
|
Sun, 06 Dec 2009 00:42:19 +0000 |
Kevin Ryde |
* info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
|
Sun, 06 Dec 2009 00:41:18 +0000 |
Kevin Ryde |
* info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
|
Sun, 06 Dec 2009 00:22:51 +0000 |
Kevin Ryde |
* ffap.el (ffap-rfc-path): Make this a defcustom since
|
Sun, 06 Dec 2009 00:21:56 +0000 |
Kevin Ryde |
* ffap.el (ffap-rfc-path): Make this a defcustom since
|
Sat, 05 Dec 2009 23:51:26 +0000 |
Chong Yidong |
Copyedit several NEWS entries.
|
Sat, 05 Dec 2009 23:22:03 +0000 |
Juri Linkov |
Save and restore dired buffer's point positions too. (Bug#4880)
|
Sat, 05 Dec 2009 22:49:00 +0000 |
Chong Yidong |
* xdisp.c (push_display_prop): Don't set avoid_cursor_p. Return 0
|
Sat, 05 Dec 2009 22:01:00 +0000 |
Chong Yidong |
* bindings.el (complete-symbol): Call semantic-ia-complete-symbol if
|
Sat, 05 Dec 2009 21:33:48 +0000 |
Glenn Morris |
Add bug ref.
|
Sat, 05 Dec 2009 21:12:19 +0000 |
Chong Yidong |
* misc.texi (Shell Options): ansi-color is now default.
|
Sat, 05 Dec 2009 21:11:29 +0000 |
Chong Yidong |
Fix commentary to reflect that ansi-color is now enabled by default.
|
Sat, 05 Dec 2009 21:08:09 +0000 |
Chong Yidong |
ansi-color is now enabled by default in the shell.
|
Sat, 05 Dec 2009 21:05:51 +0000 |
Chong Yidong |
* shell.el (shell): Require ansi-color (Bug#5113).
|
Sat, 05 Dec 2009 20:56:42 +0000 |
Chong Yidong |
* hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
|
Sat, 05 Dec 2009 20:45:39 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Sat, 05 Dec 2009 20:38:05 +0000 |
Chong Yidong |
Minor doc fix.
|
Sat, 05 Dec 2009 20:23:25 +0000 |
Chong Yidong |
* textmodes/sgml-mode.el (sgml-lexical-context): Recognise
|
Sat, 05 Dec 2009 20:16:42 +0000 |
Chong Yidong |
* xfaces.c (Fx_family_fonts): Handle 2009-07-14 change to return
|
Sat, 05 Dec 2009 20:09:49 +0000 |
Chong Yidong |
Fix a comment and delete trailing whitespace.
|
Sat, 05 Dec 2009 19:49:47 +0000 |
Juri Linkov |
(Info-find-node-2): Set `Info-current-subfile' to nil
|
Sat, 05 Dec 2009 19:10:42 +0000 |
Chong Yidong |
* cedet/semantic/bovine/c.el (semantic-c-describe-environment):
|
Sat, 05 Dec 2009 13:32:18 +0000 |
Eli Zaretskii |
(next_element_from_ellipsis): Fix a typo in the commentary.
|
Sat, 05 Dec 2009 13:21:49 +0000 |
Eli Zaretskii |
(next_element_from_display_vector): Fix a typo in the commentary.
|
Sat, 05 Dec 2009 11:16:04 +0000 |
Alan Mackenzie |
Revert change 1.85
|
Sat, 05 Dec 2009 04:08:48 +0000 |
Roland Winkler |
*** empty log message ***
|
Sat, 05 Dec 2009 04:05:37 +0000 |
Roland Winkler |
(bibtex-map-entries): Use marker to keep
|
Sat, 05 Dec 2009 03:49:58 +0000 |
Glenn Morris |
Documented diary view-mode.
|
Sat, 05 Dec 2009 03:49:36 +0000 |
Glenn Morris |
(Diary Display): Mention View mode.
|
Sat, 05 Dec 2009 03:39:03 +0000 |
Glenn Morris |
(Displaying the Diary): Mention keys apply to calendar.
|
Sat, 05 Dec 2009 03:27:24 +0000 |
Glenn Morris |
A bit rusty on the alphabet.
|
Sat, 05 Dec 2009 03:25:57 +0000 |
Glenn Morris |
Put calendar and diary hooks back in alphabetical order following
|
Sat, 05 Dec 2009 03:10:32 +0000 |
Glenn Morris |
Documented diary fancy display.
|
Sat, 05 Dec 2009 03:09:17 +0000 |
Glenn Morris |
Make it less tasty.
|
Sat, 05 Dec 2009 03:08:48 +0000 |
Glenn Morris |
(Top): Update menu for cal-xtra node changes.
|
Sat, 05 Dec 2009 03:08:30 +0000 |
Glenn Morris |
(Displaying the Diary): Holidays may be in the buffer
|
Sat, 05 Dec 2009 03:08:05 +0000 |
Glenn Morris |
(Advanced Calendar/Diary Usage): Update menu.
|
Sat, 05 Dec 2009 03:07:26 +0000 |
Glenn Morris |
(Standard Hooks): Remove diary-display-hook, replaced by
|
Sat, 05 Dec 2009 02:54:21 +0000 |
Chong Yidong |
* quail/cyrillic.el (russian-typewriter): Change keyboard layout.
|
Sat, 05 Dec 2009 01:22:54 +0000 |
Stefan Monnier |
(completion-pcm--merge-try): Also consider placing point after a star, if
|
Sat, 05 Dec 2009 00:24:03 +0000 |
Dan Nicolaescu |
(vc-dir): Use the correct markup for showing keymaps
|
Fri, 04 Dec 2009 21:47:08 +0000 |
Juri Linkov |
(proced): Call `(proced-update t)' to update process
|
Fri, 04 Dec 2009 21:45:29 +0000 |
Juri Linkov |
(dired-auto-revert-buffer): New defcustom.
|
Fri, 04 Dec 2009 21:43:07 +0000 |
Juri Linkov |
Change roles of modes and functions in image-mode.el (Bug#5062).
|
Fri, 04 Dec 2009 19:27:42 +0000 |
Ulf Jasper |
Newsticker fixes/changes.
|
Fri, 04 Dec 2009 16:34:22 +0000 |
Sam Steingold |
(log-view-mode-map): "q" calls quit-window,
|
Fri, 04 Dec 2009 16:16:26 +0000 |
Juanma Barranquero |
Fix `string-to-number' to deal consistently with integers and floats.
|
Fri, 04 Dec 2009 10:51:37 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 04 Dec 2009 10:50:59 +0000 |
Eli Zaretskii |
(enum prop_idx) <AUTO_COMPOSED_PROP_IDX>: Delete unused enumeration value.
|
Fri, 04 Dec 2009 05:00:44 +0000 |
Glenn Morris |
Regenerate autoloads.
|
Fri, 04 Dec 2009 04:39:21 +0000 |
Stefan Monnier |
Minor cleanup.
|
Thu, 03 Dec 2009 20:03:55 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Thu, 03 Dec 2009 20:03:12 +0000 |
Eli Zaretskii |
(lisp, shortlisp): Replace indian.el with indian.elc.
|
Thu, 03 Dec 2009 19:12:52 +0000 |
Dan Nicolaescu |
Limit the number of log entries displayed by default.
|
Thu, 03 Dec 2009 19:01:36 +0000 |
Stefan Monnier |
(Fmake_network_process): Fix up the tests for
|
Thu, 03 Dec 2009 18:51:32 +0000 |
Stefan Monnier |
(Qseqpacket): New symbol.
|
Thu, 03 Dec 2009 17:14:33 +0000 |
Glenn Morris |
(class): Restore still useful declaration.
|
Thu, 03 Dec 2009 16:02:10 +0000 |
Alan Mackenzie |
Enhance `c-parse-state' to run efficiently in "brace desserts".
|
Thu, 03 Dec 2009 15:56:29 +0000 |
Alan Mackenzie |
Correct conflicts in previous patch.
|
Thu, 03 Dec 2009 15:52:37 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Thu, 03 Dec 2009 14:34:04 +0000 |
Roland Winkler |
*** empty log message ***
|
Thu, 03 Dec 2009 14:33:00 +0000 |
Roland Winkler |
(proced-filter-alist): Use regexp-quote.
|
Thu, 03 Dec 2009 11:34:11 +0000 |
Michael Albinus |
Cleanup.
|
Thu, 03 Dec 2009 08:53:54 +0000 |
Glenn Morris |
Revert previous accidental commit.
|
Thu, 03 Dec 2009 08:53:06 +0000 |
Dan Nicolaescu |
(vc-bzr-dir-extra-headers): Fix typo.
|
Thu, 03 Dec 2009 07:46:13 +0000 |
Dan Nicolaescu |
Add support for bzr shelve/unshelve.
|
Thu, 03 Dec 2009 07:31:15 +0000 |
Dan Nicolaescu |
(vc-bzr-print-log): Deal with nil arguments better.
|
Thu, 03 Dec 2009 05:41:17 +0000 |
Stefan Monnier |
(bibtex-complete-internal): Use completion-in-region.
|
Thu, 03 Dec 2009 04:08:08 +0000 |
Dan Nicolaescu |
Support applying stashes. Improve UI.
|
Thu, 03 Dec 2009 03:11:14 +0000 |
Glenn Morris |
(log-view-vc-backend, log-view-vc-fileset): Declare.
|
Thu, 03 Dec 2009 03:09:45 +0000 |
Glenn Morris |
(Free Software and Free Manuals): Update URL, and remove duplicate text.
|
Thu, 03 Dec 2009 03:02:34 +0000 |
Stefan Monnier |
(makefile-special-targets-list): No need for it to be an alist any more.
|
Thu, 03 Dec 2009 02:58:16 +0000 |
Stefan Monnier |
(octave-complete-symbol): Use completion-in-region.
|
Thu, 03 Dec 2009 02:57:16 +0000 |
Stefan Monnier |
Misc cleanup.
|
Thu, 03 Dec 2009 01:43:23 +0000 |
Juanma Barranquero |
* progmodes/pascal.el: Require CL when compiling (for lexical-let).
|
Thu, 03 Dec 2009 01:33:56 +0000 |
Stefan Monnier |
(try-expand-dabbrev-visible): Preserve point in the
|
Wed, 02 Dec 2009 18:31:26 +0000 |
Stefan Monnier |
Use completion-in-buffer and remove uses of dynamic scoping.
|
Wed, 02 Dec 2009 08:01:02 +0000 |
Kenichi Handa |
*** empty log message ***
|
Wed, 02 Dec 2009 07:59:51 +0000 |
Kenichi Handa |
Include ZWJ and ZWNJ in the patterns to shape for all Indic scripts.
|
Wed, 02 Dec 2009 04:11:08 +0000 |
Stefan Monnier |
Use completion-in-buffer.
|
Wed, 02 Dec 2009 03:11:38 +0000 |
Stefan Monnier |
(message-completion-in-region): New compatibility function.
|
Wed, 02 Dec 2009 03:05:14 +0000 |
Glenn Morris |
Replace all pop-to-buffer calls with rmail-pop-to-buffer, to prevent
|
Wed, 02 Dec 2009 03:04:43 +0000 |
Glenn Morris |
(rmail-pop-to-buffer): New function. (Bug#2282)
|
Wed, 02 Dec 2009 03:03:48 +0000 |
Glenn Morris |
(diary-list-entries): Replace superfluous save-excursion with
|
Wed, 02 Dec 2009 03:02:10 +0000 |
Glenn Morris |
Comment.
|
Wed, 02 Dec 2009 03:01:44 +0000 |
Glenn Morris |
2009-12-02 Michael Welsh Duggan <mwd at cert.org>
|
Wed, 02 Dec 2009 03:00:41 +0000 |
Glenn Morris |
Andreas Politz <politza at fh-trier.de> (tiny change)
|
Wed, 02 Dec 2009 02:08:21 +0000 |
Juanma Barranquero |
* mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
|
Wed, 02 Dec 2009 00:48:21 +0000 |
Katsumi Yamaoka |
(gnus-group-prepare-flat): Check also whether groups with no unread article
|
Tue, 01 Dec 2009 20:44:21 +0000 |
Stefan Monnier |
(tpu-cursor-free-mode): Emit message.
|
Tue, 01 Dec 2009 20:31:57 +0000 |
Stefan Monnier |
(comint-insert-input): Ignore clicks to the right of
|
Tue, 01 Dec 2009 20:08:20 +0000 |
Stefan Monnier |
(vc-print-log-internal): Don't wait for the prcess to
|
Tue, 01 Dec 2009 19:42:28 +0000 |
Stefan Monnier |
(pcomplete/cd): Complete more than one argument, just in case.
|
Tue, 01 Dec 2009 19:39:52 +0000 |
Stefan Monnier |
(pcomplete-std-complete): Don't try to complete past the last element.
|
Tue, 01 Dec 2009 19:01:41 +0000 |
Chong Yidong |
* message.el: Revert last change.
|
Tue, 01 Dec 2009 18:06:06 +0000 |
Stefan Monnier |
(normal-erase-is-backspace-mode): Fix thinko in message.
|
Tue, 01 Dec 2009 17:06:30 +0000 |
Glenn Morris |
Add etc/images/mpc directory.
|
Tue, 01 Dec 2009 17:04:55 +0000 |
Glenn Morris |
(window--display-buffer-2): Fix previous changes.
|
Tue, 01 Dec 2009 16:21:36 +0000 |
Chong Yidong |
Delete trailing whitespace.
|
Tue, 01 Dec 2009 16:20:59 +0000 |
Chong Yidong |
* mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
|
Tue, 01 Dec 2009 09:28:22 +0000 |
Miles Bader |
Add arch tagline
|
Tue, 01 Dec 2009 09:07:36 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Tue, 01 Dec 2009 09:07:26 +0000 |
YAMAMOTO Mitsuharu |
(font_load_for_lface, font_open_by_name): Don't store name
|
Tue, 01 Dec 2009 07:51:02 +0000 |
Glenn Morris |
(ELCFILES): Add mpc.elc.
|
Tue, 01 Dec 2009 07:49:26 +0000 |
Glenn Morris |
New file.
|
Tue, 01 Dec 2009 07:47:11 +0000 |
Glenn Morris |
Add missing entry.
|
Tue, 01 Dec 2009 07:10:17 +0000 |
Bill Wohler |
*** empty log message ***
|
Tue, 01 Dec 2009 07:09:11 +0000 |
Bill Wohler |
(Searching): Use mh vfolder_format and fix typo in database path for
|
Tue, 01 Dec 2009 07:07:23 +0000 |
Bill Wohler |
*** empty log message ***
|
Tue, 01 Dec 2009 07:07:13 +0000 |
Bill Wohler |
(mh-mairix-execute-search): Use mh vfolder_format. Fix typo in
|
Tue, 01 Dec 2009 04:04:33 +0000 |
Stefan Monnier |
* mpc.el: New file.
|
Tue, 01 Dec 2009 03:15:01 +0000 |
Glenn Morris |
(window-to-use): Define for compiler.
|
Tue, 01 Dec 2009 03:14:02 +0000 |
Glenn Morris |
(byte-compile-save-excursion): Make message consistent with others (no
|
Tue, 01 Dec 2009 03:13:03 +0000 |
Glenn Morris |
(rmail-mime-handle): Doc fix.
|
Tue, 01 Dec 2009 03:12:13 +0000 |
Glenn Morris |
Update maintainer per comment from HN in bug#5056: "I no longer
|
Tue, 01 Dec 2009 03:10:31 +0000 |
Glenn Morris |
Mention usertags.
|
Tue, 01 Dec 2009 00:35:43 +0000 |
Dan Nicolaescu |
Make vc-print-log buttons work.
|
Mon, 30 Nov 2009 23:39:04 +0000 |
Juanma Barranquero |
* savehist.el (savehist-autosave-interval): Allow setting to nil
|
Mon, 30 Nov 2009 22:51:34 +0000 |
Juanma Barranquero |
Fix references to jit-lock properties.
|
Mon, 30 Nov 2009 22:11:19 +0000 |
Katsumi Yamaoka |
Add Bug#4698 to 2009-11-29 change. By Reiner Steib.
|
Mon, 30 Nov 2009 21:45:30 +0000 |
Juri Linkov |
(multi-isearch-search-fun): Always provide a non-nil
|
Mon, 30 Nov 2009 21:21:35 +0000 |
Dan Nicolaescu |
(vc-git-registered): Call vc-git-root only once.
|
Mon, 30 Nov 2009 21:08:25 +0000 |
Stefan Monnier |
(print_preprocess): Preprocess the key_and_value table of
|
Mon, 30 Nov 2009 20:27:44 +0000 |
Juri Linkov |
(multi-isearch-read-buffers): Move canonicalization
|
Mon, 30 Nov 2009 19:42:16 +0000 |
Juri Linkov |
(multi-isearch-read-buffers)
|
Mon, 30 Nov 2009 16:14:48 +0000 |
Juri Linkov |
(doc-view-continuous):
|
Mon, 30 Nov 2009 16:11:18 +0000 |
Juri Linkov |
(comint-mode-map): Rebind `M-r' from
|
Mon, 30 Nov 2009 16:05:47 +0000 |
Juri Linkov |
(perform-replace): Let-bind recenter-last-op to nil.
|
Mon, 30 Nov 2009 13:49:13 +0000 |
Stefan Monnier |
Minor cleanup and simplification.
|
Mon, 30 Nov 2009 13:43:51 +0000 |
Stefan Monnier |
(perl-font-lock-special-syntactic-constructs):
|
Sun, 29 Nov 2009 23:57:18 +0000 |
Juri Linkov |
(Highlight Interactively): Actually a list of
|
Sun, 29 Nov 2009 23:55:57 +0000 |
Juri Linkov |
*** empty log message ***
|
Sun, 29 Nov 2009 23:55:42 +0000 |
Juri Linkov |
(describe-char-unidata-list): Use lowercase name
|
Sun, 29 Nov 2009 23:54:41 +0000 |
Juri Linkov |
(fancy-about-text): Fix wording of Guided Tour. (Bug#4960)
|
Sun, 29 Nov 2009 23:52:16 +0000 |
Juri Linkov |
(ediff-minibuffer-with-setup-hook): New compatibility macro.
|
Sun, 29 Nov 2009 23:38:18 +0000 |
Juri Linkov |
* gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
|
Sun, 29 Nov 2009 23:34:05 +0000 |
Juri Linkov |
Add defcustom to define the cycling order of `recenter-top-bottom'. (Bug#4981)
|
Sun, 29 Nov 2009 20:40:51 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 29 Nov 2009 20:40:12 +0000 |
Michael Albinus |
* tramp.texi (Remote processes): Improve eshell example with "su"
|
Sun, 29 Nov 2009 20:19:48 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 29 Nov 2009 20:18:59 +0000 |
Michael Albinus |
* eshell/esh-util.el (top): Require also Tramp when compiling.
|
Sun, 29 Nov 2009 20:10:29 +0000 |
Michael Albinus |
* eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
|
Sun, 29 Nov 2009 20:05:23 +0000 |
Michael Albinus |
* net/tramp.el (tramp-maybe-open-connection): Open the remote
|
Sun, 29 Nov 2009 20:04:08 +0000 |
Michael Albinus |
* net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
|
Sun, 29 Nov 2009 09:48:50 +0000 |
Jan Dj¸«£rv |
frame.c (frame_make_pointer_invisible)
|
Sat, 28 Nov 2009 21:32:06 +0000 |
Stefan Monnier |
Try and remove assumptions about point-min==1.
|
Sat, 28 Nov 2009 21:11:25 +0000 |
Chong Yidong |
* sem-user.texi (Semantic mode): Link to Idle Scheduler.
|
Sat, 28 Nov 2009 21:09:00 +0000 |
Chong Yidong |
* semantic.texi (Analyzer Internals): Rename from Analyzer.
|
Sat, 28 Nov 2009 20:45:19 +0000 |
Stefan Monnier |
(image-minor-mode): Exit more gracefully when the image
|
Sat, 28 Nov 2009 20:36:05 +0000 |
Kevin Ryde |
* erc.texi (Development): Correction to git tutorial url.
|
Sat, 28 Nov 2009 20:35:23 +0000 |
Kevin Ryde |
* erc.texi (Development): Correction to git tutorial url.
|
Sat, 28 Nov 2009 20:28:51 +0000 |
Stefan Monnier |
(Man-completion-table): Make it easier to enter "<sec> <name>".
|
Sat, 28 Nov 2009 20:20:39 +0000 |
Kevin Ryde |
* cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
|
Sat, 28 Nov 2009 20:19:54 +0000 |
Kevin Ryde |
* cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a
|
Sat, 28 Nov 2009 17:06:30 +0000 |
Stefan Monnier |
* eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
|
Sat, 28 Nov 2009 10:50:31 +0000 |
Eli Zaretskii |
(skip_invisible): Fix a typo in a comment.
|
Sat, 28 Nov 2009 10:46:14 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 28 Nov 2009 10:45:46 +0000 |
Eli Zaretskii |
(Special Properties): More accurate description of what the `cursor'
|
Sat, 28 Nov 2009 10:24:51 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Sat, 28 Nov 2009 10:24:04 +0000 |
Eli Zaretskii |
[!AUTO_DEPEND]: Remove outdated comment about omitted dependencies on lisp.h.
|
Fri, 27 Nov 2009 22:03:04 +0000 |
Stefan Monnier |
(byte-compile-warning-types): New type `suspicious'.
|
Fri, 27 Nov 2009 19:31:57 +0000 |
Stefan Monnier |
(gud-basic-call): Don't only save the buffer but the excursion as well.
|
Fri, 27 Nov 2009 17:27:04 +0000 |
Jan Dj¸«£rv |
Don't crash if an X terminal is deleted with force == t.
|
Fri, 27 Nov 2009 16:38:57 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 27 Nov 2009 16:38:38 +0000 |
Michael Albinus |
* NEWS: New functions eshell/su and eshell/sudo.
|
Fri, 27 Nov 2009 16:29:03 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 27 Nov 2009 16:28:42 +0000 |
Michael Albinus |
* eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
|
Fri, 27 Nov 2009 15:44:30 +0000 |
Jan Dj¸«£rv |
serach.c (simple_search): Remove warning by making *p const.
|
Fri, 27 Nov 2009 07:35:14 +0000 |
Daiki Ueno |
(socks-send-command): Convert binary request to
|
Fri, 27 Nov 2009 04:24:47 +0000 |
Stefan Monnier |
(describe-bindings-internal): Remove `interactive'.
|
Fri, 27 Nov 2009 04:08:04 +0000 |
Stefan Monnier |
(Man-completion-table): Trim a terminating "(".
|
Fri, 27 Nov 2009 01:27:04 +0000 |
Stefan Monnier |
(url-generic-parse-url): Bind deactivate-mark.
|
Thu, 26 Nov 2009 23:59:14 +0000 |
Kevin Ryde |
* commands.texi (Misc Events): vindex mouse-wheel-up-event and
|
Thu, 26 Nov 2009 23:58:23 +0000 |
Kevin Ryde |
* os.texi (Startup Summary): vindex inhibit-startup-message and
|
Thu, 26 Nov 2009 23:57:40 +0000 |
Kevin Ryde |
* commands.texi (Misc Events): vindex mouse-wheel-up-event and
|
Thu, 26 Nov 2009 23:39:32 +0000 |
Kevin Ryde |
* sha1.el (sha1-string-external): default-directory "/" in case
|
Thu, 26 Nov 2009 23:38:18 +0000 |
Kevin Ryde |
* sha1.el (sha1-string-external): default-directory "/" in case
|
Thu, 26 Nov 2009 23:19:53 +0000 |
Kevin Ryde |
* log-view.el: Add "Keywords: tools", since its other keywords
|
Thu, 26 Nov 2009 23:18:58 +0000 |
Kevin Ryde |
* log-view.el: Add "Keywords: tools", since its other keywords
|
Thu, 26 Nov 2009 22:35:47 +0000 |
Kevin Ryde |
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
|
Thu, 26 Nov 2009 22:35:09 +0000 |
Kevin Ryde |
* MORE.STUFF: emacswiki ElispArea url "wiki.pl" -> "wiki".
|
Thu, 26 Nov 2009 16:24:36 +0000 |
Stefan Monnier |
Misc coding convention cleanups.
|
Thu, 26 Nov 2009 15:22:27 +0000 |
Stefan Monnier |
Various minor fixes.
|
Thu, 26 Nov 2009 14:50:28 +0000 |
Stefan Monnier |
(vc-bzr-annotate-command): Make operation asynchronous.
|
Thu, 26 Nov 2009 07:15:33 +0000 |
Jan Dj¸«£rv |
Mention Metacity hang on Emacs resize.
|
Thu, 26 Nov 2009 03:27:10 +0000 |
Dan Nicolaescu |
(finder-mode-map): Add a menu.
|
Thu, 26 Nov 2009 03:24:41 +0000 |
Dan Nicolaescu |
(power_letter): Remove duplicate const.
|
Thu, 26 Nov 2009 03:18:31 +0000 |
Dan Nicolaescu |
* verilog-mode.el (verilog-at-struct-p): Support "signed" and
|
Thu, 26 Nov 2009 03:09:58 +0000 |
Glenn Morris |
(eshell/cd): Don't throw to a tag outside the scope.
|
Thu, 26 Nov 2009 03:08:30 +0000 |
Glenn Morris |
Fix format.
|
Thu, 26 Nov 2009 03:07:21 +0000 |
Glenn Morris |
(Latest version of Emacs): Mention stability of development version.
|
Thu, 26 Nov 2009 03:05:17 +0000 |
Glenn Morris |
VM has moved again.
|
Thu, 26 Nov 2009 00:15:17 +0000 |
Kevin Ryde |
* arc-mode.el: Add "Keywords: files", so the details in its
|
Thu, 26 Nov 2009 00:13:17 +0000 |
Kevin Ryde |
* arc-mode.el: Add "Keywords: files", so the details in its
|
Thu, 26 Nov 2009 00:07:01 +0000 |
Kevin Ryde |
* textmodes/bibtex-style.el: Add "Keywords: tex".
|
Thu, 26 Nov 2009 00:04:36 +0000 |
Kevin Ryde |
* international/isearch-x.el, international/ja-dic-cnv.el,
|
Thu, 26 Nov 2009 00:04:08 +0000 |
Kevin Ryde |
* international/isearch-x.el, international/ja-dic-cnv.el,
|
Thu, 26 Nov 2009 00:03:43 +0000 |
Kevin Ryde |
* international/isearch-x.el, international/ja-dic-cnv.el,
|
Thu, 26 Nov 2009 00:02:59 +0000 |
Kevin Ryde |
* international/isearch-x.el, international/ja-dic-cnv.el,
|
Thu, 26 Nov 2009 00:01:20 +0000 |
Kevin Ryde |
* textmodes/bibtex-style.el: Add "Keywords: tex".
|
Wed, 25 Nov 2009 23:52:00 +0000 |
Kevin Ryde |
* textmodes/dns-mode.el: Add "Keywords: comm". It's only an
|
Wed, 25 Nov 2009 23:51:08 +0000 |
Kevin Ryde |
* textmodes/dns-mode.el: Add "Keywords: comm". It's only an
|
Wed, 25 Nov 2009 23:47:31 +0000 |
Johan Bockg¸«©rd |
(vc-annotate-revision-previous-to-line): Really use previous revision.
|
Wed, 25 Nov 2009 22:52:02 +0000 |
Kevin Ryde |
(man): completion-ignore-case t for friendliness and since man
|
Wed, 25 Nov 2009 22:51:07 +0000 |
Kevin Ryde |
(man): completion-ignore-case t for friendliness and since man
|
Wed, 25 Nov 2009 22:42:11 +0000 |
Kevin Ryde |
* man.el (Man-completion-table): default-directory "/" in case
|
Wed, 25 Nov 2009 22:41:06 +0000 |
Kevin Ryde |
* man.el (Man-completion-table): default-directory "/" in case
|
Wed, 25 Nov 2009 21:16:58 +0000 |
Juri Linkov |
(Man-completion-table): Modify regexp to include section names
|
Wed, 25 Nov 2009 17:53:54 +0000 |
Jan Dj¸«£rv |
(delete_tty): Remove check for last terminal (bug#4970).
|
Wed, 25 Nov 2009 17:23:45 +0000 |
Juri Linkov |
Search recursively in gzipped files. (Bug#4982)
|
Wed, 25 Nov 2009 17:21:12 +0000 |
Juri Linkov |
(doc-view-mode): Set buffer-local `view-read-only' to nil
|
Wed, 25 Nov 2009 17:18:26 +0000 |
Juri Linkov |
Mouse-wheel scrolling for DocView Continuous mode. (Bug#4896)
|
Wed, 25 Nov 2009 17:15:19 +0000 |
Juri Linkov |
Provide additional default values (directories at other Dired
|
Wed, 25 Nov 2009 17:11:29 +0000 |
Juri Linkov |
Provide additional default values (file name at point or at the
|
Wed, 25 Nov 2009 16:36:04 +0000 |
Stefan Monnier |
Really make the *Completions* window soft-dedicated (bug#5030).
|
Wed, 25 Nov 2009 16:19:51 +0000 |
Jan Dj¸«£rv |
xsettings.c: Revert changes from 2009-11-23. Just use Xft defaults (bug #5025).
|
Wed, 25 Nov 2009 06:08:42 +0000 |
Stefan Monnier |
* progmodes/meta-mode.el (meta-complete-symbol):
|
Wed, 25 Nov 2009 06:02:01 +0000 |
Stefan Monnier |
(mail-abbrev-complete-alias): Use completion-in-region.
|
Wed, 25 Nov 2009 05:31:05 +0000 |
Stefan Monnier |
(dabbrev--minibuffer-origin): Use minibuffer-selected-window.
|
Wed, 25 Nov 2009 04:59:02 +0000 |
Stefan Monnier |
(abbrev--before-point): Use word-motion functions
|
Wed, 25 Nov 2009 03:59:19 +0000 |
Stefan Monnier |
(string-prefix-p): New function.
|
Wed, 25 Nov 2009 03:51:00 +0000 |
Stefan Monnier |
(Man-completion-cache): New var.
|
Wed, 25 Nov 2009 03:28:24 +0000 |
Stefan Monnier |
(vc-print-log-internal): Make `limit' optional for better
|
Tue, 24 Nov 2009 23:13:55 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
|
Tue, 24 Nov 2009 23:13:09 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Build
|
Tue, 24 Nov 2009 23:08:15 +0000 |
Kevin Ryde |
* emacs-lisp/elint.el (elint-add-required-env): Better error message
|
Tue, 24 Nov 2009 23:07:23 +0000 |
Kevin Ryde |
* emacs-lisp/elint.el (elint-add-required-env): Better error message
|
Tue, 24 Nov 2009 22:28:01 +0000 |
Stefan Monnier |
(linum-update-window): Ignore intangible (bug#4996).
|
Tue, 24 Nov 2009 22:23:49 +0000 |
Stefan Monnier |
Handle the [back] button properly (bug#4979).
|
Tue, 24 Nov 2009 21:36:10 +0000 |
Stefan Monnier |
(list-load-path-shadows): Setup a major mode
|
Tue, 24 Nov 2009 21:33:23 +0000 |
Stefan Monnier |
(adjust_markers_for_delete): Move it in the right direction! (bug#4803)
|
Tue, 24 Nov 2009 20:00:41 +0000 |
Stefan Monnier |
(Man-completion-table): New function.
|
Tue, 24 Nov 2009 15:31:01 +0000 |
David Reitter |
vc-git-registered: use checkout directory (where .git is)
|
Tue, 24 Nov 2009 10:25:54 +0000 |
Michael Albinus |
Improve handling of processes on remote hosts.
|
Tue, 24 Nov 2009 09:19:09 +0000 |
Katsumi Yamaoka |
(message-from-style, message-interactive, message-signature): Always set
|
Tue, 24 Nov 2009 08:37:56 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Tue, 24 Nov 2009 08:37:40 +0000 |
YAMAMOTO Mitsuharu |
(x_new_font): Update f->scroll_bar_actual_width.
|
Tue, 24 Nov 2009 08:37:32 +0000 |
YAMAMOTO Mitsuharu |
(font_open_entity): Don't use ASET if font_object is Qnil.
|
Tue, 24 Nov 2009 07:47:45 +0000 |
Tassilo Horn |
* doc-view.el (doc-view-mode): Switch off view-mode explicitly,
|
Tue, 24 Nov 2009 03:16:38 +0000 |
Michael Kifer |
2009-11-24 Michael Kifer <kifer@cs.stonybrook.edu>
|
Tue, 24 Nov 2009 02:40:03 +0000 |
Glenn Morris |
(focus-follows-mouse): Mention mouse-autoselect-window.
|
Tue, 24 Nov 2009 02:38:08 +0000 |
Glenn Morris |
(global-semantic-idle-scheduler-mode): Move after definition of
|
Tue, 24 Nov 2009 02:37:05 +0000 |
Glenn Morris |
(bookmark-bmenu-hide-filenames): Remove assignment to deleted variable
|
Tue, 24 Nov 2009 02:21:32 +0000 |
Stefan Monnier |
(bookmark-bmenu-search): Clear echo area when exiting.
|
Mon, 23 Nov 2009 20:58:55 +0000 |
Chong Yidong |
* net/browse-url.el (browse-url-filename-alist): On Windows, add
|
Mon, 23 Nov 2009 20:34:53 +0000 |
Juri Linkov |
Implement DocView Continuous mode. (Bug#4896)
|
Mon, 23 Nov 2009 20:30:33 +0000 |
Juri Linkov |
Implement Isearch in comint input history. (Bug#3746)
|
Mon, 23 Nov 2009 15:59:07 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 23 Nov 2009 15:58:49 +0000 |
Michael Albinus |
* net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
|
Mon, 23 Nov 2009 14:48:59 +0000 |
Jan Dj¸«£rv |
Must create deps for ecrt0.o in its rule.
|
Mon, 23 Nov 2009 09:51:06 +0000 |
Jan Dj¸«£rv |
* etags.c (absolute_filename): Use memove if we have it for overlapping copy.
|
Mon, 23 Nov 2009 08:55:08 +0000 |
Jan Dj¸«£rv |
Set Xft defaults if no XSETTING is found, better default for Gtk+ font dialog.
|
Mon, 23 Nov 2009 05:37:34 +0000 |
Stefan Monnier |
(move-to-window-line-last-op): Remove.
|
Mon, 23 Nov 2009 05:32:25 +0000 |
Stefan Monnier |
(move-to-window-line-last-op): New var.
|
Mon, 23 Nov 2009 00:32:37 +0000 |
Glenn Morris |
Sven Joachim <svenjoac at gmx.de>
|
Sun, 22 Nov 2009 23:49:13 +0000 |
Chong Yidong |
* cedet/srecode/map.el (srecode-get-maps):
|
Sun, 22 Nov 2009 23:09:17 +0000 |
Chong Yidong |
* cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
|
Sun, 22 Nov 2009 19:53:21 +0000 |
Glenn Morris |
Move entries to the correct file and fix format.
|
Sun, 22 Nov 2009 18:24:29 +0000 |
Tassilo Horn |
* progmodes/subword.el (subword-mode-map): Fix subword-mode-map
|
Sun, 22 Nov 2009 12:11:00 +0000 |
Andreas Schwab |
(simple_search): Avoid CHAR_TO_BYTE in inner loop when
|
Sun, 22 Nov 2009 03:14:14 +0000 |
Michael Kifer |
2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
|
Sun, 22 Nov 2009 02:19:23 +0000 |
Jay Belanger |
*** empty log message ***
|
Sun, 22 Nov 2009 02:19:03 +0000 |
Jay Belanger |
(Radix modes): Discuss alternate bases for two's complement notations.
|
Sat, 21 Nov 2009 20:19:15 +0000 |
Chong Yidong |
Update md5sum.
|
Sat, 21 Nov 2009 20:18:37 +0000 |
Chong Yidong |
* cedet/semantic/complete.el (semantic-complete-read-tag-engine)
|
Sat, 21 Nov 2009 15:40:24 +0000 |
Jan Dj¸«£rv |
* cus-start.el (all): Add native condition for font-use-system-font.
|
Sat, 21 Nov 2009 15:28:59 +0000 |
Jan Dj¸«£rv |
Use a select wrapper around the GLib event loop, thus taking into account GLib
|
Sat, 21 Nov 2009 11:52:23 +0000 |
Andreas Schwab |
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
|
Sat, 21 Nov 2009 10:32:20 +0000 |
Alan Mackenzie |
(cc-imenu-java-generic-expression): A corrected version of the patch from
|
Sat, 21 Nov 2009 10:31:01 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Sat, 21 Nov 2009 07:50:48 +0000 |
Tassilo Horn |
* progmodes/subword.el: Rename from lisp/subword.el.
|
Sat, 21 Nov 2009 06:43:45 +0000 |
Stefan Monnier |
(bookmark-bmenu-bookmark-column): Remove var.
|
Sat, 21 Nov 2009 04:50:36 +0000 |
Chong Yidong |
Fix last change.
|
Sat, 21 Nov 2009 04:43:10 +0000 |
Stefan Monnier |
(bookmark-search-prompt, bookmark-search-timer): Remove.
|
Sat, 21 Nov 2009 02:36:54 +0000 |
Glenn Morris |
(rmail-mime): Decode in fundamental-mode. (Bug#4993)
|
Sat, 21 Nov 2009 02:33:45 +0000 |
Dan Nicolaescu |
* xterm.c (x_new_font):
|
Fri, 20 Nov 2009 21:49:46 +0000 |
Chong Yidong |
* net/browse-url.el (browse-url-default-windows-browser): Use
|
Fri, 20 Nov 2009 21:46:28 +0000 |
Chong Yidong |
* PROBLEMS: Remove fixed rebasing problem.
|
Fri, 20 Nov 2009 21:44:58 +0000 |
Chong Yidong |
* s/cygwin.h: Remove unneeded linker flags.
|
Fri, 20 Nov 2009 21:40:00 +0000 |
Chong Yidong |
* PROBLEMS (http): Add workaround for Cygwin crash.
|
Fri, 20 Nov 2009 21:12:54 +0000 |
Karl Fogel |
* lisp/bookmark.el: Formatting and doc fixes only:
|
Fri, 20 Nov 2009 20:55:31 +0000 |
Carsten Dominik |
Change version number to 6.33x
|
Fri, 20 Nov 2009 20:54:22 +0000 |
Carsten Dominik |
2009-11-20 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Fri, 20 Nov 2009 20:54:05 +0000 |
Carsten Dominik |
*** empty log message ***
|
Fri, 20 Nov 2009 20:50:32 +0000 |
Carsten Dominik |
2009-11-20 Carsten Dominik <carsten.dominik@gmail.com>
|
Fri, 20 Nov 2009 18:09:29 +0000 |
Tassilo Horn |
* progmodes/cc-cmds.el (c-forward-into-nomenclature)
|
Fri, 20 Nov 2009 15:47:26 +0000 |
Stefan Monnier |
* bookmark.el (bookmark-search-delay, bookmark-search-prompt): New options.
|
Fri, 20 Nov 2009 15:11:16 +0000 |
Chong Yidong |
* cedet/semantic/complete.el (semantic-complete-inline-map): Doc
|
Fri, 20 Nov 2009 14:28:54 +0000 |
Tassilo Horn |
* progmodes/cc-cmds.el: declare-functioned forward-subword and
|
Fri, 20 Nov 2009 14:05:18 +0000 |
Tassilo Horn |
* makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
|
Fri, 20 Nov 2009 09:44:42 +0000 |
Jan Dj¸«£rv |
Always suggest system font because .emacs may not have been read yet.
|
Fri, 20 Nov 2009 08:54:18 +0000 |
Jan Dj¸«£rv |
gtkutil.c (xg_modify_menubar_widgets): If menubar is totally empty
|
Fri, 20 Nov 2009 08:22:32 +0000 |
Tassilo Horn |
2009-11-20 Tassilo Horn <tassilo@member.fsf.org>
|
Fri, 20 Nov 2009 06:56:16 +0000 |
Dan Nicolaescu |
(vc-deduce-fileset): Allow non-state changing operations
|
Fri, 20 Nov 2009 06:05:10 +0000 |
Dan Nicolaescu |
Use -Wdeclaration-after-statement if available.
|
Fri, 20 Nov 2009 05:44:49 +0000 |
Dan Nicolaescu |
(vc-annotate-show-log-revision-at-line): Pass a
|
Fri, 20 Nov 2009 05:02:46 +0000 |
Chong Yidong |
* sem-user.texi (Idle Completions Mode): More copyedits.
|
Fri, 20 Nov 2009 03:19:27 +0000 |
Stefan Monnier |
Add missing entry.
|
Fri, 20 Nov 2009 02:30:55 +0000 |
Glenn Morris |
(Acknowledgments): Add htmlfontify.
|
Fri, 20 Nov 2009 02:29:32 +0000 |
Glenn Morris |
(ELCFILES): Regenerate.
|
Fri, 20 Nov 2009 02:26:07 +0000 |
Chong Yidong |
* message.el (message-send-mail-with-sendmail): Revert last change.
|
Fri, 20 Nov 2009 01:52:41 +0000 |
Chong Yidong |
* sem-user.texi (Semanticdb Search Configuration): Rearrange nodes.
|
Fri, 20 Nov 2009 01:35:49 +0000 |
Chong Yidong |
* cedet/cedet.el (cedet-menu-map): Re-order menu items.
|
Fri, 20 Nov 2009 01:17:15 +0000 |
Jay Belanger |
*** empty log message ***
|
Fri, 20 Nov 2009 01:09:03 +0000 |
Jay Belanger |
(calc-octal-radix, calc-hex-radix): Add spec.
|
Fri, 20 Nov 2009 01:08:03 +0000 |
Jay Belanger |
(math-format-date): Fix typo.
|
Fri, 20 Nov 2009 01:00:27 +0000 |
Jay Belanger |
(calcFunc-vunpack): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:59:50 +0000 |
Jay Belanger |
(math-build-units-table-buffer): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:59:24 +0000 |
Jay Belanger |
(calc-modes-menu): Clean up two's complement entries.
|
Fri, 20 Nov 2009 00:58:54 +0000 |
Jay Belanger |
(math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:58:28 +0000 |
Jay Belanger |
(calc-graph-plot): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:58:00 +0000 |
Jay Belanger |
(math-format-date): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:57:32 +0000 |
Jay Belanger |
(calc-init-extentions): Rename `calc-complement-signed-mode' to
|
Fri, 20 Nov 2009 00:56:59 +0000 |
Jay Belanger |
(calc-embedded-mode-vars): Rename `calc-complement-signed-mode' to
|
Fri, 20 Nov 2009 00:56:28 +0000 |
Jay Belanger |
(math-compose-expr): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:55:53 +0000 |
Jay Belanger |
(math-format-twos-complement): Renamed from math-format-complement-signed.
|
Fri, 20 Nov 2009 00:55:13 +0000 |
Jay Belanger |
(calc-do-calc-eval): Let `calc-twos-complement-mode' be nil.
|
Fri, 20 Nov 2009 00:54:19 +0000 |
Jay Belanger |
(calc-set-mode-line): Rename `calc-complement-signed-mode' to
|
Thu, 19 Nov 2009 22:55:41 +0000 |
Stefan Monnier |
(latex-complete-bibtex-cache, latex-complete-alist): New vars.
|
Thu, 19 Nov 2009 22:10:40 +0000 |
Stefan Monnier |
(Funintern): Comment out last change.
|
Thu, 19 Nov 2009 22:05:40 +0000 |
Stefan Monnier |
* window.el (display-buffer-mark-dedicated): New var.
|
Thu, 19 Nov 2009 22:03:36 +0000 |
Stefan Monnier |
(symbol-complete): Use completion-in-region.
|
Thu, 19 Nov 2009 22:02:53 +0000 |
Stefan Monnier |
(file-cache-add-file): Use push and cons.
|
Thu, 19 Nov 2009 20:58:42 +0000 |
Stefan Monnier |
(with-wrapper-hook): Fix thinko.
|
Thu, 19 Nov 2009 20:47:40 +0000 |
Stefan Monnier |
* hfy-cmap.el (hfy-rgb-file): Use locate-file.
|
Thu, 19 Nov 2009 20:22:03 +0000 |
Stefan Monnier |
Mention htmlfontify.
|
Thu, 19 Nov 2009 20:21:01 +0000 |
Stefan Monnier |
New files.
|
Thu, 19 Nov 2009 17:40:14 +0000 |
Juri Linkov |
*** empty log message ***
|
Thu, 19 Nov 2009 17:39:54 +0000 |
Juri Linkov |
(switch-to-completions): Move point to the first
|
Thu, 19 Nov 2009 17:39:14 +0000 |
Juri Linkov |
Vertical completions.
|
Thu, 19 Nov 2009 17:38:37 +0000 |
Juri Linkov |
(completions-format): New defcustom.
|
Thu, 19 Nov 2009 17:37:22 +0000 |
Juri Linkov |
* find-dired.el (find-name-arg): Remove autoload. (Bug#4387)
|
Thu, 19 Nov 2009 16:49:24 +0000 |
Chong Yidong |
Update md5sum.
|
Thu, 19 Nov 2009 16:48:30 +0000 |
Chong Yidong |
* mail/sendmail.el (mail-yank-prefix): Change default to "> ".
|
Thu, 19 Nov 2009 16:46:50 +0000 |
Chong Yidong |
* message.el (message-from-style, message-interactive)
|
Thu, 19 Nov 2009 16:13:22 +0000 |
Richard M. Stallman |
* lread.c (Funintern): Error if symbol is t or nil.
|
Thu, 19 Nov 2009 09:25:40 +0000 |
Michael Albinus |
*** empty log message ***
|
Thu, 19 Nov 2009 09:25:19 +0000 |
Michael Albinus |
* net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
|
Thu, 19 Nov 2009 07:42:20 +0000 |
Glenn Morris |
(dired-compress-file-suffixes): Add ".xz". (Bug#4953)
|
Thu, 19 Nov 2009 07:36:19 +0000 |
Glenn Morris |
*** empty log message ***
|
Thu, 19 Nov 2009 07:27:46 +0000 |
Glenn Morris |
(sgml-lexical-context): Declare.
|
Thu, 19 Nov 2009 07:13:29 +0000 |
Glenn Morris |
(newsticker-treeview-treewindow-width)
|
Thu, 19 Nov 2009 07:12:12 +0000 |
Glenn Morris |
Fix entries.
|
Thu, 19 Nov 2009 03:12:51 +0000 |
Stefan Monnier |
* abbrev.el (abbrev-with-wrapper-hook): (re)move...
|
Thu, 19 Nov 2009 01:40:22 +0000 |
Stefan Monnier |
(make_gap_larger): Don't make as many assumptions about the
|
Thu, 19 Nov 2009 01:11:47 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 19 Nov 2009 01:11:09 +0000 |
Kenichi Handa |
(describe-char-padded-string): Compose with TAB
|
Wed, 18 Nov 2009 21:13:07 +0000 |
Alan Mackenzie |
(cc-imenu-java-generic-expression): A new, more accurate version of the
|
Wed, 18 Nov 2009 21:11:40 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Wed, 18 Nov 2009 19:12:23 +0000 |
Sam Steingold |
(vc-hg-diff): Fix last patch: do not change directory.
|
Wed, 18 Nov 2009 11:26:47 +0000 |
Juanma Barranquero |
* font-setting.el (font-use-system-font): Declare for byte-compiler.
|
Wed, 18 Nov 2009 07:07:32 +0000 |
Alan Mackenzie |
(c-version): Bump to 5.31.8.
|
Wed, 18 Nov 2009 07:06:43 +0000 |
Alan Mackenzie |
*** empty log message ***
|
Tue, 17 Nov 2009 22:10:40 +0000 |
Katsumi Yamaoka |
(rfc2047-decode-region): Don't quote decoded words containing tspecial
|
Tue, 17 Nov 2009 21:57:48 +0000 |
Andreas Schwab |
* lisp.h: Remove declaration of Ffont_get_system_font.
|
Tue, 17 Nov 2009 20:17:46 +0000 |
Jan Dj¸«£rv |
xsettings.c didn't check font-use-system-font, fix that.
|
Tue, 17 Nov 2009 19:13:14 +0000 |
Andreas Schwab |
(x_default_font_parameter): Remove dead assignment.
|
Tue, 17 Nov 2009 19:11:53 +0000 |
Andreas Schwab |
(Fbyteorder, init_font, Ffont_get_system_font): Declare.
|
Tue, 17 Nov 2009 14:58:08 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 17 Nov 2009 14:57:39 +0000 |
Michael Albinus |
* net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
|
Tue, 17 Nov 2009 13:47:29 +0000 |
Jan Dj¸«£rv |
* xftfont.c (xftfont_fix_match): Older versions of fontconfig does
|
Tue, 17 Nov 2009 10:38:44 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 17 Nov 2009 10:35:36 +0000 |
Michael Albinus |
* net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
|
Tue, 17 Nov 2009 09:53:45 +0000 |
Jan Dj¸«£rv |
#ifdef on FC_LCD_FILTER.
|
Tue, 17 Nov 2009 09:19:12 +0000 |
Jan Dj¸«£rv |
*** empty log message ***
|
Tue, 17 Nov 2009 09:19:03 +0000 |
Jan Dj¸«£rv |
menu-bar.el(menu-bar-options-save): Add font-use-system-font.
|
Tue, 17 Nov 2009 09:13:36 +0000 |
Jan Dj¸«£rv |
Add font-setting.el to DOC.
|
Tue, 17 Nov 2009 08:21:23 +0000 |
Jan Dj¸«£rv |
Handle system default font and changing font parameters.
|
Tue, 17 Nov 2009 04:44:58 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 17 Nov 2009 04:41:15 +0000 |
Glenn Morris |
(newsticker--treeview-list-update-faces):
|
Tue, 17 Nov 2009 04:35:33 +0000 |
Glenn Morris |
(vc-svn-print-log): Fix typo in previous.
|
Tue, 17 Nov 2009 04:34:45 +0000 |
Glenn Morris |
(INFO_FILES): Add semantic.
|
Tue, 17 Nov 2009 04:17:19 +0000 |
Kenichi Handa |
*** empty log message ***
|
Tue, 17 Nov 2009 04:16:33 +0000 |
Kenichi Handa |
(x_produce_glyphs): Consider face-remapping when falling
|
Tue, 17 Nov 2009 03:32:04 +0000 |
Stefan Monnier |
(Fx_popup_menu) [HAVE_NS]: Use generic code for window edge.
|
Tue, 17 Nov 2009 02:01:44 +0000 |
Jay Belanger |
Mention twos-complement notation.
|
Tue, 17 Nov 2009 01:52:48 +0000 |
Juanma Barranquero |
* semantic.texi (Semantic Internals, Glossary):
|
Mon, 16 Nov 2009 23:41:36 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 16 Nov 2009 23:41:19 +0000 |
Jay Belanger |
(Radix modes): Mention twos-complement notation.
|
Mon, 16 Nov 2009 23:35:14 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 16 Nov 2009 23:31:10 +0000 |
Jay Belanger |
(calc-b-prefix-help): Remove references to `calc-symclip'.
|
Mon, 16 Nov 2009 23:30:42 +0000 |
Jay Belanger |
(calc-arithmetic-menu): Remove `calc-symclip'.
|
Mon, 16 Nov 2009 23:30:18 +0000 |
Jay Belanger |
(calc-get-operator):
|
Mon, 16 Nov 2009 23:29:53 +0000 |
Jay Belanger |
(calc-init-extensions): Remove references to symclip.
|
Mon, 16 Nov 2009 23:29:20 +0000 |
Jay Belanger |
(math-symclip, calcFunc-symclip, calc-symclip): Remove.
|
Mon, 16 Nov 2009 22:59:09 +0000 |
Kevin Ryde |
* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
|
Mon, 16 Nov 2009 22:58:21 +0000 |
Kevin Ryde |
* emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
|
Mon, 16 Nov 2009 22:55:14 +0000 |
Juanma Barranquero |
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
|
Mon, 16 Nov 2009 22:53:21 +0000 |
Kevin Ryde |
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
|
Mon, 16 Nov 2009 22:52:29 +0000 |
Kevin Ryde |
* textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
|
Mon, 16 Nov 2009 22:26:36 +0000 |
Chong Yidong |
* info/dir: Add Semantic.
|
Mon, 16 Nov 2009 22:25:49 +0000 |
Chong Yidong |
* Makefile.in: Build the Semantic manual.
|
Mon, 16 Nov 2009 20:36:06 +0000 |
Dan Nicolaescu |
* vc.el (vc-log-show-limit): Default to 2000.
|
Mon, 16 Nov 2009 20:10:39 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 16 Nov 2009 20:09:52 +0000 |
Michael Albinus |
* net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
|
Mon, 16 Nov 2009 19:46:56 +0000 |
Jan Dj¸«£rv |
*** empty log message ***
|
Mon, 16 Nov 2009 19:43:40 +0000 |
Jan Dj¸«£rv |
xmenu.c(x_menu_wait_for_event): Call XFlush before select.
|
Mon, 16 Nov 2009 15:34:19 +0000 |
Chong Yidong |
Remove unneeded declare-function calls.
|
Mon, 16 Nov 2009 14:41:05 +0000 |
Stefan Monnier |
(vc-rcs-consult-headers): Add missing save-excursion.
|
Mon, 16 Nov 2009 14:29:55 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 16 Nov 2009 14:29:30 +0000 |
Michael Albinus |
* dbus.texi (Receiving Method Calls): New defun
|
Mon, 16 Nov 2009 14:25:43 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 16 Nov 2009 14:25:25 +0000 |
Michael Albinus |
* net/dbus.el (dbus-unregister-service): New defun.
|
Mon, 16 Nov 2009 04:06:12 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Mon, 16 Nov 2009 04:05:51 +0000 |
YAMAMOTO Mitsuharu |
(byte-compile-output-file-form):
|
Mon, 16 Nov 2009 02:10:32 +0000 |
Glenn Morris |
Ignore any deps directory.
|
Mon, 16 Nov 2009 02:08:12 +0000 |
Glenn Morris |
Regenerate autoloads.
|
Mon, 16 Nov 2009 02:06:36 +0000 |
Glenn Morris |
(install-arch-indep): Use a more restrictive Makefile
|
Mon, 16 Nov 2009 00:11:51 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 16 Nov 2009 00:08:00 +0000 |
Jay Belanger |
(calc-b-prefix-help): Add help for `calc-symclip'.
|
Mon, 16 Nov 2009 00:07:07 +0000 |
Jay Belanger |
(calc-arithmetic-menu): Add item for `calc-symclip'.
|
Mon, 16 Nov 2009 00:02:21 +0000 |
Jay Belanger |
(calc-get-operator): Add `calc-symclip'.
|
Mon, 16 Nov 2009 00:01:57 +0000 |
Jay Belanger |
(math-read-number-fancy): Read complement signed numbers.
|
Mon, 16 Nov 2009 00:01:17 +0000 |
Jay Belanger |
(calc-embedded-mode-vars): Add `calc-complement-signed-mode'.
|
Mon, 16 Nov 2009 00:00:22 +0000 |
Jay Belanger |
(calc-word-size): Reset the variables `math-2-word-size' and `math-half-2-word-size'.
|
Sun, 15 Nov 2009 23:59:38 +0000 |
Jay Belanger |
(math-read-token): Read complement signed numbers.
|
Sun, 15 Nov 2009 23:58:11 +0000 |
Jay Belanger |
(calcDigit-key): Fix regexp.
|
Sun, 15 Nov 2009 23:55:53 +0000 |
Jay Belanger |
(math-2-word-size, math-half-2-word-size, calc-complement-signed-mode):
|
Sun, 15 Nov 2009 23:54:21 +0000 |
Chong Yidong |
* register.el (jump-to-register, insert-register): Handle Semantic
|
Sun, 15 Nov 2009 20:28:58 +0000 |
Dan Nicolaescu |
* vc.el (vc-log-show-limit): New variable.
|
Sun, 15 Nov 2009 20:25:55 +0000 |
Dan Nicolaescu |
(mode-line-buffer-identification): Do not purecopy.
|
Sun, 15 Nov 2009 16:23:07 +0000 |
Chong Yidong |
* dired.el (dired-mode-map): Move encryption items to "Operate"
|
Sun, 15 Nov 2009 15:59:05 +0000 |
Chong Yidong |
* strokes.el (strokes-update-window-configuration): Make strokes
|
Sun, 15 Nov 2009 15:37:17 +0000 |
Chong Yidong |
* cedet/semantic/idle.el (semantic-idle-summary-mode)
|
Sun, 15 Nov 2009 15:32:15 +0000 |
Juri Linkov |
(set-mark-default-inactive): Add :type, :group
|
Sun, 15 Nov 2009 13:52:37 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 15 Nov 2009 13:51:58 +0000 |
Michael Albinus |
* arc-mode.el (archive-maybe-copy): Move creation of directory ...
|
Sun, 15 Nov 2009 07:17:00 +0000 |
Carsten Dominik |
2009-11-15 Carsten Dominik <dominik@u016822.science.uva.nl>
|
Sun, 15 Nov 2009 07:16:21 +0000 |
Carsten Dominik |
*** empty log message ***
|
Sun, 15 Nov 2009 07:15:10 +0000 |
Carsten Dominik |
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
|
Sun, 15 Nov 2009 07:11:04 +0000 |
Carsten Dominik |
2009-11-15 Carsten Dominik <carsten.dominik@gmail.com>
|
Sun, 15 Nov 2009 05:16:51 +0000 |
Stefan Monnier |
(help-make-xrefs): Undo the last revert, and replace it with a real fix.
|
Sun, 15 Nov 2009 05:12:52 +0000 |
Stefan Monnier |
(disabled-command-function): Add useful args.
|
Sun, 15 Nov 2009 01:45:23 +0000 |
Glenn Morris |
Fix declarations.
|
Sat, 14 Nov 2009 20:05:33 +0000 |
Glenn Morris |
(menu-bar-tools-menu): Read and send mail entries are not constants. (Bug#4913)
|
Sat, 14 Nov 2009 19:57:09 +0000 |
Glenn Morris |
(elint-standard-variables): Doc fix.
|
Sat, 14 Nov 2009 19:55:37 +0000 |
Glenn Morris |
Shigeru Fukaya <shigeru.fukaya at gmail.com>
|
Sat, 14 Nov 2009 19:29:45 +0000 |
Glenn Morris |
(Holiday Customizing): Replace obsolete alias.
|
Sat, 14 Nov 2009 19:08:41 +0000 |
Glenn Morris |
Francis Wright <F.J.Wright at qmul.ac.uk>
|
Sat, 14 Nov 2009 18:35:19 +0000 |
Andreas Schwab |
Ignore errors from mkdir when creating deps
|
Sat, 14 Nov 2009 18:22:34 +0000 |
Jan Dj¸«£rv |
gtkutil.c (xg_update_frame_menubar): Do nothing if menubar already has a parent.
|
Sat, 14 Nov 2009 16:07:44 +0000 |
Chong Yidong |
* simple.el (shell-command): Doc fix (Bug#4891).
|
Sat, 14 Nov 2009 15:44:43 +0000 |
Chong Yidong |
* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
|
Sat, 14 Nov 2009 15:17:38 +0000 |
Jan Dj¸«£rv |
Use gcc-generated dependency files if we can (GNU Make and gcc required).
|
Sat, 14 Nov 2009 15:15:32 +0000 |
Chong Yidong |
* commands.texi (Motion Events): Fix typo (Bug#4907).
|
Sat, 14 Nov 2009 04:37:00 +0000 |
Glenn Morris |
(viper-set-hooks): Remove duplicate advice statements for vc-diff,
|
Sat, 14 Nov 2009 04:31:52 +0000 |
Glenn Morris |
(top-level): Remove unnecessary load of ange-ftp when compiling.
|
Sat, 14 Nov 2009 04:27:21 +0000 |
Glenn Morris |
No need to cc on -done messages.
|
Sat, 14 Nov 2009 04:23:18 +0000 |
Glenn Morris |
(byte-compile-single-version): Remove, unused.
|
Sat, 14 Nov 2009 04:18:10 +0000 |
Glenn Morris |
(x-selection-owner-p): Declare.
|
Sat, 14 Nov 2009 04:16:17 +0000 |
Glenn Morris |
(Acknowledgments): Update for recent Org changes.
|
Sat, 14 Nov 2009 04:14:49 +0000 |
Glenn Morris |
(defgroup): Doc fix.
|
Sat, 14 Nov 2009 04:14:05 +0000 |
Glenn Morris |
(epg): Doc fix.
|
Sat, 14 Nov 2009 04:12:58 +0000 |
Glenn Morris |
(postscript): Doc fix.
|
Sat, 14 Nov 2009 04:07:19 +0000 |
Glenn Morris |
Fix typo.
|
Sat, 14 Nov 2009 04:07:05 +0000 |
Glenn Morris |
Fix typos.
|
Sat, 14 Nov 2009 02:01:35 +0000 |
Dan Nicolaescu |
* bindings.el (mode-line-buffer-identification): Purecopy only the string.
|
Fri, 13 Nov 2009 22:54:16 +0000 |
Stefan Monnier |
(add-change-log-entry): Avoid displaying the changelog a second time.
|
Fri, 13 Nov 2009 22:19:45 +0000 |
Stefan Monnier |
* x-dnd.el (x-dnd-maybe-call-test-function):
|
Fri, 13 Nov 2009 17:03:30 +0000 |
Glenn Morris |
(ELCFILES): Regenerate.
|
Fri, 13 Nov 2009 16:19:19 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 13 Nov 2009 16:18:57 +0000 |
Michael Albinus |
* dbus.texi (Type Conversion): Fix typo.
|
Fri, 13 Nov 2009 16:12:08 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 13 Nov 2009 16:11:33 +0000 |
Michael Albinus |
* dbusbind.c (Vdbus_registered_objects_table): Renamed from
|
Fri, 13 Nov 2009 16:05:24 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 13 Nov 2009 16:04:59 +0000 |
Michael Albinus |
* net/dbus.el (dbus-registered-objects-table): Renamed from
|
Fri, 13 Nov 2009 15:26:28 +0000 |
Stefan Monnier |
(mark_object): Don't reprocess marked strings.
|
Fri, 13 Nov 2009 14:50:17 +0000 |
Stefan Monnier |
(minibuffer-default-add-completions): Drop deprecated 4th arg.
|
Fri, 13 Nov 2009 11:18:02 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 13 Nov 2009 11:17:22 +0000 |
Kenichi Handa |
(word_boundary_p): Adjusted for the change of the
|
Fri, 13 Nov 2009 10:35:39 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 13 Nov 2009 10:35:00 +0000 |
Eli Zaretskii |
(artist-mouse-choose-operation): Call `tmm-prompt' instead of `x-popup-menu'
|
Fri, 13 Nov 2009 10:10:15 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 13 Nov 2009 10:09:38 +0000 |
Eli Zaretskii |
(SYSTEM_PURESIZE_EXTRA): Revert last change.
|
Fri, 13 Nov 2009 10:09:05 +0000 |
Eli Zaretskii |
(Fx_popup_menu): Call Fx_hide_tip only if HAVE_WINDOW_SYSTEM.
|
Fri, 13 Nov 2009 08:41:47 +0000 |
Carsten Dominik |
refcards/orgcard.tex: Document the new archiving keys.
|
Fri, 13 Nov 2009 08:41:34 +0000 |
Carsten Dominik |
*** empty log message ***
|
Fri, 13 Nov 2009 08:39:50 +0000 |
Carsten Dominik |
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
|
Fri, 13 Nov 2009 08:39:29 +0000 |
Carsten Dominik |
*** empty log message ***
|
Fri, 13 Nov 2009 08:37:55 +0000 |
Carsten Dominik |
2009-11-13 Carsten Dominik <carsten.dominik@gmail.com>
|
Fri, 13 Nov 2009 06:21:38 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 13 Nov 2009 06:20:52 +0000 |
Kenichi Handa |
Make sure that the value of jisx0208 property is jisx0208 character.
|
Fri, 13 Nov 2009 02:40:40 +0000 |
Dan Nicolaescu |
(auto-coding-regexp-alist): Only purecopy
|
Thu, 12 Nov 2009 23:10:01 +0000 |
Stefan Monnier |
(minibuffer-completion-help): Use minibuffer-hide-completions.
|
Thu, 12 Nov 2009 22:37:58 +0000 |
Stefan Monnier |
(dired-save-positions, dired-restore-positions): New funs.
|
Thu, 12 Nov 2009 12:37:47 +0000 |
Dan Nicolaescu |
(tooltip-frame-parameters): Undo previous change.
|
Thu, 12 Nov 2009 10:41:50 +0000 |
Juri Linkov |
(ffap-alternate-file-other-window, ffap-literally): New functions.
|
Thu, 12 Nov 2009 06:55:39 +0000 |
Dan Nicolaescu |
* textmodes/ispell.el (ispell-skip-region-alist):
|
Thu, 12 Nov 2009 06:48:03 +0000 |
Dan Nicolaescu |
(define-compiler-macro): Purecopy the file name.
|
Thu, 12 Nov 2009 02:09:33 +0000 |
Stefan Monnier |
(syms_of_xdisp): Fix typo in last change.
|
Thu, 12 Nov 2009 00:51:37 +0000 |
Juanma Barranquero |
* makefile.w32-in: Update dependencies; add dependencies to lisp.h.
|
Thu, 12 Nov 2009 00:43:01 +0000 |
Juanma Barranquero |
Fix typos.
|
Thu, 12 Nov 2009 00:26:09 +0000 |
David Reitter |
menu.c (Fx_popup_menu): Remove left-over debugging code and rename variables to fix 2009-11-09 change.
|
Wed, 11 Nov 2009 20:11:51 +0000 |
Dan Nicolaescu |
* process.c (ifflag_def): Make flag_sym constant.
|
Wed, 11 Nov 2009 19:25:24 +0000 |
Dan Nicolaescu |
* frame.c (make_initial_frame):
|
Wed, 11 Nov 2009 19:24:20 +0000 |
Dan Nicolaescu |
* widget.el (define-widget): Purecopy the docstring.
|
Wed, 11 Nov 2009 19:13:50 +0000 |
Dan Nicolaescu |
* s/freebsd.h:
|
Wed, 11 Nov 2009 19:02:35 +0000 |
Stefan Monnier |
(directory-abbrev-alist): Fix docstring.
|
Wed, 11 Nov 2009 19:01:10 +0000 |
Stefan Monnier |
(face-set-after-frame-default): Add comment.
|
Wed, 11 Nov 2009 14:55:35 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 11 Nov 2009 14:40:18 +0000 |
Michael Albinus |
* net/tramp.el (tramp-advice-minibuffer-electric-separator)
|
Wed, 11 Nov 2009 06:41:07 +0000 |
Dan Nicolaescu |
Add dependencies to lisp.h. Remove dependencies
|
Wed, 11 Nov 2009 06:36:41 +0000 |
Dan Nicolaescu |
* progmodes/grep.el (grep-regexp-alist):
|
Wed, 11 Nov 2009 06:30:38 +0000 |
Dan Nicolaescu |
* Makefile.in (ELCFILES): Add international/mule-conf.elc.
|
Wed, 11 Nov 2009 06:27:23 +0000 |
Dan Nicolaescu |
(define-charset): Purecopy props.
|
Wed, 11 Nov 2009 06:22:30 +0000 |
Dan Nicolaescu |
* international/mule-cmds.el (register-input-method); Purecopy arguments.
|
Wed, 11 Nov 2009 06:18:17 +0000 |
Dan Nicolaescu |
(define-ccl-program): Purecopy the docstring.
|
Wed, 11 Nov 2009 06:17:07 +0000 |
Dan Nicolaescu |
(define-minor-mode): Purecopy :lighter.
|
Wed, 11 Nov 2009 06:16:16 +0000 |
Dan Nicolaescu |
* subr.el (add-hook): Purecopy strings.
|
Wed, 11 Nov 2009 06:12:21 +0000 |
Dan Nicolaescu |
(custom-declare-group): Purecopy load-file-name.
|
Wed, 11 Nov 2009 06:10:42 +0000 |
Dan Nicolaescu |
* xfns.c (syms_of_xfns): Use make_pure_string instead of build_string.
|
Wed, 11 Nov 2009 06:06:43 +0000 |
Dan Nicolaescu |
* net/eudc.el (eudc-tools-menu):
|
Wed, 11 Nov 2009 05:57:51 +0000 |
Dan Nicolaescu |
* subr.el (menu-bar-separator): New defconst.
|
Wed, 11 Nov 2009 05:49:09 +0000 |
Dan Nicolaescu |
* term/x-win.el (x-gtk-stock-map):
|
Wed, 11 Nov 2009 00:11:40 +0000 |
Juri Linkov |
(dired-get-filename)<declare-function>:
|
Tue, 10 Nov 2009 21:22:57 +0000 |
Stefan Monnier |
(Fplist_get): Merge the active and the uncommented code.
|
Tue, 10 Nov 2009 19:06:40 +0000 |
Jan Dj¸«£rv |
Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.
|
Tue, 10 Nov 2009 18:07:09 +0000 |
Stefan Monnier |
(Fx_popup_menu) [HAVE_NS]: Remove unused vars.
|
Tue, 10 Nov 2009 08:12:52 +0000 |
Glenn Morris |
(Hints to MUA Authors): MUA should do any decoding.
|
Tue, 10 Nov 2009 08:11:47 +0000 |
Glenn Morris |
Update x-popup-menu declaration.
|
Tue, 10 Nov 2009 08:06:53 +0000 |
Glenn Morris |
(find-emacs-lisp-shadows, list-load-path-shadows): Use dolist.
|
Tue, 10 Nov 2009 07:58:57 +0000 |
Jan Dj¸«£rv |
xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.
|
Tue, 10 Nov 2009 00:54:45 +0000 |
Juri Linkov |
(read-file-name): Support a list of default values
|
Tue, 10 Nov 2009 00:07:41 +0000 |
Juanma Barranquero |
Fix typos.
|
Mon, 09 Nov 2009 22:15:41 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 09 Nov 2009 22:05:25 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 09 Nov 2009 22:04:57 +0000 |
Michael Albinus |
* net/dbus.el (dbus-unregister-object): Release service, if no
|
Mon, 09 Nov 2009 11:21:04 +0000 |
Juanma Barranquero |
Fix typos.
|
Mon, 09 Nov 2009 11:07:05 +0000 |
Juanma Barranquero |
* menu.c [HAVE_NTGUI]: Declare current_popup_menu.
|
Mon, 09 Nov 2009 06:21:03 +0000 |
Stefan Monnier |
* menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
|
Sun, 08 Nov 2009 23:19:11 +0000 |
Chong Yidong |
* searching.texi (Char Classes): Note that [:upper:] and [:lower:]
|
Sun, 08 Nov 2009 23:05:49 +0000 |
Chong Yidong |
* emulation/cua-base.el: Add CUA property to some CC mode commands
|
Sun, 08 Nov 2009 23:01:45 +0000 |
Chong Yidong |
* bookmark.el (bookmark-completing-read): Sort bookmark names if
|
Sun, 08 Nov 2009 22:53:30 +0000 |
Chong Yidong |
* cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
|
Sun, 08 Nov 2009 21:49:49 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
|
Sun, 08 Nov 2009 21:48:43 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
|
Sun, 08 Nov 2009 16:30:52 +0000 |
Chong Yidong |
* compilation.txt: Add one more error message for msft (Bug#4100).
|
Sun, 08 Nov 2009 16:30:19 +0000 |
Chong Yidong |
* compilation.txt: Add one more error message for msft (Bug#4100).
|
Sun, 08 Nov 2009 15:42:32 +0000 |
Chong Yidong |
Delete trailing whitespace.
|
Sun, 08 Nov 2009 15:06:50 +0000 |
Stefan Monnier |
(parse_menu_item): Handle `notreal' a bit earlier.
|
Sun, 08 Nov 2009 10:49:06 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 08 Nov 2009 10:48:41 +0000 |
Michael Albinus |
* tramp.texi (Auto-save and Backup): Disable backups just for a
|
Sun, 08 Nov 2009 10:47:53 +0000 |
Michael Albinus |
* trampver.texi: Update release number.
|
Sun, 08 Nov 2009 10:45:22 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 08 Nov 2009 10:44:46 +0000 |
Michael Albinus |
* net/trampver.el: Update release number.
|
Sun, 08 Nov 2009 10:44:22 +0000 |
Michael Albinus |
* net/tramp.el (tramp-advice-make-auto-save-file-name)
|
Sun, 08 Nov 2009 09:29:54 +0000 |
Andreas Schwab |
Regenerate.
|
Sun, 08 Nov 2009 05:32:48 +0000 |
Chong Yidong |
* url-http.el (url-http-handle-authentication): Use proxy server,
|
Sun, 08 Nov 2009 00:32:18 +0000 |
Chong Yidong |
* dired-aux.el (dired-query): Place cursor in echo area and allow
|
Sun, 08 Nov 2009 00:14:30 +0000 |
Chong Yidong |
* xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu.
|
Sun, 08 Nov 2009 00:09:02 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 08 Nov 2009 00:08:25 +0000 |
Michael Albinus |
* trampver.texi: Update release number.
|
Sun, 08 Nov 2009 00:03:34 +0000 |
Michael Albinus |
*** empty log message ***
|
Sun, 08 Nov 2009 00:01:28 +0000 |
Michael Albinus |
*** empty log message ***
|
Sat, 07 Nov 2009 23:56:24 +0000 |
Michael Albinus |
* net/trampver.el: Update release number.
|
Sat, 07 Nov 2009 23:55:30 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-handle-copy-directory)
|
Sat, 07 Nov 2009 23:54:29 +0000 |
Michael Albinus |
* net/tramp-fish.el (tramp-fish-handle-delete-directory):
|
Sat, 07 Nov 2009 23:53:54 +0000 |
Chong Yidong |
Fix last change.
|
Sat, 07 Nov 2009 23:53:29 +0000 |
Michael Albinus |
* net/tramp-compat.el (tramp-compat-copy-directory)
|
Sat, 07 Nov 2009 23:52:48 +0000 |
Michael Albinus |
* net/tramp.el (tramp-handle-copy-directory): Don't use
|
Sat, 07 Nov 2009 23:51:17 +0000 |
Michael Albinus |
* net/tramp-compat.el (tramp-compat-copy-directory)
|
Sat, 07 Nov 2009 23:49:08 +0000 |
Chong Yidong |
* xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to
|
Sat, 07 Nov 2009 19:39:39 +0000 |
Chong Yidong |
Update md5sum.
|
Sat, 07 Nov 2009 18:19:48 +0000 |
Chong Yidong |
* tar-mode.el (tar-copy): Call write-region on the right buffer
|
Sat, 07 Nov 2009 18:09:05 +0000 |
Chong Yidong |
* mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
|
Fri, 06 Nov 2009 19:15:25 +0000 |
Chong Yidong |
* buff-menu.el (Buffer-menu-buffer+size): Use display property to
|
Fri, 06 Nov 2009 19:12:55 +0000 |
Chong Yidong |
* emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
|
Fri, 06 Nov 2009 18:47:48 +0000 |
Stefan Monnier |
Let integers use up 2 tags to give them one extra bit and double their range.
|
Fri, 06 Nov 2009 11:40:24 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 06 Nov 2009 11:39:31 +0000 |
Eli Zaretskii |
(SYSTEM_PURESIZE_EXTRA): Reduce by further 30K.
|
Fri, 06 Nov 2009 10:55:11 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 06 Nov 2009 10:54:26 +0000 |
Eli Zaretskii |
(make_pure_c_string): Fix last change to avoid compiler warning.
|
Fri, 06 Nov 2009 08:30:43 +0000 |
Jan Dj¸«£rv |
Fix bug #4870, issues 3 and 4.
|
Fri, 06 Nov 2009 07:50:54 +0000 |
Dan Nicolaescu |
* progmodes/ld-script.el (auto-mode-alist):
|
Fri, 06 Nov 2009 07:49:31 +0000 |
Dan Nicolaescu |
* keymap.c (syms_of_keymap): Construct exclude_keys in pure memory.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Fri, 06 Nov 2009 06:39:33 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 06 Nov 2009 06:37:54 +0000 |
Kenichi Handa |
Regenerated
|
Fri, 06 Nov 2009 06:31:48 +0000 |
Kenichi Handa |
*** empty log message ***
|
Fri, 06 Nov 2009 06:31:23 +0000 |
Kenichi Handa |
(unidata-gen-table): Fix for the case that the block data and the
|
Fri, 06 Nov 2009 06:07:46 +0000 |
Dan Nicolaescu |
* process.c (socket_options): Make it const.
|
Fri, 06 Nov 2009 05:24:28 +0000 |
Dan Nicolaescu |
* alloc.c (make_pure_c_string): New function.
|
Fri, 06 Nov 2009 05:16:23 +0000 |
Dan Nicolaescu |
* textmodes/tex-mode.el (tex-alt-dvi-print-command)
|
Fri, 06 Nov 2009 03:22:13 +0000 |
Glenn Morris |
(ELCFILES): Update.
|
Thu, 05 Nov 2009 21:17:21 +0000 |
Stefan Monnier |
* emacs-lisp/lucid.el: Move to obsolete/lucid.el.
|
Thu, 05 Nov 2009 21:04:59 +0000 |
Stefan Monnier |
* mh-thread.el (mh-thread-set-tables):
|
Thu, 05 Nov 2009 21:01:32 +0000 |
Stefan Monnier |
* nxml/xsd-regexp.el (xsdre-gen-categories):
|
Thu, 05 Nov 2009 21:00:31 +0000 |
Stefan Monnier |
* org.el (org-version, org-get-refile-targets, org-refile)
|
Thu, 05 Nov 2009 20:54:34 +0000 |
Stefan Monnier |
* verilog-mode.el (verilog-getopt-file, verilog-set-define):
|
Thu, 05 Nov 2009 04:16:04 +0000 |
Kenichi Handa |
*** empty log message ***
|
Thu, 05 Nov 2009 04:12:49 +0000 |
Kenichi Handa |
(Finsert_file_contents): Be sure set coding-system of
|
Thu, 05 Nov 2009 03:25:41 +0000 |
Glenn Morris |
(byte-compile-insert-header): Drop test for Emacs 19. (Bug#1531)
|
Thu, 05 Nov 2009 03:24:08 +0000 |
Glenn Morris |
(vc-git-stash-map): Move definition before use.
|
Thu, 05 Nov 2009 03:23:31 +0000 |
Glenn Morris |
Use autoload-rubric's feature argument.
|
Thu, 05 Nov 2009 03:22:55 +0000 |
Glenn Morris |
(autoload-rubric): Add optional feature arg.
|
Thu, 05 Nov 2009 03:22:18 +0000 |
Glenn Morris |
(top-level): Make load behave more like require.
|
Thu, 05 Nov 2009 03:20:05 +0000 |
Glenn Morris |
*** empty log message ***
|
Wed, 04 Nov 2009 06:34:37 +0000 |
Dan Nicolaescu |
(custom-declare-group): Purecopy standard-value.
|
Wed, 04 Nov 2009 06:31:42 +0000 |
Dan Nicolaescu |
(BASE_PURESIZE): Increase to 1620000.
|
Wed, 04 Nov 2009 06:16:58 +0000 |
Dan Nicolaescu |
(load-with-code-conversion): Call
|
Wed, 04 Nov 2009 06:15:41 +0000 |
Dan Nicolaescu |
* emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
|
Wed, 04 Nov 2009 04:33:25 +0000 |
Stefan Monnier |
Load mh-loaddefs during compilation as well.
|
Wed, 04 Nov 2009 04:32:04 +0000 |
Stefan Monnier |
Require help-mode rather than help-fns (bug#4861).
|
Wed, 04 Nov 2009 03:17:15 +0000 |
Glenn Morris |
(byte-defop-compiler19): Remove.
|
Wed, 04 Nov 2009 03:15:43 +0000 |
Glenn Morris |
Add "Incompatible Lisp Changes in Emacs 23.2".
|
Wed, 04 Nov 2009 03:15:14 +0000 |
Glenn Morris |
(byte-compile-version-cond): Remove macro.
|
Wed, 04 Nov 2009 02:53:03 +0000 |
Juri Linkov |
*** empty log message ***
|
Wed, 04 Nov 2009 02:52:53 +0000 |
Juri Linkov |
(menu-bar-make-mm-toggle): Quote each element of `props'.
|
Wed, 04 Nov 2009 00:27:34 +0000 |
Juanma Barranquero |
* calendar/calendar.el (cal-loaddefs):
|
Tue, 03 Nov 2009 22:24:34 +0000 |
Stefan Monnier |
(todo-add-category): Don't hardcode point-min==1.
|
Tue, 03 Nov 2009 21:45:31 +0000 |
Stefan Monnier |
* emacs-lisp/autoload.el (generated-autoload-feature): Remove.
|
Tue, 03 Nov 2009 21:34:59 +0000 |
Stefan Monnier |
(save_restriction_restore): Update the (pt/begv/vz)_markers
|
Tue, 03 Nov 2009 21:12:15 +0000 |
Stefan Monnier |
(XPNTR) [USE_LSB_TAG && USE_LISP_UNION_TYPE]: silence compiler.
|
Tue, 03 Nov 2009 15:30:39 +0000 |
Stefan Monnier |
Make USE_LSB_TAG work with USE_LISP_UNION_TYPE.
|
Tue, 03 Nov 2009 15:28:13 +0000 |
Stefan Monnier |
(define-obsolete-variable-alias): Use dolist,
|
Tue, 03 Nov 2009 07:28:59 +0000 |
Juri Linkov |
*** empty log message ***
|
Tue, 03 Nov 2009 07:28:33 +0000 |
Juri Linkov |
(Buffer-menu-mode-map): Add hyphen between "Buffer"
|
Tue, 03 Nov 2009 07:28:19 +0000 |
Juri Linkov |
(menu-bar-make-mm-toggle, menu-bar-make-toggle)
|
Tue, 03 Nov 2009 03:29:19 +0000 |
Glenn Morris |
(with-mode-local): Another doc fix.
|
Tue, 03 Nov 2009 03:22:30 +0000 |
Glenn Morris |
(with-mode-local): Doc fix.
|
Tue, 03 Nov 2009 03:16:23 +0000 |
Glenn Morris |
(byte-compile-file-form-defvar)
|
Tue, 03 Nov 2009 03:14:47 +0000 |
Glenn Morris |
(ansi-color-apply-on-region): Autoload it...
|
Tue, 03 Nov 2009 03:12:34 +0000 |
Glenn Morris |
Reword header comment to prevent copyright.el wanting to update years.
|
Tue, 03 Nov 2009 02:04:29 +0000 |
Stefan Monnier |
* url-util.el (url-insert-entities-in-string):
|
Tue, 03 Nov 2009 00:39:10 +0000 |
Chong Yidong |
* comint.el (comint-replace-by-expanded-history-before-point):
|
Mon, 02 Nov 2009 02:59:23 +0000 |
Jay Belanger |
*** empty log message ***
|
Mon, 02 Nov 2009 02:56:43 +0000 |
Jay Belanger |
(calc-date-notation): Check to see if the format is whitespace
|
Mon, 02 Nov 2009 02:30:04 +0000 |
Chong Yidong |
* minibuf.texi (Reading File Names): Note that read-file-name may
|
Mon, 02 Nov 2009 02:06:36 +0000 |
Chong Yidong |
* minibuffer.el (read-file-name): Don't use file dialogs for
|
Sun, 01 Nov 2009 17:44:04 +0000 |
Chong Yidong |
* progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
|
Sun, 01 Nov 2009 09:47:58 +0000 |
Andreas Schwab |
(view-mode-exit): If OLD-BUF is dead bury the buffer
|
Sat, 31 Oct 2009 21:52:53 +0000 |
Chong Yidong |
* textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
|
Sat, 31 Oct 2009 20:16:50 +0000 |
Chong Yidong |
* facemenu.el (list-colors-display): Don't mark buffer as
|
Sat, 31 Oct 2009 19:44:02 +0000 |
Glenn Morris |
(User-Chosen Coding Systems): Minor reword. (Bug#4817)
|
Sat, 31 Oct 2009 19:30:47 +0000 |
Chong Yidong |
* international/mule-diag.el (list-character-sets-1): Minor
|
Sat, 31 Oct 2009 19:30:23 +0000 |
Chong Yidong |
* mule.texi (Charsets): Numerous copyedits. Don't discuss the
|
Sat, 31 Oct 2009 18:43:37 +0000 |
Chong Yidong |
* progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
|
Sat, 31 Oct 2009 18:03:02 +0000 |
Chong Yidong |
* menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
|
Sat, 31 Oct 2009 17:12:13 +0000 |
Chong Yidong |
* frame.c (Fmake_frame_invisible, Fframe_visible_p): Doc fix
|
Sat, 31 Oct 2009 02:38:34 +0000 |
Stefan Monnier |
* textmodes/two-column.el (2C-split):
|
Sat, 31 Oct 2009 02:22:30 +0000 |
Glenn Morris |
Stephen Berman <stephen.berman at gmx.net>
|
Sat, 31 Oct 2009 02:19:41 +0000 |
Glenn Morris |
(top-level): Don't require dired when compiling.
|
Sat, 31 Oct 2009 02:17:41 +0000 |
Glenn Morris |
(top-level): Move provide statement to end.
|
Sat, 31 Oct 2009 02:15:09 +0000 |
Glenn Morris |
(tar-parse-info, tar-header-name): Declare for compiler.
|
Sat, 31 Oct 2009 02:13:38 +0000 |
Glenn Morris |
Remove odd/obsolete header comment.
|
Sat, 31 Oct 2009 02:12:06 +0000 |
Glenn Morris |
Mention byte-compile-warnings `constants' member.
|
Sat, 31 Oct 2009 02:10:43 +0000 |
Glenn Morris |
(byte-compile-warning-types, byte-compile-warnings): Add `constants'
|
Sat, 31 Oct 2009 02:05:15 +0000 |
Glenn Morris |
(semantic--tag-link-list-to-buffer): Use mapc rather than mapcar
|
Sat, 31 Oct 2009 02:03:19 +0000 |
Glenn Morris |
Suppress harmless warnings about setting up semantic-imenu (not part
|
Fri, 30 Oct 2009 10:55:20 +0000 |
Eli Zaretskii |
*** empty log message ***
|
Fri, 30 Oct 2009 10:54:30 +0000 |
Eli Zaretskii |
(SYSTEM_PURESIZE_EXTRA): Redefine to waste less pure space.
|
Fri, 30 Oct 2009 05:51:11 +0000 |
Stefan Monnier |
Forgot to include lisp/Makefile in the big previous CEDET commit.
|
Fri, 30 Oct 2009 05:48:13 +0000 |
Stefan Monnier |
(vc-bzr-revision-keywords): New var.
|
Fri, 30 Oct 2009 02:16:41 +0000 |
Stefan Monnier |
* cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
|
Fri, 30 Oct 2009 02:00:11 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1470000.
|
Thu, 29 Oct 2009 16:46:52 +0000 |
Glenn Morris |
Update to version 2009-08-14.15 from ftp://tug.org/tex/.
|
Thu, 29 Oct 2009 16:44:23 +0000 |
Glenn Morris |
Fix some entries.
|
Thu, 29 Oct 2009 16:43:02 +0000 |
Glenn Morris |
Add emacs-lisp-intro.pdf.
|
Thu, 29 Oct 2009 14:33:44 +0000 |
Jason Rumney |
(syms_of_w32fns): Change default value of
|
Wed, 28 Oct 2009 19:30:25 +0000 |
Stefan Monnier |
(diff-add-change-log-entries-other-window): Document in the code a bug.
|
Wed, 28 Oct 2009 18:35:33 +0000 |
Stefan Monnier |
* calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
|
Wed, 28 Oct 2009 15:54:00 +0000 |
Robert J. Chassell |
*** empty log message ***
|
Wed, 28 Oct 2009 15:51:10 +0000 |
Robert J. Chassell |
removed lines 33 and 34 of emacs-lisp-intro.texi which said
|
Wed, 28 Oct 2009 14:01:49 +0000 |
Stefan Monnier |
* cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
|
Wed, 28 Oct 2009 13:59:30 +0000 |
Stefan Monnier |
(pcomplete-comint-setup): If there's a choice, replace
|
Wed, 28 Oct 2009 03:09:11 +0000 |
Stefan Monnier |
(bookmark-insert-location, bookmark-bmenu-list)
|
Wed, 28 Oct 2009 02:07:13 +0000 |
Stefan Monnier |
Fix last change's attribution.
|
Wed, 28 Oct 2009 02:05:46 +0000 |
Stefan Monnier |
(vc-hg-state, vc-hg-working-revision): Use process-file so
|
Tue, 27 Oct 2009 22:59:55 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): Use
|
Tue, 27 Oct 2009 22:52:19 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine): Use
|
Tue, 27 Oct 2009 11:55:13 +0000 |
Robert J. Chassell |
*** empty log message ***
|
Tue, 27 Oct 2009 11:53:51 +0000 |
Robert J. Chassell |
Minor change, bump Emacs version
|
Tue, 27 Oct 2009 10:53:06 +0000 |
Michael Albinus |
*** empty log message ***
|
Tue, 27 Oct 2009 10:52:54 +0000 |
Michael Albinus |
* net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
|
Tue, 27 Oct 2009 02:48:13 +0000 |
Glenn Morris |
Make links to doc/lispintro/*.pdf.
|
Tue, 27 Oct 2009 02:46:22 +0000 |
Glenn Morris |
Add copyright information for PDF images.
|
Tue, 27 Oct 2009 02:45:57 +0000 |
Glenn Morris |
(texinfodir, TEXI2PDF): New variables.
|
Tue, 27 Oct 2009 02:45:40 +0000 |
Glenn Morris |
(TEXI2PDF): New variable.
|
Tue, 27 Oct 2009 02:45:17 +0000 |
Glenn Morris |
New file, generated from .eps version with epstopdf.
|
Mon, 26 Oct 2009 16:20:44 +0000 |
Juanma Barranquero |
* minibuf.c (Fall_completions): Fix typos in docstring.
|
Mon, 26 Oct 2009 15:18:03 +0000 |
Juanma Barranquero |
Fix typos in comments.
|
Mon, 26 Oct 2009 14:59:12 +0000 |
Juanma Barranquero |
* simple.el (transpose-subr): Give clearer error when the mark is not set.
|
Mon, 26 Oct 2009 10:39:41 +0000 |
Andreas Schwab |
(PURESIZE_RATIO): Increase back to 10/6.
|
Mon, 26 Oct 2009 10:04:37 +0000 |
Juanma Barranquero |
* window.c (grow_mini_window): Comment out "delta >= 0" assertion.
|
Mon, 26 Oct 2009 09:29:12 +0000 |
Michael Albinus |
*** empty log message ***
|
Mon, 26 Oct 2009 09:29:00 +0000 |
Michael Albinus |
* net/tramp.el (tramp-perl-file-truename): New defconst. Perl
|
Mon, 26 Oct 2009 09:05:09 +0000 |
Michael Albinus |
* net/tramp-imap.el (tramp-imap-file-name-handler-alist): Ignore
|
Mon, 26 Oct 2009 06:43:36 +0000 |
Dan Nicolaescu |
* textmodes/tex-mode.el (tex-dvi-view-command)
|
Mon, 26 Oct 2009 04:06:01 +0000 |
Stefan Monnier |
(pcomplete-std-complete): Obey pcomplete-use-paring.
|
Mon, 26 Oct 2009 03:39:15 +0000 |
Stefan Monnier |
(all-completions): Declare the 4th arg obsolete.
|
Sun, 25 Oct 2009 20:38:06 +0000 |
Stefan Monnier |
(pcomplete-unquote-argument-function): New var.
|
Sun, 25 Oct 2009 18:09:57 +0000 |
Stefan Monnier |
(bookmark-bmenu-list): Don't use switch-to-buffer if
|
Sun, 25 Oct 2009 02:55:27 +0000 |
Stefan Monnier |
* cedet/semantic/fw.el (semantic-alias-obsolete)
|
Sun, 25 Oct 2009 02:07:45 +0000 |
Karl Fogel |
* bookmark.el: Update documentation, especially documentation
|
Sun, 25 Oct 2009 00:40:13 +0000 |
Chong Yidong |
* keyboard.c (read_char_x_menu_prompt): Don't demand a prompt
|
Sat, 24 Oct 2009 22:09:08 +0000 |
Chong Yidong |
* mail/emacsbug.el (report-emacs-bug): Clarify that the
|
Sat, 24 Oct 2009 21:51:03 +0000 |
Chong Yidong |
* whitespace.el (whitespace-mode, whitespace-newline-mode)
|
Sat, 24 Oct 2009 21:32:19 +0000 |
Chong Yidong |
* nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
|
Sat, 24 Oct 2009 21:31:16 +0000 |
Miles Bader |
Add arch tagline
|
Sat, 24 Oct 2009 21:15:39 +0000 |
Chong Yidong |
* progmodes/sh-script.el (sh-font-lock-paren): Handle case
|
Sat, 24 Oct 2009 20:30:44 +0000 |
Chong Yidong |
* files.el (delete-directory): Delete symlinks to directories with
|
Sat, 24 Oct 2009 18:58:50 +0000 |
Chong Yidong |
* nsfns.m (ns_set_name, ns_set_name_as_filename): Don't call
|
Sat, 24 Oct 2009 18:02:47 +0000 |
Chong Yidong |
* cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
|
Sat, 24 Oct 2009 16:45:25 +0000 |
Andreas Schwab |
(xd_retrieve_arg): Handle DBUS_TYPE_INTnn and
|
Sat, 24 Oct 2009 16:34:52 +0000 |
Andreas Schwab |
(Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
|
Sat, 24 Oct 2009 16:32:06 +0000 |
Andreas Schwab |
(FIXNUM_OVERFLOW_P): Fix last change to handle unsigned
|
Sat, 24 Oct 2009 14:01:03 +0000 |
Andreas Schwab |
(procfs_ttyname): Fix sprintf format to match argument
|
Sat, 24 Oct 2009 06:34:26 +0000 |
Dan Nicolaescu |
(vc-backend-for-registration): Rename from
|
Sat, 24 Oct 2009 06:32:03 +0000 |
Dan Nicolaescu |
* keymap.c (Fmake_sparse_keymap): Purecopy the name.
|
Sat, 24 Oct 2009 03:54:58 +0000 |
Glenn Morris |
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
|
Sat, 24 Oct 2009 03:54:50 +0000 |
Glenn Morris |
(pcomplete-erc-all-nicks): Autoload it, to silence compiler.
|
Sat, 24 Oct 2009 03:51:51 +0000 |
Glenn Morris |
(file-cache-completions-keymap): Bind mouse-2 to
|
Sat, 24 Oct 2009 03:50:20 +0000 |
Glenn Morris |
(comint-dynamic-list-completions): Use choose-completion rather than
|
Sat, 24 Oct 2009 03:49:44 +0000 |
Glenn Morris |
(term-dynamic-list-completions): Use choose-completion rather than
|
Sat, 24 Oct 2009 03:48:37 +0000 |
Glenn Morris |
(octave-complete-symbol): Use choose-completion if
|
Sat, 24 Oct 2009 03:45:50 +0000 |
Glenn Morris |
(sgml-looking-back-at): Move definition before use.
|
Sat, 24 Oct 2009 03:44:42 +0000 |
Glenn Morris |
(generate-autoload-cookie): Define for compiler.
|
Sat, 24 Oct 2009 03:43:47 +0000 |
Glenn Morris |
Convert comment about autoload into autoload comment.
|
Sat, 24 Oct 2009 03:42:18 +0000 |
Glenn Morris |
(help-xref-stack-item): Define for compiler.
|
Sat, 24 Oct 2009 00:46:17 +0000 |
Stefan Monnier |
(completion--embedded-envvar-table): Fix last change.
|
Fri, 23 Oct 2009 20:56:30 +0000 |
Andreas Schwab |
(FIXNUM_OVERFLOW_P): Remove cast to avoid overflow.
|
Fri, 23 Oct 2009 18:39:48 +0000 |
Chong Yidong |
Fix typo.
|
Fri, 23 Oct 2009 18:07:38 +0000 |
Dan Nicolaescu |
(vc-responsible-backend): Throw an error if not backend is
|
Fri, 23 Oct 2009 17:56:06 +0000 |
Andreas Schwab |
(PURESIZE_RATIO): Decrease to 11/7.
|
Fri, 23 Oct 2009 17:52:56 +0000 |
Chong Yidong |
* window.c (Fwindow_edges, Fwindow_pixel_edges)
|
Fri, 23 Oct 2009 17:37:09 +0000 |
Stefan Monnier |
(pcomplete-common-suffix, pcomplete-table-subvert): New funs.
|
Fri, 23 Oct 2009 17:33:52 +0000 |
Stefan Monnier |
* fileio.c (syms_of_fileio): Initialize Vdirectory_sep_char.
|
Fri, 23 Oct 2009 17:26:06 +0000 |
Chong Yidong |
* emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
|
Fri, 23 Oct 2009 16:19:37 +0000 |
Chong Yidong |
* configure.in: Invoke $CPP with -P when creating Makefile and
|
Fri, 23 Oct 2009 16:17:17 +0000 |
Chong Yidong |
* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
|
Fri, 23 Oct 2009 16:01:19 +0000 |
Chong Yidong |
* textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
|
Fri, 23 Oct 2009 15:10:31 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 23 Oct 2009 15:10:12 +0000 |
Michael Albinus |
* tramp.texi (External methods): Temporary files are kept for
|
Fri, 23 Oct 2009 15:04:27 +0000 |
Michael Albinus |
*** empty log message ***
|
Fri, 23 Oct 2009 15:04:08 +0000 |
Michael Albinus |
* net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
|
Fri, 23 Oct 2009 08:20:11 +0000 |
Juanma Barranquero |
* menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
|
Fri, 23 Oct 2009 07:29:21 +0000 |
Dan Nicolaescu |
* bindings.el (propertized-buffer-identification): Undo previous change.
|
Fri, 23 Oct 2009 05:15:26 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1430000.
|
Fri, 23 Oct 2009 01:40:13 +0000 |
Jay Belanger |
*** empty log message ***
|
Fri, 23 Oct 2009 01:39:04 +0000 |
Jay Belanger |
(math-read-number, math-read-number-simple): Use `save-match-data'.
|
Thu, 22 Oct 2009 19:31:43 +0000 |
Stefan Monnier |
* simple.el (normal-erase-is-backspace-mode): Use input-decode-map
|
Thu, 22 Oct 2009 16:14:49 +0000 |
Stefan Monnier |
(completion-table-with-terminator): Allow to specify the terminator-regexp.
|
Thu, 22 Oct 2009 15:27:17 +0000 |
Stefan Monnier |
(switch-to-completions): Look for *Completions* in other frames as well.
|
Thu, 22 Oct 2009 15:17:48 +0000 |
Stefan Monnier |
Allow the use of completion-tables.
|
Thu, 22 Oct 2009 09:42:22 +0000 |
Juanma Barranquero |
Add missing bug references.
|
Thu, 22 Oct 2009 09:40:54 +0000 |
Juanma Barranquero |
Add missing entry.
|
Thu, 22 Oct 2009 07:43:19 +0000 |
Juanma Barranquero |
* find-dired.el (find-name-arg): Fix typo in docstring.
|
Thu, 22 Oct 2009 03:35:11 +0000 |
Stefan Monnier |
(pcomplete/kill): Don't abuse pcomplete-entries.
|
Thu, 22 Oct 2009 03:25:54 +0000 |
Stefan Monnier |
(pcmpl-gnu-makefile-names): Use a single call to pcomplete-entries.
|
Thu, 22 Oct 2009 03:24:31 +0000 |
Stefan Monnier |
(comint-read-input-ring, comint-write-input-ring)
|
Wed, 21 Oct 2009 22:58:58 +0000 |
Kevin Ryde |
* net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
|
Wed, 21 Oct 2009 22:57:45 +0000 |
Kevin Ryde |
* net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
|
Wed, 21 Oct 2009 22:06:40 +0000 |
Kevin Ryde |
* emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): When
|
Wed, 21 Oct 2009 22:05:34 +0000 |
Kevin Ryde |
(checkdoc-file-comments-engine): When
|
Wed, 21 Oct 2009 21:28:59 +0000 |
Andreas Schwab |
(doprnt): Fix overflow check.
|
Wed, 21 Oct 2009 20:03:57 +0000 |
Stefan Monnier |
* minibuffer.el (completion-table-with-terminator): Properly implement
|
Wed, 21 Oct 2009 19:15:57 +0000 |
Jan Dj¸«£rv |
* xterm.c (x_term_init): Remove XSynchronize call done for debugging.
|
Wed, 21 Oct 2009 19:03:32 +0000 |
Dan Nicolaescu |
(vc-deduce-fileset): Undo previous change, do not tell
|
Wed, 21 Oct 2009 18:54:55 +0000 |
Stefan Monnier |
Don't require help-mode (to avoid bootstrap issues).
|
Wed, 21 Oct 2009 18:29:46 +0000 |
Jan Dj¸«£rv |
Fix resize due to font change on a maximized/xmonad-controlled frame.
|
Wed, 21 Oct 2009 14:04:00 +0000 |
Chong Yidong |
* cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
|
Wed, 21 Oct 2009 11:27:59 +0000 |
Michael Albinus |
*** empty log message ***
|
Wed, 21 Oct 2009 11:27:26 +0000 |
Michael Albinus |
* net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
|
Tue, 20 Oct 2009 14:03:48 +0000 |
Juanma Barranquero |
Fix typo.
|
Tue, 20 Oct 2009 13:48:37 +0000 |
Stefan Monnier |
(char_resolve_modifier_mask): Don't resolve meta to the
|
Tue, 20 Oct 2009 10:21:25 +0000 |
YAMAMOTO Mitsuharu |
Add Bug#.
|
Tue, 20 Oct 2009 10:03:46 +0000 |
YAMAMOTO Mitsuharu |
*** empty log message ***
|
Tue, 20 Oct 2009 10:03:37 +0000 |
YAMAMOTO Mitsuharu |
(XTread_socket) [!USE_GTK && HAVE_X_I18N]: Don't quit
|
Tue, 20 Oct 2009 08:06:02 +0000 |
Juanma Barranquero |
Fix typo.
|
Tue, 20 Oct 2009 07:59:57 +0000 |
Juanma Barranquero |
* fns.c: Add #endif accidentally removed in previous change.
|
Tue, 20 Oct 2009 05:12:15 +0000 |
Katsumi Yamaoka |
(gnus-remove-overlays): eval-and-compile.
|
Tue, 20 Oct 2009 01:29:17 +0000 |
Stefan Monnier |
(read-key-delay): Reduce to 0.01.
|
Mon, 19 Oct 2009 23:21:04 +0000 |
Katsumi Yamaoka |
Synch with Gnus trunk:
|
Mon, 19 Oct 2009 22:48:52 +0000 |
Dan Nicolaescu |
(vac-dec-vms): Remove, not supported anymore.
|
Mon, 19 Oct 2009 22:33:42 +0000 |
Dan Nicolaescu |
* fns.c: Remove code for unsupported system: MAC_OS.
|
Mon, 19 Oct 2009 18:08:53 +0000 |
Jan Dj¸«£rv |
(x_create_toolkit_scroll_bar): Don't allocate color for
|
Mon, 19 Oct 2009 16:58:18 +0000 |
Dan Nicolaescu |
* nsterm.m:
|
Mon, 19 Oct 2009 15:03:24 +0000 |
Stefan Monnier |
(function-key-map): Map C-@ to C-SPC if C-@ is unbound.
|
Mon, 19 Oct 2009 13:47:10 +0000 |
Stefan Monnier |
* info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
|
Mon, 19 Oct 2009 13:29:34 +0000 |
Stefan Monnier |
(Info-complete-menu-item): Use complete-with-action.
|
Mon, 19 Oct 2009 05:13:31 +0000 |
Dan Nicolaescu |
* process.c (create_pty): Remove conditionals for no longer
|
Mon, 19 Oct 2009 05:11:07 +0000 |
Dan Nicolaescu |
* xterm.c:
|
Mon, 19 Oct 2009 05:04:22 +0000 |
Dan Nicolaescu |
Make vc-annotate work through copies and renames.
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Sun, 18 Oct 2009 23:56:07 +0000 |
Kevin Ryde |
* net/browse-url.el (browse-url): Identify alist with "consp and
|
Sun, 18 Oct 2009 23:55:16 +0000 |
Kevin Ryde |
(browse-url): Identify alist with "consp and
|
Sun, 18 Oct 2009 23:12:02 +0000 |
Kevin Ryde |
* ibuffer.el (ibuffer-confirm-operation-on): Correction to error
|
Sun, 18 Oct 2009 23:11:14 +0000 |
Kevin Ryde |
(ibuffer-confirm-operation-on): Correction to error
|
Sun, 18 Oct 2009 22:25:36 +0000 |
Chong Yidong |
* minibuffer.el (read-file-name): Check for repeat before putting
|
Sun, 18 Oct 2009 19:47:38 +0000 |
Juanma Barranquero |
Whitespace.
|
Sun, 18 Oct 2009 04:06:32 +0000 |
Chong Yidong |
* textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
|
Sun, 18 Oct 2009 03:08:32 +0000 |
Stefan Monnier |
Remove leftover table unibyte_to_multibyte_table.
|
Sun, 18 Oct 2009 02:17:57 +0000 |
Glenn Morris |
I spell gud.
|
Sun, 18 Oct 2009 02:08:52 +0000 |
Stefan Monnier |
(internal_self_insert): `c' is already in "multibyte" form.
|
Sun, 18 Oct 2009 00:46:49 +0000 |
Stefan Monnier |
(ange-ftp-file-size): Use unwind-protect.
|
Sun, 18 Oct 2009 00:34:47 +0000 |
Glenn Morris |
(compile-last): Ensure GREP_OPTIONS is null before calling
|
Sat, 17 Oct 2009 22:43:13 +0000 |
Glenn Morris |
(flyspell-large-region, flyspell-word)
|
Sat, 17 Oct 2009 14:28:44 +0000 |
Chong Yidong |
* Makefile.in (ELCFILES): Add ede/shell.
|
Sat, 17 Oct 2009 07:13:44 +0000 |
Dan Nicolaescu |
* puresize.h (BASE_PURESIZE): Increase to 1310000.
|
Sat, 17 Oct 2009 04:36:11 +0000 |
Stefan Monnier |
(tar-data-swapped-p): Make the assertion a bit more
|
Sat, 17 Oct 2009 04:18:31 +0000 |
Chong Yidong |
* cedet/srecode/srt.el:
|
Sat, 17 Oct 2009 03:59:45 +0000 |
Stefan Monnier |
(select-safe-coding-system): If the file
|
Sat, 17 Oct 2009 03:16:38 +0000 |
Glenn Morris |
(semantic-grammar--lex-delim-spec): All errors should have messages.
|
Sat, 17 Oct 2009 03:15:53 +0000 |
Glenn Morris |
(foldout-mouse-swallow-events): Replace obsolete form of sit-for.
|
Sat, 17 Oct 2009 03:15:13 +0000 |
Glenn Morris |
(gs-load-image): Replace obsolete forms of sit-for, sleep-for.
|
Sat, 17 Oct 2009 03:13:51 +0000 |
Glenn Morris |
(dired-ls-F-marks-symlinks, dired-keep-marker-rename)
|
Sat, 17 Oct 2009 03:11:54 +0000 |
Glenn Morris |
(rmail-write-region-annotate): Prevent viewing different
|
Sat, 17 Oct 2009 03:10:10 +0000 |
Glenn Morris |
*** empty log message ***
|
Sat, 17 Oct 2009 03:09:53 +0000 |
Glenn Morris |
Jari Aalto <jari.aalto at cante.net>
|
Sat, 17 Oct 2009 03:09:25 +0000 |
Glenn Morris |
Jari Aalto <jari.aalto at cante.net>
|
Sat, 17 Oct 2009 03:08:56 +0000 |
Glenn Morris |
Ulrich Mueller <ulm at gentoo.org>
|
Sat, 17 Oct 2009 02:35:35 +0000 |
Juanma Barranquero |
* buffer.c (Fbuffer_name): Doc fix. (Bug#4728)
|
Fri, 16 Oct 2009 23:33:46 +0000 |
Kevin Ryde |
(Magic File Names): Add @vindex file-name-handler-alist,
|
Fri, 16 Oct 2009 23:32:01 +0000 |
Kevin Ryde |
(Magic File Names): Add @vindex file-name-handler-alist,
|
Fri, 16 Oct 2009 19:01:21 +0000 |
Eli Zaretskii |
(x_produce_glyphs): Fix typos in comments.
|
Fri, 16 Oct 2009 16:03:33 +0000 |
Glenn Morris |
(rcirc-authenticate): Simplify previous change.
|
Fri, 16 Oct 2009 15:20:51 +0000 |
Stefan Monnier |
(ange-ftp-send-cmd): Handle `size' like `mdtm'.
|