2007-11-22 |
Stefan Monnier |
(do_symval_forwarding): Use same code as in find_symbol_value.
|
2007-11-22 |
Stefan Monnier |
(set_internal): Set the value in the `cons-cell' (for
|
2007-11-22 |
Andreas Schwab |
(Fnumber_to_string): Add cast when passing EMACS_INT
|
2007-11-21 |
Stefan Monnier |
* lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
|
2007-11-19 |
Stefan Monnier |
* data.c (store_symval_forwarding, set_internal):
|
2007-11-15 |
Stefan Monnier |
(swap_in_global_binding): Fix longstanding bug where
|
2007-10-23 |
Stefan Monnier |
(Fmake_variable_buffer_local, Fmake_local_variable)
|
2007-10-16 |
Stefan Monnier |
* lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
|
2007-10-14 |
Juanma Barranquero |
(Ffset): Save autoload of the function being set.
|
2007-09-10 |
Michaƫl Cadilhac |
(Finteractive_form): If the interactive specification starts with a `(',
|
2007-07-31 |
Miles Bader |
Merge from emacs--devo--0
|
2007-07-24 |
Miles Bader |
Merge from emacs--devo--0
|
2007-05-30 |
Miles Bader |
Merge from emacs--devo--0
|
2007-01-29 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2007-01-01 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org.
|
2006-12-03 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org. Last-minute emacsclient rewrites be damned!
|
2006-07-29 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-07-14 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org.
|
2006-04-12 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-02-12 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-02-01 |
Karoly Lorentey |
Merged from
|
2006-01-30 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 187, 704)
|
2005-12-29 |
Karoly Lorentey |
Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
|
2005-11-07 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 149-151, 629-641)
|
2005-11-01 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 142-148, 615-628)
|
2005-10-29 |
Karoly Lorentey |
Fix semantics of terminal-local variables. Remove `terminal-local-value' hack.
|
2005-10-09 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 118-132, 551-577)
|
2005-09-11 |
Karoly Lorentey |
Fix crash after y-or-n-p prompt triggered by emacsclient. (Reported by Han Boetes, analysis by Kalle Olavi Niemitalo.)
|
2005-09-04 |
Karoly Lorentey |
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
|
2005-07-11 |
Karoly Lorentey |
Rename `struct display' to `struct device'. Update function, parameter and variable names accordingly.
|
2005-07-05 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 469)
|
2005-06-27 |
Karoly Lorentey |
Work around nondeterministic binding of terminal-local variables. (Fixes national character input on ttys.)
|
2007-07-26 |
Miles Bader |
Merge from emacs--rel--22
|
2007-07-25 |
Stefan Monnier |
(Finteractive_form): Check for the presence of an
|
2007-07-25 |
Stefan Monnier |
(Finteractive_form): Use a `interactive-form' property if
|
2007-07-24 |
Miles Bader |
Merge from emacs--rel--22
|
2007-07-18 |
Juanma Barranquero |
(Fsetq_default): Doc fix.
|
2008-01-08 |
Glenn Morris |
Add 2008 to copyright years.
|
2007-10-14 |
Juanma Barranquero |
(Ffset): Save autoload of the function being set.
|
2007-07-25 |
Glenn Morris |
Switch license to GPLv3 or later.
|
2007-07-15 |
Richard M. Stallman |
(Fsetq_default): Doc fix.
|
2007-06-05 |
Chong Yidong |
(Fmake_local_variable): Delete stray semicolon.
|
2007-01-21 |
Glenn Morris |
Add 2007 to copyright years.
|
2006-12-17 |
Richard M. Stallman |
Comment change.
|
2006-11-12 |
Juanma Barranquero |
(Flogxor): Fix typo in docstring.
|
2006-11-08 |
Juanma Barranquero |
(Fmakunbound): Use SYMBOL_CONSTANT_P macro.
|
2006-07-18 |
Kim F. Storm |
(circular_list_error): Use xsignal.
|
2006-07-13 |
Kim F. Storm |
(Findirect_function): Optimize for no indirection.
|
2006-07-12 |
Kim F. Storm |
(wrong_type_argument): Remove loop around Fsignal.
|
2006-04-11 |
Dan Nicolaescu |
* lisp.h (wrong_type_argument): Mark as NO_RETURN.
|
2006-02-10 |
Thien-Thi Nguyen |
(Findirect_function): Rewrite docstring.
|
2006-02-10 |
Kim F. Storm |
* data.c (Findirect_function): Add NOERROR arg. All callers changed
|
2006-02-06 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|
2006-01-30 |
Luc Teirlinck |
(Flistp): Doc fix.
|
2006-01-29 |
Luc Teirlinck |
(Fcar, Fcdr): Doc fixes.
|
2006-01-28 |
Luc Teirlinck |
(Fcar, Fcdr): Add links to Elisp manual to the docstrings.
|
2005-10-30 |
Richard M. Stallman |
(Fmake_variable_frame_local): Doc fix.
|
2005-10-28 |
Chong Yidong |
* data.c (Fmake_variable_frame_local): Add clarification to
|
2005-09-18 |
John Paul Wallington |
(Fdefalias): Signal an error if SYMBOL is not a symbol.
|
2005-08-07 |
Thien-Thi Nguyen |
Update years in copyright notice; nfc.
|