- 12 Aug, 2014 4 commits
-
-
Juri Linkov authored
instead of `ignore-errors'. Fixes: debbugs:18189
-
Stefan Monnier authored
`intangible' is evil.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
- 11 Aug, 2014 8 commits
-
-
Sam Steingold authored
* lisp/textmodes/sgml-mode.el (sgml-validate-command): Set depending on the presence of known validators (tidy, (o)nsgmls).
-
Ulf Jasper authored
2014-08-11 Ulf Jasper <ulf.jasper@web.de> Newsticker: introduce `newsticker-treeview-date-format'. (Bug#17227) * net/newst-treeview.el (newsticker-treeview-date-format): New. (newsticker--treeview-list-add-item): Use `newsticker-treeview-date-format'.
-
Jan Djärv authored
* nsfns.m (Fx_create_frame): Call adjust_frame_size, set f->official.
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
-
Grégoire Jadi authored
Fixes: debbugs:18023
-
Glenn Morris authored
It causes a more serious problem than the one it solves. This closes bug#18141, and reopens bug#13522. * lisp/files.el (basic-save-buffer-2): Revert 2013-01-31 change. * src/fileio.c: Revert 2013-01-31 change. (choose_write_coding_system): No longer callable from Lisp. Move last piece back here from Fwrite_region. (Fwrite_region, syms_of_fileio): Update for above changes. * test/automated/data/files-bug18141.el.gz: New file. * test/automated/files.el (files-test-bug-18141-file): New variable and test.
-
- 10 Aug, 2014 7 commits
-
-
Paul Eggert authored
Fixes: debbugs:18232
-
Paul Eggert authored
This fix relies on having the 'fchdir' function, and on having "." be searchable (or at least readable, on platforms lacking O_SEARCH), but that's good enough to handle the vast majority of cases and the remaining folks can just live with the annoyance of file systems that occasionally can't be unmounted. * configure.ac (fchdir): New function to check for. * lib/save-cwd.c: Copy from gnulib, except omit the part that allocates memory, since that can cause problems in Emacs. * lib/save-cwd.h: Copy from gnulib. Fixes: debbugs:18232
-
Ulf Jasper authored
2014-08-10 Ulf Jasper <ulf.jasper@web.de> Enumerate evaluated sexp diary entries (Bug#7911). * calendar/icalendar.el (icalendar-export-sexp-enumerate-all) (icalendar-export-sexp-enumeration-days): New (icalendar-export-region): `icalendar--convert-to-ical' now returns a cons cell or a list of cons cells. (icalendar--convert-to-ical): Take care of `icalendar-export-sexp-enumerate-all'. Return (a list of) cons cells. (icalendar--convert-ordinary-to-ical), (icalendar--convert-weekly-to-ical), (icalendar--convert-yearly-to-ical), (icalendar--convert-block-to-ical), (icalendar--convert-block-to-ical), (icalendar--convert-float-to-ical), (icalendar--convert-cyclic-to-ical), (icalendar--convert-anniversary-to-ical): Return cons cell. (icalendar--convert-sexp-to-ical): Enumerate evaluated sexp entries. Return (list of) cons cells. 2014-08-10 Ulf Jasper <ulf.jasper@web.de> Enumerate evaluated sexp diary entries (Bug#7911). * automated/icalendar-tests.el (icalendar--convert-anniversary-to-ical), (icalendar--convert-cyclic-to-ical), (icalendar--convert-block-to-ical), (icalendar--convert-yearly-to-ical), (icalendar--convert-weekly-to-ical), (icalendar--convert-ordinary-to-ical): Returns cons cell now. (icalendar--convert-to-ical), (icalendar--convert-sexp-to-ical): New tests.
-
Reuben Thomas authored
src/msdos.c: include required menu.h src/term.c: set correct menu_show_hook on MSDOS.
-
Reuben Thomas authored
-
Martin Rudalics authored
* window.el (window-total-size): Make doc-string more self-contained.
-
Martin Rudalics authored
* dispnew.c (handle_window_change_signal): * keyboard.c (Fsuspend_emacs): Call change_frame_size with frame's menu bar lines subtracted from height. * frame.c (frame_inhibit_resize): Inhibit resizing of TTY frames. (adjust_frame_size): Count in menu bar when setting FrameRows. (make_terminal_frame): When setting up the frame's lines and text height don't count in the menu bar. (Fmake_terminal_frame): Call adjust_frame_size with menu bar lines subtracted from height. (do_switch_frame): Set tty's FrameRows to number of total lines of frame. (Fframe_pixel_height, Fframe_pixel_width): If no window system is used, return total number of lines and columns. * menu.c (emulate_dialog_with_menu): Use FRAME_TOTAL_LINES instead of FRAME_LINES. * term.c (OUTPUT, tty_set_terminal_modes) (tty_set_terminal_window, tty_set_scroll_region) (tty_clear_to_end, tty_write_glyphs, tty_write_glyphs_with_face) (tty_ins_del_lines, tty_menu_display, tty_menu_activate): Use FRAME_TOTAL_LINES instead of FRAME_LINES. (Fresume_tty): Use FRAME_TOTAL_LINES instead of FRAME_LINES. Call change_frame_size with frame's menu bar lines subtracted from height. * w32console.c (w32con_clear_to_end, w32con_clear_frame) (w32con_ins_del_lines): Use FRAME_TOTAL_LINES instead of FRAME_LINES.
-
- 09 Aug, 2014 11 commits
-
-
Juri Linkov authored
to reevaluate `vc-annotate-color-map'. Fixes: debbugs:18189
-
Reuben Thomas authored
-
Alan Mackenzie authored
top-level that can cause unacceptable slow-down in scrolling. See email Subject: Huge {...} blocks in C/C++ again, from Dmitry Antipov from 2013-10-14 in emacs-devel.
-
Eli Zaretskii authored
config.bat: Fix EOL format in lines modified by last commit. msdos/INSTALL: Fix last change.
-
Reuben Thomas authored
-
Martin Rudalics authored
In display-buffer-below-selected reuse window below selected if it shows buffer already (Bug#18181). * window.el (display-buffer-below-selected): Restore original behavior if buffer is already displayed in the window below the selected one (Bug#18181).
-
Reuben Thomas authored
-
Reuben Thomas authored
This also removes some specially-licensed files and lots of accompanying explanation.
-
Martin Rudalics authored
* window.c (Fwindow_new_total, Fwindow_new_normal) (Fwindow_new_pixel, Fset_window_new_pixel) (Fset_window_new_total, Fset_window_new_normal): Second attempt to fix the doc-strings of these functions. See: http://lists.gnu.org/archive/html/bug-gnu-emacs/2014-08/msg00287.html
-
Jan Djärv authored
(resources, setup_frame_cursor_bits): Remove unused variables and functions, esp. wrt. font. * widgetprv.h (EmacsFramePart): Remove font. Fixes: debbugs:18227
-
Paul Eggert authored
This incorporates: 2014-08-07 getdtablesize: fall back on sysconf (_SC_OPEN_MAX) 2014-08-05 sys_select: fix FD_ZERO problem on Solaris 10 * lib/getdtablesize.c, lib/sys_select.in.h: Update from gnulib.
-
- 08 Aug, 2014 7 commits
-
-
Stefan Monnier authored
event. Fixes: debbugs:18212
-
Rüdiger Sonderfeld authored
`ibuffer-auto-mode' menu entry. (ibuffer-mode-hook): Add `ibuffer-auto-mode' customization option.
-
Rüdiger Sonderfeld authored
I did not realize that a bug was filed for that patch. Also "make" instead of "made".
-
Eli Zaretskii authored
-
Martin Rudalics authored
* window.c (Fwindow_valid_p): Fix doc-string (Bug#18194). (Fwindow_new_total, Fwindow_normal_size, Fwindow_new_normal) (Fwindow_new_pixel, Fset_window_new_pixel) (Fset_window_new_total, Fset_window_new_normal) (Fwindow_resize_apply): Fix doc-strings (see Bug#18112).
-
Bastien Guerry authored
-
- 07 Aug, 2014 3 commits
-
-
Stefan Monnier authored
Fixes: debbugs:18212
-
Kelvin White authored
-
Eli Zaretskii authored
src/fontset.c (Finternal_char_font): Recompute basic faces if the frame's face cache was cleared.
-