Sat, 31 Jul 2004 15:45:30 +0000 |
Luc Teirlinck |
(event-modifiers, event-basic-type): Doc fixes.
|
Sat, 31 Jul 2004 03:39:49 +0000 |
Richard M. Stallman |
(with-local-quit): Doc fix.
|
Sun, 25 Jul 2004 05:45:13 +0000 |
John Paul Wallington |
(butlast, event-modifiers, event-basic-type): Doc fixes.
|
Tue, 13 Jul 2004 00:08:28 +0000 |
Luc Teirlinck |
(with-selected-window): Doc fix.
|
Mon, 12 Jul 2004 01:10:54 +0000 |
Luc Teirlinck |
(get-buffer-window-list): Doc fix.
|
Mon, 07 Jun 2004 20:54:42 +0000 |
Juanma Barranquero |
(insert-buffer-substring-no-properties, insert-buffer-substring-as-yank):
|
Wed, 02 Jun 2004 22:44:45 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-363
|
Wed, 02 Jun 2004 00:38:00 +0000 |
Juanma Barranquero |
(process-kill-without-query): Remove spurious "\n" on obsolescence string.
|
Sat, 29 May 2004 15:23:42 +0000 |
Richard M. Stallman |
(with-selected-window): Undo previous change.
|
Fri, 28 May 2004 22:33:35 +0000 |
Stefan Monnier |
(with-selected-window): Only save/restore the selectd window.
|
Tue, 11 May 2004 03:17:45 +0000 |
Stefan Monnier |
(eventp): Be more discriminating with integers.
|
Mon, 10 May 2004 17:43:35 +0000 |
Juanma Barranquero |
(start-process-shell-command): Fix docstring. Put usage info in a format usable
|
Sun, 09 May 2004 22:15:14 +0000 |
Juanma Barranquero |
(remove-overlays, read-passwd): Fix docstring.
|
Fri, 07 May 2004 01:06:20 +0000 |
Juanma Barranquero |
(lambda): Add arglist description to docstring.
|
Thu, 29 Apr 2004 18:42:24 +0000 |
Stefan Monnier |
(remove-overlays): Docstring change.
|
Tue, 27 Apr 2004 21:00:31 +0000 |
Masatake YAMATO |
* subr.el (remove-overlays): Make arguments optional.
|
Tue, 27 Apr 2004 13:05:58 +0000 |
Eli Zaretskii |
(momentary-string-display): Support EXIT-CHAR that is
|
Tue, 20 Apr 2004 20:56:32 +0000 |
Richard M. Stallman |
(event-modifiers): Fix the criterion for ASCII control chars.
|
Tue, 20 Apr 2004 20:40:41 +0000 |
Stefan Monnier |
(read-number): Check whether `default' is nil.
|
Wed, 14 Apr 2004 20:31:37 +0000 |
John Paul Wallington |
(posn-set-point): Fix typos: parameter is `position', not `posn'.
|
Wed, 14 Apr 2004 17:28:33 +0000 |
Stefan Monnier |
(posn-set-point): New function.
|
Mon, 29 Mar 2004 00:48:07 +0000 |
Stefan Monnier |
(interactive-form): Delete. Now implemented in C.
|
Fri, 26 Mar 2004 14:49:12 +0000 |
Stefan Monnier |
(read-number): New function.
|
Mon, 16 Feb 2004 19:40:07 +0000 |
Eli Zaretskii |
(delete-dups): A better implementation from Karl Heuer <kwzh@gnu.org>.
|
Mon, 16 Feb 2004 17:03:40 +0000 |
Eli Zaretskii |
(match-string-no-properties): Use substring-no-properties.
|
Mon, 19 Jan 2004 23:48:11 +0000 |
Luc Teirlinck |
(delete-dups): New function.
|
Fri, 16 Jan 2004 01:07:46 +0000 |
Luc Teirlinck |
(declare): New macro.
|
Tue, 06 Jan 2004 23:04:44 +0000 |
Kim F. Storm |
(event-start, event-end): Doc fix.
|
Sat, 03 Jan 2004 17:17:21 +0000 |
Luc Teirlinck |
(functionp): Doc fix.
|
Mon, 29 Dec 2003 19:56:54 +0000 |
Richard M. Stallman |
(assoc-ignore-case, assoc-ignore-representation):
|
Mon, 29 Dec 2003 11:39:44 +0000 |
Eli Zaretskii |
(insert-for-yank): Call insert-for-yank-1 repetitively
|
Sun, 30 Nov 2003 06:56:59 +0000 |
Jonathan Yavner |
Add macros `1value' and `noreturn'.
|
Thu, 27 Nov 2003 21:28:01 +0000 |
Kim F. Storm |
(posn-object-x-y): New defun.
|
Wed, 26 Nov 2003 19:23:58 +0000 |
Luc Teirlinck |
(number-sequence): Improve handling of floating point arguments
|
Sun, 23 Nov 2003 00:27:03 +0000 |
Kim F. Storm |
(event-start, event-end): Doc fix.
|
Sat, 15 Nov 2003 00:56:16 +0000 |
Thien-Thi Nguyen |
(minor-mode-list): Add `hs-minor-mode'.
|
Mon, 03 Nov 2003 14:44:48 +0000 |
Stefan Monnier |
(add-hook): Fix last change.
|
Mon, 20 Oct 2003 23:41:18 +0000 |
Richard M. Stallman |
(add-hook): Correctly detect when make-local-hook was used.
|
Thu, 16 Oct 2003 13:13:29 +0000 |
Lute Kamstra |
(force-mode-line-update): Fix docstring.
|
Mon, 01 Sep 2003 15:45:59 +0000 |
Miles Bader |
Add arch taglines
|
Fri, 29 Aug 2003 16:20:18 +0000 |
Richard M. Stallman |
Comment change.
|
Wed, 06 Aug 2003 01:05:15 +0000 |
Richard M. Stallman |
(read-passwd): Use clear-string instead of fillarray.
|
Mon, 21 Jul 2003 18:03:06 +0000 |
John Paul Wallington |
(with-selected-window): Add closing paren.
|
Mon, 21 Jul 2003 09:57:01 +0000 |
Richard M. Stallman |
(with-selected-window): Copy code form save-selected-window
|
Tue, 08 Jul 2003 16:56:56 +0000 |
Markus Rost |
(dolist, dotimes): Doc fix.
|
Mon, 30 Jun 2003 10:33:52 +0000 |
Richard M. Stallman |
(lazy-completion-table, dynamic-completion-table): New macros.
|
Wed, 18 Jun 2003 21:49:16 +0000 |
Stefan Monnier |
(looking-back): Handle the case of non-trivial regexps.
|
Fri, 30 May 2003 23:11:35 +0000 |
Juanma Barranquero |
(looking-back): New function to check for regular expression before point.
|
Thu, 22 May 2003 20:59:57 +0000 |
Juanma Barranquero |
(split-string): Implement specification that splitting on explicit separators
|
Sun, 18 May 2003 15:04:24 +0000 |
Richard M. Stallman |
(prepare-change-group): Reinstate BUFFER arg; make it work.
|
Sun, 18 May 2003 02:31:19 +0000 |
Stefan Monnier |
(macro-declaration-function): Avoid `dolist' and `cadr'.
|
Sat, 17 May 2003 22:00:40 +0000 |
Stefan Monnier |
(with-selected-window): New macro.
|
Thu, 24 Apr 2003 23:14:12 +0000 |
Richard M. Stallman |
(assq-delete-all): Ignore non-cons elememts.
|
Wed, 09 Apr 2003 01:36:28 +0000 |
Richard M. Stallman |
(minor-mode-list): New variable.
|
Sat, 05 Apr 2003 02:13:44 +0000 |
Vinicius Jose Latorre |
Adjust number-sequence code
|
Thu, 03 Apr 2003 23:13:38 +0000 |
Richard M. Stallman |
(read-quoted-char): Remember the input char
|
Thu, 03 Apr 2003 02:49:16 +0000 |
Kenichi Handa |
(number-sequence): Shorten the code.
|
Thu, 03 Apr 2003 02:43:11 +0000 |
Kenichi Handa |
(number-sequence): New function.
|
Fri, 14 Mar 2003 22:36:57 +0000 |
John Paul Wallington |
* files.el (recover-session): Error if there are no previous
|
Tue, 11 Mar 2003 12:47:56 +0000 |
John Paul Wallington |
(posn-col-row): Heed frame parameter `line-spacing' and
|