2011-06-14 |
Paul Eggert | * fns.c (Fcopy_sequence): Don't assume vector length... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c (Fnthcdr, Fsort): Don't assume list length... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c: Don't overflow int when computing a list length. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c (Flength): Don't overflow int when computing... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * alloc.c: Check that resized vectors' lengths fit... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * fns.c (next_almost_prime): Don't return a multiple... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * bytecode.c (exec_byte_code): Use ptrdiff_t, not int... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * eval.c, doprnt.c (SIZE_MAX): Remove; inttypes.h defin... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | Variadic C functions now count arguments with ptrdiff_t. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * callint.c (Fcall_interactively): Don't use index... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Chong Yidong | Print theme summaries in *Custom Themes* buffer. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Chong Yidong | * etc/themes/dichromacy-theme.el: New theme. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | * vm-limit.c (check_memory_limits): Fix incorrect exter... |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Glenn Morris | cus-dep fix for build failure first occurring with... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * xterm.c (x_alloc_nearest_color_1): Go back to origina... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Martin Rudalics | Make help and view-mode work with new buffer display... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Martin Rudalics | Install new buffer display functions and variables. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * xterm.c (x_alloc_nearest_color_1): Use a more-precise... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | Remove unnecessary casts. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * sound.c (Fplay_sound_internal): Remove cast to unsign... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * dired.c (Ffile_attributes): Don't use 32-bit hack... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * unexelf.c (unexec): Don't assume BSS addr fits in... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * xterm.c (handle_one_xevent): Omit unnecessary casts... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * keyboard.c (modify_event_symbol): Don't limit alist... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * lisp.h (CHAR_TABLE_SET): Omit now-redundant test. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * lread.c (Fload): Don't compare a possibly-garbage... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | GLYPH_CODE_FACE returns EMACS_INT, not int. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * character.h (CHAR_VALID_P): Remove unused parameter. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * editfns.c (Ftranslate_region_internal): Omit redundan... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * fns.c (concat): Minor tuning based on overflow analysis. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * floatfns.c (Fexpt): Omit unnecessary cast to unsigned. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * fileio.c (make_temp_name): Omit unnecessary cast... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * editfns.c (Ftranslate_region_internal): Use int,... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * doc.c (get_doc_string): Omit (unsigned)c that mishand... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * data.c (Faset): If ARRAY is a string, check that... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * chartab.c (Fchar_table_range): Use CHARACTERP to... |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * composite.c: Use int, not EMACS_INT, for characters. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | Make sure a 64-bit char is never passed to ENCODE_CHAR. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | * character.c (char_string): Remove unnecessary casts. |
commit | commitdiff | tree | snapshot |
2011-06-13 |
Paul Eggert | Make sure a 64-bit char is never passed to CHAR_STRING. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Paul Eggert | Remove incorrect casts to 'unsigned' that lose info... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Paul Eggert | * lisp.h (UNSIGNED_CMP): New macro. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Glenn Morris | * term/xterm.el (terminal-init-xterm): Still more simpl... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Glenn Morris | * term/xterm.el (terminal-init-xterm): More simplificat... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Glenn Morris | * term/xterm.el (terminal-init-xterm): Misc simplificat... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Glenn Morris | * term/xterm.el (terminal-init-xterm): `version' may... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Michael Albinus | * tramp.texi (Customizing Completion): Mention authinfo... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Andreas Schwab | * leim/SKK-DIC/SKK-JISYO.L: Add proper coding tag. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Martin Rudalics | Fix make_frame, introduce Vtemp_buffer_show_specifiers... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Andreas Schwab | * leim/Makefile.in (TIT_BIG5): Renamed from TIT-BIG5. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Martin Rudalics | Restore window-safely-shrinkable-p but avoid using... |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Paul Eggert | Fix minor problems found by GCC 4.6.0 static checking. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Paul Eggert | * xmenu.c (x_menu_set_in_use): Fix incorrect assumption. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Juanma Barranquero | src/makefile.w32-in: Update dependencies. |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Glenn Morris | Give % punctuation syntax in fortran modes (bug#8820) |
commit | commitdiff | tree | snapshot |
2011-06-12 |
Daniel Colascione | * emacs-lisp/syntax.el (syntax-ppss): Clarify which... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Chong Yidong | Handle gif subimage animation delay correctly. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Paul Eggert | * buffer.c (Qclone_number): Remove for now, as it's... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Michael Albinus | * net/tramp.el (tramp-debug-message): Add `tramp-with... |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Glenn Morris | Handle overlapping appointments in appt.el (bug#8377) |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Martin Rudalics | Window configuration, balancing and fit-to-buffer rewrites. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Andreas Schwab | * src/image.c (imagemagick_load_image): Fix type mismatch. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Andreas Schwab | * src/window.h (replace_buffer_in_windows): Declare. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Martin Rudalics | Move/add window-buffer-related functions to window.el. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-11 |
Chong Yidong | Cruft removal in struct image. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | * buffer.h: Include <time.h>, for time_t. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | Merge: Fix minor problems found by static checking. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | * image.c (PixelGetMagickColor): Declare if ImageMagick... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | Make identifiers static if they are not used in other... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | * image.c (imagemagick_load_image): Don't use garbage... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | * window.c: Fix minor problems reported by GCC 4.6.0. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | * image.c: Fix minor problems reported by GCC 4.6.0. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | * ftfont.c (ftfont_get_metrics, ftfont_drive_otf):... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | Merge from trunk. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Paul Eggert | * movemail.c: Fix race condition and related bugs ... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Chong Yidong | * image.c (gif_load): Fix omitted cast error introduced... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Martin Rudalics | Some more window.h fixes missing in 2011-06-10T06:55... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Eli Zaretskii | Avoid compiler warnings about missing prototypes of... |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Martin Rudalics | Move window resize code from window.c to window.el. |
commit | commitdiff | tree | snapshot |
2011-06-10 |
Katsumi Yamaoka | Improve Gnus' dribble data handling. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | * lisp/calendar/appt.el (appt-mode-line): Eliminate... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | Eliminate some code duplication in appt.el. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | Allow/recommend explicit args for minor-modes in file... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Paul Eggert | Remove obsolete comment about PNTR_COMPARISON_TYPE. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Paul Eggert | * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Ted Zlatanov | Add `xterm-extra-capabilities' defcustom for terminals... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | Auto-commit of generated files. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Martin Rudalics | Final preparations in window.el for new window resize... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Martin Rudalics | Final preparations for new window resize code. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | ange-ftp fixes for dired switches not being just a... |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Alexander Klimov | Small fixes for dired-listing-switches usage. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Glenn Morris | Allow some appt.el display functions to handle lists. |
commit | commitdiff | tree | snapshot |
2011-06-09 |
Paul Eggert | * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast... |
commit | commitdiff | tree | snapshot |
next |