- 10 Jul, 2011 28 commits
-
-
Bill Wohler authored
-
Bill Wohler authored
-
Bill Wohler authored
-
Bill Wohler authored
-
Lars Magne Ingebrigtsen authored
-
Johan Bockgård authored
-
Andy Moreton authored
doc/emacs/makefile.w32-in (EMACSSOURCES): Replace major.texi with modes.texi.
-
Jan Djärv authored
for non-popups. Fixes: debbugs:3642
-
Bill Wohler authored
(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.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:2975
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:1749
-
Lars Magne Ingebrigtsen authored
Text from Drew Adams. Fixes: debbugs:1651
-
Lars Magne Ingebrigtsen authored
Text suggested by Kevin Rodgers.
-
Lars Magne Ingebrigtsen authored
-
Martin Rudalics authored
-
Martin Rudalics authored
* window.el (display-buffer-normalize-default): Don't invert meaning of even-window-heights. Reported by Eli Zaretskii <eliz@gnu.org>.
-
Andreas Schwab authored
* src/alloc.c (reset_malloc_hooks): Protoize. * src/cm.c (losecursor): Likewise. * src/ralloc.c (r_alloc_check): Likewise.
-
Andreas Schwab authored
* 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.
-
Paul Eggert authored
-
Paul Eggert authored
-
Chong Yidong authored
-
Chong Yidong authored
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.
-
Chong Yidong authored
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.
-
Chong Yidong authored
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.
-
Chong Yidong authored
-
Chong Yidong authored
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.
-
Bob Rogers authored
-
Chong Yidong authored
* lisp/window.el (display-buffer): Fix arguments to display-buffer-reuse-window in last change.
-
- 09 Jul, 2011 12 commits
-
-
Paul Eggert authored
This fixes a build problem on older Mac OS X hosts.
-
Bill Wohler authored
* 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.
-
Bill Wohler authored
(mh-picon-file-contents): Only call set-buffer-multibyte if it exists, which it doesn't in XEmacs.
-
Bob Nnamtrop authored
* lisp/emulation/viper-cmd.el (viper-change-state-to-vi): Limit triggering of abbrev expansion.
-
Glenn Morris authored
-
Juanma Barranquero authored
-
Martin Rudalics authored
* 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>.
-
Andreas Schwab authored
-
Glenn Morris authored
-
Paul Eggert authored
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.
-
Jan Djärv authored
-
Eli Zaretskii authored
src/w32.c (pthread_sigmask): New stub.
-