aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-091-0/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * lisp.h (toplevel): Add two notices to the comment aboutDmitry Antipov2012-12-261-0/+8
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-1/+0
* | * fileio.c (internal_delete_file): Use bool for boolean.Paul Eggert2012-12-151-1/+1
* | Fix bug #13079 on MS-Windows with temp files not being deleted.Eli Zaretskii2012-12-151-1/+1
* | Merge from trunk + rename the event. Not tested yet.Eli Zaretskii2012-12-101-12/+15
|\ \
| * | Support filesystem notification through inotify on GNU/Linux.RĂ¼diger Sonderfeld2012-12-101-0/+5
| * | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-081-0/+1
| * | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-041-5/+6
| * | * bytecode.c, lisp.h (Qbytecode): Remove.Paul Eggert2012-12-031-1/+0
| * | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-031-1/+1
| * | * alloc.c (free_save_value): New function.Dmitry Antipov2012-12-031-0/+1
| * | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-221-4/+0
| * | Conflate Qnil and Qunbound for `symbol-function'.Stefan Monnier2012-11-201-1/+1
* | | Merge from trunk.Eli Zaretskii2012-11-171-0/+2
|\ \ \ | |/ /
| * | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-0/+2
* | | Merge from trunk.Eli Zaretskii2012-11-131-119/+93
|\ \ \ | |/ /
| * | Provide new `defalias-fset-function' symbol property.Stefan Monnier2012-11-091-0/+2
| * | * fns.c (Qeql, hashtest_eq): Now static.Paul Eggert2012-11-081-2/+2
| * | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier2012-11-081-4/+6
| * | Use same hash function for hashfn_profiler as for hash_string etc.Paul Eggert2012-11-081-1/+10
| * | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-20/+24
| * | Shrink struct vectorlike_header to the only size field.Dmitry Antipov2012-11-081-66/+48
| * | Restore some duplicate definitions.Paul Eggert2012-11-061-5/+14
| * | Minor adjustments of recently-changed frame functions.Paul Eggert2012-11-061-3/+0
| * | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-1/+0
| * | Omit duplicate definitions no longer needed with gcc -g3.Paul Eggert2012-11-031-22/+6
| * | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-14/+0
| |/
* | Merge from trunk after 24.3 was moved to emacs-24 branch.Eli Zaretskii2012-11-021-2/+3
|\ \ | |/
| * Fix crash when using Emacs as commit editor for git.Paul Eggert2012-10-311-0/+1
| * Spelling fixes.Paul Eggert2012-10-211-2/+2
* | Merge from trunk.Eli Zaretskii2012-10-201-1/+50
|\ \ | |/
| * Add comments with instructions for creating new Lisp data types.Eli Zaretskii2012-10-201-1/+50
| * Undo faccessat change.Paul Eggert2012-10-191-1/+0
| * Use faccessat, not access, when checking file permissions.Paul Eggert2012-10-191-0/+1
* | Merge from trunk.Eli Zaretskii2012-10-171-1/+0
|\ \ | |/
| * * editfns.c (get_system_name): Remove.Dmitry Antipov2012-10-161-1/+0
* | Merge from trunk.Eli Zaretskii2012-10-141-0/+1
|\ \ | |/
| * Fix bug #12587 with slow startup on MS-Windows with Netlogon service.Eli Zaretskii2012-10-121-0/+1
* | Merge from trunk.Eli Zaretskii2012-10-121-16/+13
|\ \ | |/
| * lread.c, macros.c, marker.c, menu.c, minibuf.c: Use bool for booleans.Paul Eggert2012-10-111-1/+1
| * keyboard.c, keymap.c: Use bool for booleans.Paul Eggert2012-10-101-8/+9
| * * alloc.c (mark_object): Use meaningful PVEC_NORMAL_VECTOR.Dmitry Antipov2012-10-101-7/+3
* | Initial version of the w32notify code.Eli Zaretskii2012-10-061-0/+5
|/
* * profiler.c (handle_profiler_signal): Inhibit pending signals too,Paul Eggert2012-10-031-1/+1
* Revert the FOLLOW-SYMLINKS change for file-attributes.Paul Eggert2012-09-301-1/+1
* file-attributes has a new optional arg FOLLOW-SYMLINKS.Paul Eggert2012-09-301-1/+1
* * src/lisp.h (struct backtrace): Remove indirection for `function' field.Stefan Monnier2012-09-281-1/+1