- 09 Jun, 2005 13 commits
-
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Juanma Barranquero authored
-
Lute Kamstra authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Steven Tamm authored
-
Steven Tamm authored
configure: Regenerate.
-
Steven Tamm authored
used by gcc4 on intel mac.
-
Stefan Monnier authored
-
Stefan Monnier authored
(debug): Use it. (debugger-step-through, debugger-continue, debugger-jump) (debugger-return-value): Set it when needed. (debugger-make-xrefs, debugger-frame, debugger-frame-clear): Use inhibit-read-only.
-
Juanma Barranquero authored
loading. (thumbs-conversion-program): Use `eq' to check the system type, not `equal'. (thumbs-temp-dir): Set to `temporary-file-directory', not "/tmp". Fix docstring. (thumbs-thumbsdir): New function to return the thumbnails directory, creating it if needed. (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it. (thumbs-temp-file): Delete variable and make it into a function. (thumbs-resize-image, thumbs-modify-image): Use it. (thumbs-kill-buffer): Simplify. (thumbs-gensym): Defalias or duplicate CL `gensym'. (thumbs-resize-image, thumbs-resize-interactive): Fix typos in docstrings.
-
- 08 Jun, 2005 27 commits
-
-
Kim F. Storm authored
-
Kim F. Storm authored
match-data and set-match-data.
-
Kim F. Storm authored
-
Kim F. Storm authored
set-match-data to free markers in match-data.
-
Kim F. Storm authored
match-data to unchain markers in match-data.
-
Luc Teirlinck authored
-
Luc Teirlinck authored
-
Kim F. Storm authored
* eval.c (do_autoload): * macmenu.c (set_frame_menubar): * process.c (read_process_output, exec_sentinel): * xmenu.c (set_frame_menubar): * xdisp.c (prepare_menu_bars, update_menu_bar, update_tool_bar): * w32menu.c (set_frame_menubar): Use record_unwind_save_match_data. Rename restore_match_data to restore_search_regs.
-
Kim F. Storm authored
(record_unwind_save_match_data): Add prototype. (restore_search_regs): Rename from restore_match_data.
-
Kim F. Storm authored
in REUSE list if non-nil; free them if equal to evaporate. (Fset_match_data): Add optional RESEAT arg. Unchain markers in LIST if non-nil; free them if equal to evaporate. Use XCAR/XCDR. (restore_search_regs): Rename from restore_match_data. Uses changed. (unwind_set_match_data): New function. (record_unwind_save_match_data): New function like save-match-data.
-
Stefan Monnier authored
-
Stefan Monnier authored
anyway. Undo the 2005-06-06 change, rendered unnecessary now.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
that doesn't say don't set it directly.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict) (ispell-buffer-local-words): Likewise.
-
Richard M. Stallman authored
except on terminals with enough colors to really display it. (makefile-dependency-regex): Delete spurious `bb'.
-
Richard M. Stallman authored
(no-break-space): Redefined so that it isn't invisible on a tty.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
returns markers and when integers.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Customizing Keywords): Node split out of Search-based Fontification. Add example of using font-lock-add-keywords from a hook. Clarify when MODE should be non-nil, and when nil.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Distinguish Vshow_nonbreak_escape = t or not t. For t, use escape_glyph once again, as before previous change. Use space or hyphen for display, instead of the non-ASCII char. (syms_of_xdisp) <show-nonbreak-escape>: Doc fix.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
read_output_delay and read_output_skip on ADAPTIVE_READ_BUFFERING. Delete command_channel_p.
-