summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * mh-e.el (Version, mh-version): Update for release 8.2.90.mh-e-8.2.90Bill Wohler2011-07-10
|
* * NEWS, MH-E-NEWS: Update for MH-E release 8.2.90.Bill Wohler2011-07-10
|
* * mh-utils.el (mh-sub-folders-actual): Remove FIXME question.Bill Wohler2011-07-10
|
* * mh-mime.el (mh-decode-message-subject): Fix case of Subject.Bill Wohler2011-07-10
|
* gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*' renamed to ↵Lars Magne Ingebrigtsen2011-07-10
| | | | `debbugs-gnu-*'.
* * src/xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.Johan Bockgård2011-07-10
|
* Fix building doc/emacs on MS-Windows.Andy Moreton2011-07-10
| | | | doc/emacs/makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
* * xmenu.c (menu_highlight_callback): Only pass frame to show_help_eventJan Djärv2011-07-10
| | | | | | for non-popups. Fixes: debbugs:3642
* * mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)Bill Wohler2011-07-10
| | | | | | (mh-make-folder): Replace calls to switch-to-buffer with of pop-to-buffer. The former is intended for interactive use only and generates warnings in Emacs 24.
* (Mode Line Variables): Document `mode-line-remote' and `mode-line-client'Lars Magne Ingebrigtsen2011-07-10
| | | | Fixes: debbugs:2975
* (Mode Line): Clarify that coding systems are characters, not letters.Lars Magne Ingebrigtsen2011-07-10
| | | | Fixes: debbugs:1749
* (Insertion): Clarify marker movements.Lars Magne Ingebrigtsen2011-07-10
| | | | | | Text from Drew Adams. Fixes: debbugs:1651
* (Environment): Mention removing variablesLars Magne Ingebrigtsen2011-07-10
| | | | Text suggested by Kevin Rodgers.
* (tool-bar-mode): Clarify positive/negative argumentsLars Magne Ingebrigtsen2011-07-10
|
* Revert last change of display-buffer-normalize-default.Martin Rudalics2011-07-10
|
* Don't invert meaning of even-window-heights in display-buffer-normalize-default.Martin Rudalics2011-07-10
| | | | | | * window.el (display-buffer-normalize-default): Don't invert meaning of even-window-heights. Reported by Eli Zaretskii <eliz@gnu.org>.
* ProtoizeAndreas Schwab2011-07-10
| | | | | | * src/alloc.c (reset_malloc_hooks): Protoize. * src/cm.c (losecursor): Likewise. * src/ralloc.c (r_alloc_check): Likewise.
* ProtoizeAndreas Schwab2011-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/buffer.c (mmap_init, mmap_find, mmap_free_1, mmap_enlarge) (mmap_set_vars, mmap_alloc, mmap_free, mmap_realloc): Protoize. * src/data.c (fmod): Likewise. * src/dispnew.c (swap_glyphs_in_rows): Likewise. * src/emacs.c (memory_warning_signal): Likewise. * src/floatfns.c (float_error): Likewise. * src/font.c (check_gstring, check_otf_features, otf_tag_symbol) (otf_open, font_otf_capability, generate_otf_features) (font_otf_DeviceTable, font_otf_ValueRecord, font_otf_Anchor): Likewise. * src/image.c (pbm_read_file): Likewise. * src/indent.c (string_display_width): Likewise. * src/intervals.c (check_for_interval, search_for_interval) (inc_interval_count, count_intervals, root_interval) (adjust_intervals_for_insertion, make_new_interval): Likewise. * src/lread.c (defalias): Likewise. * src/regex.c (set_image_of_range_1, set_image_of_range) (regex_grow_registers): Likewise. * src/sysdep.c (strerror): Likewise. * src/termcap.c (valid_filename_p, tprint, main): Likewise. * src/tparam.c (main): Likewise. * src/unexhp9k800.c (run_time_remap, save_data_space) (update_file_ptrs, read_header, write_header, calculate_checksum) (copy_file, copy_rest, display_header): Likewise. * src/widget.c (mark_shell_size_user_specified, create_frame_gcs): Likewise. * src/xdisp.c (check_it): Likewise. * src/xfaces.c (register_color, unregister_color, unregister_colors): Likewise. * src/xfns.c (print_fontset_result): Likewise. * src/xrdb.c (member, fatal, main): Likewise.
* Fix ChangeLog to reflect merge better.Paul Eggert2011-07-09
|
* Merge from trunk.Paul Eggert2011-07-09
|\
| * * doc/emacs/misc.texi (Amusements): Don't mention Yow; it's crippled.Chong Yidong2011-07-10
| |
| * Move Minor Modes node of Emacs manual next to the Major Modes nodeChong Yidong2011-07-10
| | | | | | | | | | | | | | | | | | | | and out of the Customizations chapter. * doc/emacs/modes.texi: Rename from major.texi. (Modes): New node. Make Major Modes and Minor Modes subsections of this. All callers changed. * doc/emacs/custom.texi (Minor Modes): Move to modes.texi.
| * Remove Syntax node from Emacs manual.Chong Yidong2011-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This node served no purpose in the Customization section. * doc/emacs/custom.texi (Syntax): Node deleted. * doc/emacs/emacs.texi (Top): Update node listing. * doc/emacs/help.texi (Help Summary): * doc/emacs/major.texi (Major Modes): * doc/emacs/programs.texi (Parentheses): * doc/emacs/search.texi (Regexp Backslash, Regexp Backslash) (Regexp Backslash): * doc/emacs/text.texi (Words): Callers changed.
| * Remove documentation for Refill and Longlines modes.Chong Yidong2011-07-09
| | | | | | | | | | | | | | | | | | | | These will be obsoleted in a future version of Emacs. * text.texi (Refill, Longlines): Delete nodes. * ack.texi (Acknowledgments): Longlines removed from manual. * emacs.texi (Top): Update node listing.
| * Fix last change.Chong Yidong2011-07-09
| |
| * Tweak link and startup screen faces.Chong Yidong2011-07-09
| | | | | | | | | | | | | | | | | | | | | | | | See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00478.html for a discussion of the link face. The changes to the startup faces are so that they can take advantage of the light/dark background settings already defined for those faces. * lisp/faces.el (link): Use a less saturated blue on light backgrounds. * lisp/startup.el (fancy-startup-text, fancy-about-text) (fancy-startup-tail): Use font-lock faces, for background safety.
| * * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).Bob Rogers2011-07-09
| |
| * Fix incorrect args to display-buffer-reuse-window in ↵Chong Yidong2011-07-09
| | | | | | | | | | | | | | 2011-07-09T12:32:38Z!rudalics@gmx.at. * lisp/window.el (display-buffer): Fix arguments to display-buffer-reuse-window in last change.
| * * lib/stdint.in.h: Merge from gnulib (Bug#9025).Paul Eggert2011-07-09
| | | | | | | | This fixes a build problem on older Mac OS X hosts.
| * Document "ignored" arguments to keep checkdoc happy.Bill Wohler2011-07-09
| | | | | | | | | | | | | | * mh-speed.el (mh-speed-toggle,mh-speed-view): Ditto * mh-search.el (mh-flists-execute): Ditto. * mh-funcs.el (mh-undo-folder): Ditto. * mh-comp.el (mh-user-agent-compose): Ditto.
| * * mh-xface.el (mh-face-to-png, mh-uncompface)Bill Wohler2011-07-09
| | | | | | | | | | (mh-picon-file-contents): Only call set-buffer-multibyte if it exists, which it doesn't in XEmacs.
| * Limit triggering of abbrev expansion in viper-mode (Bug#9038)Bob Nnamtrop2011-07-09
| | | | | | | | | | * lisp/emulation/viper-cmd.el (viper-change-state-to-vi): Limit triggering of abbrev expansion.
| * Remove duplicate ChangeLog entry.Glenn Morris2011-07-09
| |
| * src/chartab.c (uniprop_table_uncompress): Remove unused local variable.Juanma Barranquero2011-07-09
| |
| * Simplify normalization of default buffer display specifieres and options.Martin Rudalics2011-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.el (display-buffer-default-specifiers): Remove. (display-buffer-macro-specifiers): Remove default specifiers. (display-buffer-alist): Default to nil. (display-buffer-reuse-window): New optional argument other-window. (display-buffer-pop-up-window): Allow splitting internal windows. Check whether a live window was created. (display-buffer-other-window-means-other-frame) (display-buffer-normalize-arguments): Rename to display-buffer-normalize-argument and rewrite. Set the other-window specifier. (display-buffer-normalize-special): New function. (display-buffer-normalize-options): Rename to display-buffer-normalize-default and rewrite. (display-buffer-normalize-options-inhibit): Remove. (display-buffer-normalize-specifiers): Rewrite. (display-buffer): Process other-window specifier and call display-buffer-reuse-window with it. Emulate Emacs 23 behavior more faithfully. (pop-up-windows, even-window-heights): Restore Emacs 23 default values. (display-buffer-alist-set): Don't handle 'unset default values. (display-buffer-in-window, display-buffer-alist-set): Replace symbol "dedicated" by "dedicate". Reported by Tassilo Horn <tassilo@member.fsf.org>.
| * * lib-src/update-game-score.c (usage): Update usage line.Andreas Schwab2011-07-09
| |
| * Auto-commit of generated files.Glenn Morris2011-07-09
| |
| * * m4/pthread_sigmask.m4 (gl_FUNC_PTHREAD_SIGMASK): Omit gl_THREADLIBPaul Eggert2011-07-09
| | | | | | | | | | | | | | | | | | test, which runs afoul of Automake installations where, for example, /usr/share/aclocal contains a copy of gl_THREADLIB. Problem reported by Sven Joachim in <http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00529.html>. This is just a quick temporary fix, specific to Emacs; I'll work with the other gnulib maintainers to get a more-permanent fix.
| * * gtkutil.c (qttip_cb): Remove code without function.Jan Djärv2011-07-09
| |
| * Fix MS-Windows build broken by 2011-07-08T20:39:30Z!eggert@cs.ucla.edu.Eli Zaretskii2011-07-09
| | | | | | | | src/w32.c (pthread_sigmask): New stub.
* | Add Bug#.Paul Eggert2011-07-08
| |
* | Fix minor problems found by static checking.Paul Eggert2011-07-08
|/ | | | | | | | * chartab.c (char_table_set_range, map_sub_char_table) (uniprop_table_uncompress): Remove unused locals. (uniprop_table): Now static. * composite.c (_work_char): Remove unused static var. * gtkutil.c (qttip_cb): Remove stray no-effect statement.
* Restore accidental change to insert-registerLeo Liu2011-07-09
|
* * doc/emacs/fortran-xtra.texi (Fortran): Update handled extensions.Glenn Morris2011-07-08
|
* * lisp/subr.el (remq): Handle the empty list. (Bug#9024)Glenn Morris2011-07-08
|
* Merge: Add gnulib's strtoimax module, needed on Solaris 8.Paul Eggert2011-07-08
|\ | | | | | | | | | | | | * Makefile.in (GNULIB_MODULES): Add strtoimax. * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, automatically imported from gnulib. * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
| * Add strtoimax module, needed for Solaris 8 port.Paul Eggert2011-07-08
|/ | | | | | | * Makefile.in (GNULIB_MODULES): Add strtoimax. * lib/strtoll.c, m4/strtoimax.m4, m4/strtoll.m4: New files, automatically imported from gnulib. * lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
* Fix ChangeLog typos in previous commit.Paul Eggert2011-07-08
|
* Merge: Use pthread_sigmask, not sigprocmask (Bug#9010).Paul Eggert2011-07-08
|\
| * Merge from trunk.Paul Eggert2011-07-08
| |\ | |/ |/|