2011-07-28 |
Paul Eggert | * fringe.c (Fdefine_fringe_bitmap): Don't update size... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * frame.h (struct frame): Use int, not EMACS_INT, where... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * frame.c: Integer overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * eval.c: Integer and memory overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * emacs.c (main, sort_args): Check for size-calculation... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * editfns.c: Integer and memory overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * doc.c: Integer and memory overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | Integer and memory overflow fixes for display code. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * composite.c: Integer overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * coding.c: Integer and memory overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * character.c (Fstring): Check for size-calculation... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * ccl.c: Integer and memory overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * callproc.c (child_setup): Don't assume strlen fits... |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * buffer.c: Memory overflow fixes. |
commit | commitdiff | tree | snapshot |
2011-07-28 |
Paul Eggert | * bidi.c: Integer overflow fix. |
commit | commitdiff | tree | snapshot |
2011-07-20 |
Paul Eggert | Fix incorrect comment. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Paul Eggert | Use ptrdiff_t for composition IDs. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Paul Eggert | Merge from intsign. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Paul Eggert | Port to OpenBSD. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Lars Magne... | * lread.c (syms_of_lread): Clarify when `lexical-bindin... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Lars Magne... | (view-buffer): Allow running in `special' modes if... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Glenn Morris | * admin/FOR-RELEASE: Reset list of proof-read manual... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Martin Rudalics | Rewrite display-buffer-alist-set to handle Emacs 23... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Paul Eggert | Use ptrdiff_t for hash table indexes. |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Paul Eggert | * charset.c (Fdefine_charset_internal): Check for integ... |
commit | commitdiff | tree | snapshot |
2011-07-19 |
Paul Eggert | Don't assume that stated character widths fit in int. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Paul Eggert | Don't assume that tab-width fits in int. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Paul Eggert | * fileio.c: Integer overflow issues with file modes. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Paul Eggert | * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Paul Eggert | * alloc.c (valid_pointer_p): Use pipe, not open. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Dan Nicolaescu | Add an example on how to use prog-mode. |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Paul Eggert | * fileio.c (Fcopy_file): Adjust mode if fchown fails... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Alan Mackenzie | CC Mode: Fontify declarators properly when, e.g., a... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Andreas Schwab | Update GB18030 charset maps to 2005 edition |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Paul Eggert | * charset.c (read_hex): New arg OVERFLOW. All uses... |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Stefan Monnier | * src/xdisp.c (next_element_from_string, next_element_f... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Bill Wohler | * NEWS, MH-E-NEWS: Update for MH-E release 8.2.93. mh-e-8.2.93 |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Bill Wohler | * mh-e.el (Version, mh-version): Update for release... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Paul Eggert | * xterm.c: don't go over XClientMessageEvent limit |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Bill Wohler | * mh-compat.el (mh-pop-to-buffer-same-window): Delete. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Lars Magne... | * image.el (put-image): Doc typo fix. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Andreas Schwab | Fix last change |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Andreas Schwab | Make read-symbol-positions-list more accurate |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Glenn Morris | Auto-commit of loaddefs files. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Andreas Schwab | * src/lread.c (read1): Read `#:' as empty uninterned... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Paul Eggert | * keyboard.c: Overflow, signedness and related fixes. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Lars Magne... | (tags-search): Doc typo fix. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Paul Eggert | * fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Lars Magne... | (smtpmail-via-smtp): Query the user for password if... |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Paul Eggert | Overflow, signedness and related fixes for images. |
commit | commitdiff | tree | snapshot |
2011-07-17 |
Lars Magne... | Merge changes made in Gnus trunk. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Juanma Barranquero | src/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lars Magne... | Move the defintion of `gnutls-log-level' to the C level... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Paul Eggert | * fileio.c (Fcopy_file): Don't diagnose fchown failures. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lars Magne... | Include EN DASH as an indentation character |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Glenn Morris | ChangeLog fix. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lars Magne... | Make `buffer-offer-save' permanently local |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Glenn Morris | Grammar tweak. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lars Magne... | Make docview error message clearer |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lars Magne... | Document `auto-fill-function' in relation to `auto... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lars Magne... | * simple.el (current-kill): Clarify what `interprogram... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lars Magne... | Use the same condition for POLL_FOR_INPUT in both keybo... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lars Magne... | Document toolkit differences for menus |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Bill Wohler | * mh-e.el (Version, mh-version): Update for release... mh-e-8.2.92 |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Bill Wohler | * NEWS, MH-E-NEWS: Update for MH-E release 8.2.92. |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Lawrence Mitchell | Silence byte-compiler warning with :read-only defstruct... |
commit | commitdiff | tree | snapshot |
2011-07-16 |
Martin Rudalics | To fixes wrt window selection and buffer list. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Glenn Morris | * lisp/subr.el (read-char-choice): Respect help-form... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | Merge changes made in Gnus trunk. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Glenn Morris | * lisp/subr.el (read-char-choice): Allow quitting.... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andreas Schwab | * doc/lispref/help.texi (Keys in Documentation): Revert... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lawrence Mitchell | Allow controlling how many prime bits to use during... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | * net/gnutls.el (gnutls-negotiate): Upcase `gnutls... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | Add a variable to customize the gnutls priority |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Glenn Morris | Rework previous change. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Glenn Morris | * lisp/info.el (info-insert-file-contents): Require... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | * emacs-lisp/cl-macs.el (declare): Link to the "Declara... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | * help.texi (Misc Help): Mention `describe-prefix-bindi... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Andreas Schwab | * src/doc.c (Fsubstitute_command_keys): Revert last... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | (Info-mode-menu): Use `Info-beginning-of-buffer' for... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | Add new command `Info-beginning-of-buffer' to allow... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | * emacs-lisp/cl-macs.el (declare): Doc string fix-up. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | Clarify that \= only quotes the next character |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | Error message fix in `describe-specified-language-support' |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | Use /dev/null instead of the Windows "nul" in flymake... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | Minor grammer fixes for syntax.el. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | * emacs-lisp/cl-macs.el (declare): Add a doc string... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | Doc fix. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | (Using Debugger): Mention @code{eval-expression-debug... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | `lexical-binding' doc clarification |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Lars Magne... | * variables.texi (Lexical Binding): Mention `defcustom'. |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Eli Zaretskii | Fix vertical cursor motion in Speedbar frames under... |
commit | commitdiff | tree | snapshot |
2011-07-15 |
Martin Rudalics | Fix pop-to-buffer call in switch-to-buffer. |
commit | commitdiff | tree | snapshot |
next |