Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix typo. | Chong Yidong | 2009-04-29 | 1 | -1/+1 | |
| | ||||||
* | * variables.texi (File Local Variables): Note that read-circle is | Chong Yidong | 2009-04-29 | 3 | -2/+21 | |
| | | | | | | | bound to nil when reading file-local variables. * streams.texi (Input Functions): Document read-circle. (Output Variables): Add xref to Circular Objects. | |||||
* | * files.el (hack-local-variables-prop-line) | Chong Yidong | 2009-04-29 | 5 | -6/+32 | |
| | | | | | | | (hack-local-variables, dir-locals-read-from-file): Bind read-circle to nil before reading. * lread.c (Vread_circle): New variable. (read1): Disable recursive read if Vread_circle is nil. | |||||
* | (set_default_ascii_font): Delete extern. | Kenichi Handa | 2009-04-29 | 1 | -1/+0 | |
| | ||||||
* | (set_default_ascii_font): Delete this unused function. | Kenichi Handa | 2009-04-29 | 2 | -17/+10 | |
| | ||||||
* | (x_set_font): When ARG is a font-object, check if the | Kenichi Handa | 2009-04-29 | 1 | -0/+10 | |
| | | | | | font-object matches with the ASCII font-spec of the frame's fontset. If not, create a new fontset for the frame. | |||||
* | * progmodes/which-func.el (which-function): Don't assume that | Chong Yidong | 2009-04-28 | 2 | -5/+8 | |
| | | | | | entries from `imenu--index-alist' are ordered by buffer position, which fails when submenus are present (Bug#3153). | |||||
* | * fns.c (Flocale_info): Protect vector from GC during decoding. | Andreas Schwab | 2009-04-28 | 3 | -26/+52 | |
| | | | | | * process.c (Fstart_process): Protect argv strings from GC during encoding. | |||||
* | (load-library): Improve docstring. | Stefan Monnier | 2009-04-28 | 1 | -6/+5 | |
| | ||||||
* | (Lisp Libraries): `load-library' does offer completion. | Stefan Monnier | 2009-04-28 | 2 | -5/+4 | |
| | ||||||
* | (quail-vunion): Remove unexplained nreverse. | Stefan Monnier | 2009-04-28 | 2 | -11/+17 | |
| | ||||||
* | Use dns-query instead of query-dns. Was renamed on 2008-12-25 in dns.el. | Reiner Steib | 2009-04-28 | 2 | -5/+10 | |
| | ||||||
* | (gdb-tooltip-print): Avoid "Non-X frame used" | Nick Roberts | 2009-04-28 | 1 | -1/+2 | |
| | | | | error with gud-tooltip-mode in the Linux console. | |||||
* | *** empty log message *** | Nick Roberts | 2009-04-28 | 1 | -0/+5 | |
| | ||||||
* | * frames.texi (Text-Only Mouse): Mention gpm-mouse-mode instead of | Chong Yidong | 2009-04-28 | 2 | -1/+7 | |
| | | | | t-mouse-mode. Suggested by Per Starbäck (Bug#3126). | |||||
* | Change arg name to make it clear that it's ignored. | Chong Yidong | 2009-04-28 | 1 | -1/+1 | |
| | ||||||
* | * tooltip.el (tooltip-show-help): Fall back on | Chong Yidong | 2009-04-28 | 2 | -16/+25 | |
| | | | | tooltip-show-help-non-mode for text-only displays. | |||||
* | (calc-mode): Replace `copy-list' with `copy-sequence'. | Jay Belanger | 2009-04-27 | 2 | -1/+5 | |
| | ||||||
* | * sysdep.c: Include <ctype.h>. | Andreas Schwab | 2009-04-27 | 2 | -0/+5 | |
| | ||||||
* | nsfont.m (nsfont_open): remove unused variable shrink. Remove commented-out ↵ | David Reitter | 2009-04-27 | 1 | -15/+2 | |
| | | | | code. | |||||
* | *** empty log message *** | David Reitter | 2009-04-27 | 1 | -0/+5 | |
| | ||||||
* | (syms_of_keyboard) <input-decode-map>: Doc fix. | Johan Bockgård | 2009-04-26 | 2 | -1/+5 | |
| | ||||||
* | (Tags): Clarify the text some more. | Eli Zaretskii | 2009-04-26 | 1 | -12/+12 | |
| | ||||||
* | (Tags): Clarify the text some more. | Eli Zaretskii | 2009-04-26 | 1 | -26/+26 | |
| | ||||||
* | Checked tips.texi. | Chong Yidong | 2009-04-26 | 1 | -1/+1 | |
| | ||||||
* | * tips.texi (Coding Conventions): Copyedits. Add xref to Named | Chong Yidong | 2009-04-26 | 2 | -95/+76 | |
| | | | | | | | | Features and Coding System Basics. Node that "p" stands for "predicate". Recommend utf-8-emacs instead of emacs-mule. (Key Binding Conventions): Emacs does use S-down-mouse-1, for mouse-appearance-menu. (Programming Tips): Add xref to Progress. | |||||
* | (calc-set-mode-line): Check to make sure that the correct Calc buffer | Jay Belanger | 2009-04-26 | 2 | -1/+10 | |
| | | | | | gets "Embed" in the mode line. (calc-mode): Copy stack list for additional Calc buffers. | |||||
* | (Tags): Clarify the text some more. | Eli Zaretskii | 2009-04-25 | 1 | -26/+28 | |
| | ||||||
* | * simple.el (line-move-visual): If point is stuck moving backwards | Chong Yidong | 2009-04-25 | 2 | -16/+27 | |
| | | | | | against a display string, temporarily ignore the goal column (Bug#3020). | |||||
* | Add comment for last change. | Chong Yidong | 2009-04-25 | 1 | -2/+3 | |
| | ||||||
* | * configure: Regenerate. | Chong Yidong | 2009-04-25 | 3 | -5357/+4421 | |
| | | | | * configure.in: Disable use of FreeType without libXft. | |||||
* | * startup.el (normal-top-level): Implement a work-around to handle | Chong Yidong | 2009-04-25 | 2 | -1/+21 | |
| | | | | changes to face-font-rescale-alist during initialization (Bug#1785). | |||||
* | (Tags): Fix last change. | Eli Zaretskii | 2009-04-25 | 1 | -5/+4 | |
| | ||||||
* | (Tags): Clarify text. (Bug#3101) | Eli Zaretskii | 2009-04-25 | 2 | -13/+21 | |
| | ||||||
* | (clear_cached_metrics): Remove, unused since 2008-08-02. | Jason Rumney | 2009-04-25 | 2 | -14/+4 | |
| | ||||||
* | Regenerate. | Chong Yidong | 2009-04-25 | 1 | -624/+946 | |
| | ||||||
* | (init_fringe_bitmap) [HAVE_X_WINDOWS && WORDS_BIG_ENDIAN]: | YAMAMOTO Mitsuharu | 2009-04-25 | 2 | -1/+10 | |
| | | | | Swap bytes in short integer if fringe bitmap width > 8. | |||||
* | * net/tramp.el (tramp-handle-directory-files-and-attributes-with-stat) | Michael Albinus | 2009-04-24 | 2 | -2/+13 | |
| | | | | | | (tramp-handle-file-name-all-completions): Don't use "-b" as ls arg. It does not work on OpenBSD. Reported by Taylor Venable <taylor@metasyntax.net>. | |||||
* | Fix typos. | Juanma Barranquero | 2009-04-24 | 1 | -5/+5 | |
| | ||||||
* | Fix typos. | Juanma Barranquero | 2009-04-24 | 1 | -9/+9 | |
| | ||||||
* | Revert incorrect checkin. | Chong Yidong | 2009-04-23 | 1 | -7/+1 | |
| | ||||||
* | * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var. | Chong Yidong | 2009-04-23 | 3 | -7/+28 | |
| | | | | (hi-lock-set-pattern, hi-lock-font-lock-hook): Use it (Bug#3068). | |||||
* | (Fx_list_fonts): If a font size is specified in PATTERN, set it in | Kenichi Handa | 2009-04-23 | 2 | -1/+21 | |
| | | | | returned scalable fonts. | |||||
* | (Security): Mention that EasyPG is the current default. | Daiki Ueno | 2009-04-22 | 2 | -7/+11 | |
| | ||||||
* | * keyboard.c (Fset_input_meta_mode): Doc fix. | Chong Yidong | 2009-04-22 | 6 | -24/+44 | |
| | | | | | | | | | | | | | | | | | | | | * dispnew.c (Fsend_string_to_terminal): Doc fix. * data.c (Fterminal_local_value, Fset_terminal_local_value): Doc fixes. * coding.c (Fterminal_coding_system): Doc fix. * xfns.c (Fx_display_grayscale_p, Fx_display_pixel_width) (Fx_display_pixel_height, Fx_display_planes) (Fx_display_color_cells, Fx_server_max_request_size) (Fx_server_vendor, Fx_server_version, Fx_display_screens) (Fx_display_mm_height, Fx_display_mm_width) (Fx_display_backing_store, Fx_display_visual_class) (Fx_display_save_under, Fx_close_connection, Fx_synchronize): Doc fixes, replacing "terminal id" with "terminal object". (check_x_display_info): Handle terminal objects instead of terminal ids. | |||||
* | Checked os.texi. | Chong Yidong | 2009-04-22 | 1 | -1/+1 | |
| | ||||||
* | Update documentation status. | Chong Yidong | 2009-04-22 | 1 | -0/+2 | |
| | ||||||
* | * os.texi (Command-Line Arguments): Document | Chong Yidong | 2009-04-22 | 2 | -53/+71 | |
| | | | | | | | | command-line-args-left. (Suspending Emacs): Adapt text to multi-tty case. Document use of terminal objects for tty arguments. (Startup Summary): Add xref to Session Management. (Session Management): Mention emacs-session-restore. Copyedits. | |||||
* | * term.c (Vsuspend_tty_functions, Vresume_tty_functions): Doc fixes, | Chong Yidong | 2009-04-22 | 2 | -4/+4 | |
| | | | | replacing "terminal id" with "terminal object". | |||||
* | * term.c (Ftty_display_color_p, Ftty_display_color_cells) | Chong Yidong | 2009-04-22 | 2 | -18/+25 | |
| | | | | | | (Ftty_type, Fcontrolling_tty_p, Ftty_no_underline, Fsuspend_tty) (Fresume_tty): Doc fixes, replacing "terminal id" with "terminal object". |