bpt/emacs.git
2011-08-31 Paul EggertAvoid the use of snprintf.
2011-08-30 Paul EggertAdd Bug#.
2011-08-30 Paul EggertFix misworded comment.
2011-08-30 Paul EggertMerge from trunk.
2011-08-30 Paul Eggert* configure.in: Remove no-longer used HP patterns.
2011-08-30 Paul Eggert* configure.in (opsys): Change pattern to *-*-linux*.
2011-08-30 Eli Zaretskiisrc/image.c (x_bitmap_pixmap): Cast to int to avoid...
2011-08-30 Eli ZaretskiiFix bug #9402 with :align-to on TTY frames.
2011-08-30 Paul Eggert* dbusbind.c (signature_cat): New function.
2011-08-30 Paul Eggert* configure.in (opsys): Add pattern *-gnu-linux*
2011-08-30 Chong YidongDocument new Emacs 24 faces in Lisp manual.
2011-08-30 Stefan Monnier* lisp/subr.el (event-modifiers): Fix "missing modifier...
2011-08-30 Reuben Thomas* lisp/vc/pcvs-defs.el (cvs-find-file-and-jump): Typo...
2011-08-30 Paul EggertMerge from trunk.
2011-08-30 Paul Eggert* MACHINES: Remove obsolete info and update a bit ...
2011-08-30 Paul Eggert* PROBLEMS: Remove obsolete comment re Yellow Dog ...
2011-08-29 Chong YidongUpdate and edit manual sections on major modes.
2011-08-29 Paul Eggert* font.c, gtkutil.c: Include <float.h>.
2011-08-29 Juri Linkov* lisp/isearch.el (isearch-done): Don't display message...
2011-08-29 Paul EggertMerge from trunk.
2011-08-29 Paul Eggert* xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.
2011-08-29 Paul Eggert* xterm.c (x_io_error_quitter): Don't overrun sprintf...
2011-08-29 Paul Eggert* xfns.c (x_window): Make sprintf buffer a bit bigger
2011-08-29 Paul Eggert* xfaces.c (x_update_menu_appearance): Don't overrun...
2011-08-29 Paul Eggert* term.c (produce_glyphless_glyph): Make sprintf buffer...
2011-08-29 Paul Eggert* process.c (make_process): Use printmax_t, not int...
2011-08-29 Paul Eggert* print.c (float_to_string): Detect width overflow...
2011-08-29 Paul Eggert* nsterm.m ((NSSize)windowWillResize): Use esprintf...
2011-08-29 Paul Eggert* macros.c (executing_kbd_macro_iterations): Now EMACS_...
2011-08-29 Paul Eggert* lread.c (dir_warning): Don't blindly alloca buffer...
2011-08-29 Paul Eggert* gtkutil.c (xg_check_special_colors, xg_set_geometry):
2011-08-29 Paul Eggert* frame.c (tty_frame_count): Now printmax_t, not int.
2011-08-29 Paul Eggert* fontset.c (num_auto_fontsets): Now printmax_t, not...
2011-08-29 Stefan Monnier* leim/quail/latin-ltx.el: Complete the super and subsc...
2011-08-29 Paul Eggert* font.c (font_unparse_xlfd): Don't blindly alloca...
2011-08-29 Paul Eggert* filelock.c (lock_file_1, lock_file): Don't blindly...
2011-08-29 Paul Eggert* eval.c (verror): Simplify by rewriting in terms of...
2011-08-29 Paul Eggert* emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer
2011-08-29 Paul Eggert* editfns.c (Fcurrent_time_zone): Don't overrun buffer
2011-08-29 Paul Eggert* dispnew.c (add_window_display_history): Don't overrun...
2011-08-29 Paul Eggert* dbusbind.c (xd_signature, Fdbus_register_signal):
2011-08-29 Paul Eggertsprintf-related integer and memory overflow issues.
2011-08-29 Paul Eggert* image.c (parse_image_spec): Check for nonnegative...
2011-08-29 Paul EggertAdd Bug#.
2011-08-28 Paul Eggert* update-game-score.c: Include <limits.h>
2011-08-28 Paul Eggert* movemail.c (main): Do not use sprintf when its result...
2011-08-28 Paul Eggert* etags.c (xmalloc, xrealloc): Accept size_t, not unsig...
2011-08-28 Paul EggertInteger and memory overflow issues.
2011-08-28 Daiki UenoMerge changes made in Gnus trunk.
2011-08-28 Chong YidongFix package menu bug in marking obsolete packages for...
2011-08-28 Chong YidongAdd xrefs to View Mode node to Emacs manual.
2011-08-28 Chong YidongDocument copy-directory and related changes in manuals.
2011-08-28 Johan Bockgård* src/term.c (init_tty) [HAVE_GPM]: Move mouse settings...
2011-08-28 Chong YidongDocument trash changes in manual.
2011-08-28 Chong YidongMake custom-theme-choose-mode inherit from special...
2011-08-28 Christoph ScholtesMake Help mode inherit from special-mode.
2011-08-28 Chong YidongUpdate manuals for some Emacs 24 changes.
2011-08-28 Chong Yidong* lisp/server.el (server-port): Doc fix.
2011-08-28 Alan MackenzieFix - typing on a C++ inher-intro or inher-cont line...
2011-08-28 Bastien GuerryA few cosmetic fixes in lisp/org/ChangeLog.
2011-08-28 Deniz Dogan* lisp/net/rcirc.el (rcirc-insert-prev-input)
2011-08-28 Stefan Monnier* lisp/shell.el (shell-parse-pcomplete-arguments):...
2011-08-27 Eli ZaretskiiFix vertical cursor motion from start of R2L lines...
2011-08-27 Eli Zaretskiisrc/bidi.c: Rearrange commentary to bidi_fetch_char.
2011-08-27 Eli ZaretskiiMinor fix of documenting for focus-follows-mouse.
2011-08-27 Alan Mackenzietextmodes/paragraphs.el. Undo previous accidental...
2011-08-27 Alan Mackenzieprogmodes/cc-menus.el (cc-imenu-c++-generic-expression...
2011-08-27 Martin RudalicsFix bug in display-buffer-reuse-window (Bug#9381).
2011-08-27 Eli Zaretskiietc/NEWS: Fix entries related to bidirectional support.
2011-08-27 Deniz Dogan* net/rcirc.el (rcirc-check-auth-status): Adding suppor...
2011-08-27 Eli ZaretskiiTUTORIAL.he: Use LRE instead of LRO.
2011-08-27 Paul Eggert* ccl.c: Improve and simplify overflow checking (Bug...
2011-08-27 Juanma Barranquerosrc/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on...
2011-08-27 Glenn Morris* lisp/saveplace.el (save-place-limit): Make it finite...
2011-08-26 Chong YidongRe-order NEWS items.
2011-08-26 Paul EggertMerge from trunk.
2011-08-26 Chong Yidong* package.el (package-install): Call package-initialize...
2011-08-26 Chong YidongDocument package manager in Emacs manual.
2011-08-26 Glenn MorrisAuto-commit of generated files.
2011-08-26 Eli ZaretskiiFix bug #9324 with unwarranted repositioning of point.
2011-08-26 Leo LiuFix format bug in defstruct
2011-08-26 Katsumi Yamaokamailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2011-08-26 Jan Djärv* configure.in: Add -MP to DEPFLAGS.
2011-08-26 Paul EggertMerge from trunk.
2011-08-26 Katsumi Yamaokagnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2011-08-25 Paul EggertMerge from trunk.
2011-08-25 Juri Linkov* lisp/isearch.el (isearch-occur): Let-bind `search...
2011-08-25 Juri Linkov* lisp/isearch.el (isearch-edit-string): Let-bind ...
2011-08-25 Juri Linkov* lisp/textmodes/ispell.el (ispell-command-loop): Add...
2011-08-25 Juri Linkov* lisp/battery.el (display-battery-mode): If `battery...
2011-08-25 Paul EggertMerge from trunk.
2011-08-25 Eli ZaretskiiFix last change for text terminals.
2011-08-25 Eli ZaretskiiFix cursor motion with long continued lines near window...
2011-08-25 Chong YidongFix Emacs manual chapter numbers in last change.
2011-08-25 Chong YidongRelocate some additional Emacs manual nodes.
2011-08-25 Chong YidongRearrange manual chapters to group mail, rmail, and...
2011-08-25 Bastien GuerryCosmetic fixes.
2011-08-25 Eli ZaretskiiHandle `(space ...)' display spec as paragraph separator.
2011-08-25 Deniz Dogan* lisp/net/quickurl.el: Documentation typo fixes.
2011-08-25 Glenn Morris* lisp/emacs-lisp/derived.el (define-derived-mode)...
next