2002-09-03 |
Kenichi Handa |
(unibyte_char_to_multibyte): Extern deleted.
|
2002-08-15 |
Kenichi Handa |
(nonascii_insert_offset, Vnonascii_translation_table):
|
2002-07-31 |
Kenichi Handa |
(Fset_buffer_multibyte): Prototype adjusted.
|
2002-07-30 |
Dave Love |
(Fnew_fontset): Declare.
|
2002-07-26 |
Kenichi Handa |
(CHAR_TABLE_REF): Remove unnecessary check (IDX >= 0).
|
2002-06-12 |
Kenichi Handa |
(map_charset_chars): Deleted.
|
2002-05-24 |
Dave Love |
(DEFUN) [!PROTOTYPES]: Remove spurious `args'.
|
2002-03-01 |
Kenichi Handa |
(enum pvec_type): New member PVEC_SUB_CHAR_TABLE.
|
2006-01-16 |
Henrik Enberg |
sync with trunk
|
2003-09-08 |
Kenichi Handa |
New directory
|
2008-01-13 |
Michael Olson |
Fix typo in src/lisp.h
|
2008-01-08 |
Miles Bader |
Merge from emacs--rel--22
|
2007-11-22 |
Dan Nicolaescu |
* term.c: Include stdarg.h.
|
2007-11-21 |
Stefan Monnier |
* lisp.h (struct Lisp_Buffer_Objfwd): Add a `slottype' field.
|
2007-11-16 |
Stefan Monnier |
* alloc.c (allocate_other_vector):
|
2007-11-16 |
Stefan Monnier |
* alloc.c (ALLOCATE_PSEUDOVECTOR): Move to lisp.h.
|
2007-10-29 |
Ken Raeburn |
Comment the ENABLE_CHECKING version of the CHECK macro.
|
2007-10-23 |
Stefan Monnier |
* lisp.h (Fget_text_property): Declare.
|
2007-10-17 |
Stefan Monnier |
(XMISCANY, XMARKER, XINTFWD, XBOOLFWD, XOBJFWD, XOVERLAY, XBUFFER_OBJFWD)
|
2007-10-16 |
Stefan Monnier |
* lisp.h (enum Lisp_Misc_Type): Del Lisp_Misc_Some_Buffer_Local_Value.
|
2007-10-13 |
Eli Zaretskii |
(eabs): Rename from `abs'. All callers changed.
|
2007-10-10 |
Stefan Monnier |
* frame.c (Fframe_with_environment): Remove.
|
2007-10-09 |
Stefan Monnier |
(XSETPSEUDOVECTOR): Don't set the tag anymore.
|
2007-10-02 |
Stefan Monnier |
* window.h (struct window):
|
2007-10-02 |
Stefan Monnier |
* lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
|
2007-10-02 |
Stefan Monnier |
(ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG): Don't allow definition in m/*.h files.
|
2007-10-02 |
Stefan Monnier |
* buffer.c (syms_of_buffer) <local-abbrev-table>: Move from abbrev.c.
|
2007-09-29 |
Stefan Monnier |
(DECL_ALIGN, USE_LSB_TAG): Move logic to before definition of
|
2007-09-23 |
Glenn Morris |
Johannes Weiner <hannes at saeurebad.de>
|
2007-09-21 |
Stefan Monnier |
(allocate_terminal): Declare.
|
2007-09-20 |
Stefan Monnier |
(enum pvec_type): New `terminal' pseudovector.
|
2007-09-10 |
Michaƫl Cadilhac |
(struct Lisp_Subr): Rename `prompt' field to `intspec'.
|
2007-08-29 |
Stefan Monnier |
(set_initial_environment): Rename from set_global_environment.
|
2007-08-28 |
Dan Nicolaescu |
Revert undocumented changes.
|
2007-08-13 |
Miles Bader |
Merge from emacs--devo--0
|
2007-07-31 |
Miles Bader |
Merge from emacs--devo--0
|
2007-07-15 |
Miles Bader |
Merge from emacs--devo--0
|
2007-06-11 |
Miles Bader |
Merge from emacs--devo--0
|
2007-05-20 |
Miles Bader |
Merged from emacs--devo--0
|
2007-05-11 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2007-04-22 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2007-01-29 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-10-14 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-07-29 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-07-14 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org.
|
2006-06-12 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org.
|
2006-04-19 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-04-12 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-04-10 |
Karoly Lorentey |
Merged from
|
2006-03-12 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-02-28 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-02-12 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2006-02-06 |
Karoly Lorentey |
Merged from emacs@sv.gnu.org
|
2005-12-29 |
Karoly Lorentey |
Rename `struct device' to `struct terminal'. Rename some terminal-related functions similarly.
|
2005-12-29 |
Karoly Lorentey |
Store local environment in frame (not terminal) parameters.
|
2005-12-25 |
Karoly Lorentey |
Reimplement terminal parameters in C; clean up term.c, create terminal.c.
|
2005-12-23 |
Karoly Lorentey |
Don't let x_initialize break 8-bit input on ttys. (Reported by Joakim Verona.) Split `set-input-mode'.
|
2005-12-19 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 169-173, 671-676)
|
2005-11-23 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 656-658)
|
2005-11-18 |
Karoly Lorentey |
Merged from miles@gnu.org--gnu-2005 (patch 152-156, 642-654)
|