aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an index for customizing fringe bitmaps.Xue Fuqiao2013-10-261-0/+1
|
* * doc/lispref/display.texi (Fringe Indicators): Add indexes for fringe ↵Xue Fuqiao2013-10-261-0/+4
| | | | indicators.
* * doc/lispref/display.texi (Low-Level Font): Improve indexing.Xue Fuqiao2013-10-251-2/+3
|
* * doc/lispref/nonascii.texi (Character Properties): Add an index forXue Fuqiao2013-10-251-0/+2
| | | | script symbols.
* * doc/lispref/display.texi (Fontsets): Minor wording fix.Xue Fuqiao2013-10-251-0/+4
|
* Improve indexing.Xue Fuqiao2013-10-241-1/+1
|
* * doc/lispref/display.texi (Low-Level Font): Add an index for font registry.Xue Fuqiao2013-10-241-0/+1
|
* * doc/lispref/display.texi (Font Selection): Add indexes for font selection.Xue Fuqiao2013-10-241-0/+1
|
* * doc/lispref/display.texi (Face Remapping): Add indexes for face remapping.Xue Fuqiao2013-10-241-0/+4
|
* Remove remaining @refills from doc/*/*.texi filesGlenn Morris2013-10-231-1/+5
|
* Progress towards allowing installation in directories with whitespaceGlenn Morris2013-10-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in (COPYDESTS, write_subdir, install-arch-dep) (install-arch-indep, install-etcdoc, install-info, install-man) (install-etc, uninstall): Quote entities that might contain whitespace. * build-aux/update-subdirs: Handle whitespace in argument. Check cd return value. * doc/emacs/Makefile.in (install-dvi, install-html, install-pdf) (install-ps, uninstall-dvi, uninstall-html, uninstall-ps) (uninstall-pdf): Quote entities that might contain whitespace. * doc/lispintro/Makefile.in (install-dvi, install-html, install-pdf) (install-ps, uninstall-dvi, uninstall-html, uninstall-ps) (uninstall-pdf): Quote entities that might contain whitespace. * doc/lispref/Makefile.in (install-dvi, install-html, install-pdf) (install-ps, uninstall-dvi, uninstall-html, uninstall-ps) (uninstall-pdf): Quote entities that might contain whitespace. * doc/misc/Makefile.in (install-dvi, install-html, install-pdf) (install-ps, uninstall-dvi, uninstall-html, uninstall-ps) (uninstall-pdf): Quote entities that might contain whitespace. * lib-src/Makefile.in ($(DESTDIR)${archlibdir}, need-blessmail, install) (uninstall): Quote entities that might contain whitespace. * nt/Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall): Quote entities that might contain whitespace.
* Add indexes for the ‘:box’ face attribute.Xue Fuqiao2013-10-191-0/+4
| | | | * doc/lispref/display.texi (Face Attributes): Add indexes for the ‘:box’ face attribute.
* Another index for line height.Xue Fuqiao2013-10-181-1/+1
|
* * doc/lispref/display.texi (Line Height): Add an index for line height.Xue Fuqiao2013-10-181-0/+4
|
* * doc/lispref/display.texi (Width): Fix arguments of ↵Xue Fuqiao2013-10-171-0/+4
| | | | ‘truncate-string-to-width’.
* Add an index for explicit selective display.Xue Fuqiao2013-10-161-0/+5
| | | | | * doc/lispref/display.texi (Selective Display): Add an index for explicit selective display.
* * doc/lispref/display.texi (Warning Basics): Mention the ‘*Warnings*’ ↵Xue Fuqiao2013-10-151-0/+4
| | | | buffer.
* Use accented form of some namesGlenn Morris2013-10-121-0/+4
| | | | | | | | | | * doc/emacs/ack.texi (Acknowledgments): * doc/emacs/emacs.texi (Acknowledgments): * doc/lispref/intro.texi (Acknowledgments): Use accented form of some names. * lisp/emacs-lisp/authors.el (authors-aliases, authors-ignored-files): Add some entries. (authors-fixed-entries): Use accented form of name.
* Doc tweaks for condGlenn Morris2013-10-091-0/+4
| | | | | | * doc/lispref/control.texi (Conditionals): Copyedits. * src/eval.c (Fcond): Doc tweak.
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-0/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/xterm.h (xw_popup_dialog): Add prototype. src/xmenu.c (Fx_popup_dialog): Function moved to menu.c. (xmenu_show): Block input here, instead in Fx_popup_menu. (xw_popup_dialog): New function, with X-specific bits of popup dialogs. src/xdisp.c (deep_copy_glyph_row, display_tty_menu_item): New functions. src/window.c (Fset_window_configuration): Use run-time tests of the frame type instead of compile-time conditionals, when menu-bar lines are considered. src/w32term.h (w32con_hide_cursor, w32con_show_cursor) (w32_popup_dialog): New prototypes. src/w32menu.c (Fx_popup_dialog): Function deleted. (w32_popup_dialog): New function, with w32 specific bits of popup dialogs. Block input here. src/w32inevt.c (w32_console_read_socket): Minor change to add debugging TTY events. src/w32fns.c (show_hourglass): If returning early because the frame is not a GUI frame, unblock input. src/w32console.c (w32con_hide_cursor, w32con_show_cursor, cursorX) (cursorY): New functions. src/termhooks.h (cursorX, cursorY): Prototypes of functions on WINDOWSNT, macros that call curX and curY elsewhere. src/termchar.h (struct tty_display_info) <showing_menu>: New flag. src/term.c (tty_hide_cursor, tty_show_cursor) [WINDOWSNT]: Call w32 specific function to hide and show cursor on a text-mode terminal. (tty_menu_struct, struct tty_menu_state): New structures. (tty_menu_create, tty_menu_make_room, tty_menu_search_pane) (tty_menu_calc_size, mouse_get_xy, tty_menu_display) (have_menus_p, tty_menu_add_pane, tty_menu_add_selection) (tty_menu_locate, save_and_enable_current_matrix) (restore_desired_matrix, screen_update, read_menu_input) (tty_menu_activate, tty_menu_destroy, tty_menu_help_callback) (tty_pop_down_menu, tty_menu_last_menubar_item) (tty_menu_new_item_coords, tty_menu_show): New functions. (syms_of_term): New DEFSYMs for tty-menu-* symbols. src/nsterm.h (ns_popup_dialog): Adjust prototype. src/nsmenu.m (ns_menu_show): Block and unblock input here, instead of in x-popup-menu. (ns_popup_dialog): Adapt order of arguments to the other *_menu_show implementations. (Fx_popup_dialog): Function deleted. src/msdos.c (x_set_menu_bar_lines): Delete unused function. src/menu.h (tty_menu_show, menu_item_width): provide prototypes. src/menu.c (have_boxes): New function. (single_keymap_panes): Use it instead of a compile-time conditional. (single_menu_item): Use run-time tests of the frame type instead of compile-time conditionals. (encode_menu_string): New function. (list_of_items, list_of_panes): Use it instead of ENCODE_STRING the macro, since different types of frame need different encoding of menu items. (digest_single_submenu): Use run-time tests of frame type instead of, or in addition to, compile-time conditionals. (menu_item_width, Fmenu_bar_menu_at_x_y): New functions. (Fx_popup_menu): Detect when the function is called from keyboard on a TTY. Don't barf when invoked on a text-mode frame. Check frame type at run time, instead of compile-time conditionals for invoking terminal-specific menu-show functions. Call tty_menu_show on text-mode frames. (Fx_popup_dialog): Moved here from xmenu.c. Test frame types at run time to determine which alternative to invoke; support dialogs on TTYs. src/keyboard.h <Qmouse_movement>: Declare. src/keyboard.c <Qmouse_movement>: Now extern. <Qecho_keystrokes>: New static variable. (read_key_sequence): Accept an additional argument, a flag to prevent redisplay during reading of the key sequence. All callers changed. (read_menu_command): New function. (read_char): When COMMANDFLAG is -2, do not redisplay and do not autosave. (toolkit_menubar_in_use): New function. (make_lispy_event): Use it instead of a compile-time test. src/fns.c (Fyes_or_no_p) [HAVE_MENUS]: Don't condition on window-system being available. src/editfns.c (Fmessage_box) [HAVE_MENUS]: Don't condition the call to x-popup-dialog on the frame type, they all now support popup dialogs. src/dispnew.c (save_current_matrix): Save the margin areas. (restore_current_matrix): Restore margin areas. (update_frame_with_menu): New function. src/dispextern.h (display_tty_menu_item, update_frame_with_menu): Add prototypes. src/alloc.c (make_save_ptr): Now compiled unconditionally. lisp/tmm.el (tmm-menubar): Adapt doc string to TTY menus functionality. lisp/tooltip.el (tooltip-mode): Don't error out on TTYs. lisp/menu-bar.el (popup-menu, popup-menu-normalize-position): Moved here from mouse.el. (popup-menu): Support menu-bar navigation on TTYs using C-f/C-b and arrow keys. (tty-menu-navigation-map): New map for TTY menu navigation. lisp/loadup.el ("tooltip"): Load even if x-show-tip is not available. lisp/frame.el (display-mouse-p): Report text-mode mouse as available on w32. (display-popup-menus-p): Report availability if mouse is available; don't condition on window-system. lisp/faces.el (tty-menu-enabled-face, tty-menu-disabled-face) (tty-menu-selected-face): New faces. configure.ac (HAVE_MENUS): Define unconditionally. doc/emacs/screen.texi (Menu Bar): Adapt to TTY menus. doc/emacs/frames.texi (Frames): Mention menu support on text terminals. doc/emacs/files.texi (Visiting): Mention the "File" menu-bar menu. doc/emacs/display.texi (Standard Faces): Mention TTY faces for menus. doc/lispref/keymaps.texi (Defining Menus, Mouse Menus, Menu Bar): Modify wording to the effect that menus are supported on TTYs. doc/lisprefframes.texi (Pop-Up Menus, Dialog Boxes) (Display Feature Testing): Update for menu support on TTYs. etc/NEWS: Mention the new features.
| * More updates for documentation.Eli Zaretskii2013-10-031-0/+8
| |
* | * doc/lispref/tips.texi (Comment Tips): Discourage use of triple semi-colonsStefan Monnier2013-10-061-0/+5
| | | | | | | | for non-headings.
* | * doc/lispref/syntax.texi (Categories): Add an index for category sets.Xue Fuqiao2013-10-051-0/+4
| |
* | Add an index for modify-syntax-entry.Xue Fuqiao2013-10-031-1/+2
| |
* | * doc/lispref/syntax.texi (Syntax Flags): Add an index for comment style.Xue Fuqiao2013-10-031-0/+4
| |
* | Add an index for the table of syntax classes.Xue Fuqiao2013-10-021-0/+4
| | | | | | | | * doc/lispref/syntax.texi (Syntax Class Table): Add an index for syntax class table.
* | Refine documentation of `looking-back'.Xue Fuqiao2013-09-291-0/+4
|/ | | | | * lisp/subr.el (looking-back): Do not recommend using looking-back. (bug#5689) * doc/lispref/searching.texi (Regexp Search): Refine.
* * doc/lispref/nonascii.texi (Default Coding Systems): Typo fix.Xue Fuqiao2013-09-221-0/+4
|
* Add information about carriage-return in lispref.Xue Fuqiao2013-09-211-0/+4
| | | | * doc/lispref/nonascii.texi (Coding System Basics): Add information about carriage-return.
* Fix bug #15375 with inaccurate docs of display margin width values.Eli Zaretskii2013-09-141-0/+5
| | | | | | | | doc/lispref/display.texi (Display Margins): State the units of measuring margin width. src/buffer.c (syms_of_buffer) <left-margin-width, right-margin-width>: Doc fix.
* doc/lispref/text.texi (Not Intervals): Minor wording fix.Eli Zaretskii2013-09-131-1/+6
|
* * doc/lispref/functions.texi (Obsolete Functions): Add an index for obsolete ↵Xue Fuqiao2013-09-121-0/+4
| | | | functions.
* Character properties fix in lispref.Xue Fuqiao2013-09-121-0/+5
| | | | | * doc/lispref/nonascii.texi (Character Properties): Character properties fix for decimal-digit-value and digit-value.
* * doc/lispref/macros.texi (Defining Macros): Prefer "function" to "lambdaStefan Monnier2013-09-081-0/+5
| | | | | | expression". Fixes: debbugs:15296
* * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,Paul Eggert2013-08-271-0/+5
| | | | for portability to hosts where /bin/sh has problems.
* * lispref/variables.texi (File Local Variables): Don't recommend quoting!Stefan Monnier2013-08-261-0/+4
|
* Document problems with Windows file names that end in blanks.Eli Zaretskii2013-08-201-0/+5
| | | | | doc/lispref/files.texi (Information about Files): Mention file names with trailing blanks on MS-Windows. (Bug#15130)
* Minor improving in indexing of buffer position.Xue Fuqiao2013-08-191-0/+4
| | | | * doc/lispref/positions.texi (Positions): Improve indexing.
* Minor improving in indexing of "region".Eli Zaretskii2013-08-181-0/+4
| | | | doc/lispref/markers.texi (The Region): Improve indexing.
* * text.texi (Case Changes): Fix an `args-out-of-range' error in the example.Xue Fuqiao2013-08-171-0/+1
|
* * doc/lispref/modes.texi (SMIE, SMIE Grammar, SMIE Indentation): Add some ↵Xue Fuqiao2013-08-171-0/+2
| | | | indexes.
* * doc/emacs/text.texi (Columns): Comment out undefined behavior.Xue Fuqiao2013-08-171-0/+1
|
* * doc/emacs/text.texi (Sorting): Fix indentation.Xue Fuqiao2013-08-171-0/+1
|
* * doc/emacs/text.texi (Filling): Add cross-reference for hard newlines.Xue Fuqiao2013-08-171-0/+1
|
* Mention interactive call of buffer-disable-undo.Xue Fuqiao2013-08-171-0/+5
| | | | | * doc/lispref/text.texi (Maintaining Undo): Mention interactive call of buffer-disable-undo.
* Doc fix for `buffer-undo-list'.Xue Fuqiao2013-08-161-0/+1
|
* doc/lispref/text.texi(Margins): Add an index.Xue Fuqiao2013-08-161-0/+1
|
* Refine the documentation of `insert-buffer-substring'.Xue Fuqiao2013-08-161-1/+1
|
* * doc/lispref/text.texi (Insertion): Add cross-references.Xue Fuqiao2013-08-161-0/+2
|
* Remove documentation of undefined behavior.Xue Fuqiao2013-08-161-0/+6
| | | | | | | | * doc/lispref/positions.texi (Character Motion): * doc/lispref/markers.texi (Moving Markers): (Creating Markers): Comment out undefined behavior. * src/marker.c (set_marker): Remove documentation of undefined behavior.