1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 08:10:43 -08:00
Commit graph

72014 commits

Author SHA1 Message Date
Stefan Monnier
9d8563ca18 (autoload-print-form): Use print-quoted. 2007-08-13 05:35:43 +00:00
Stefan Monnier
1bc99c9c78 (Finsert_file_contents): Yet Another Int/Lisp_Object Mixup. 2007-08-13 04:06:31 +00:00
Stefan Monnier
4a18135927 (reset_var_on_error): New fun.
(signal_before_change, signal_after_change):
Use it to reset (after|before)-change-functions to nil in case of error.
Bind inhibit-modification-hooks to t.
Don't bind (after|before)-change-functions to nil while they run.
2007-08-13 04:04:39 +00:00
Richard M. Stallman
0e898f3d95 (sh): Delete group `unix'. 2007-08-12 17:55:05 +00:00
Richard M. Stallman
39a8a2a799 (gud): Change to group `processes'. 2007-08-12 17:53:21 +00:00
Glenn Morris
be94710170 (compilation-buffer-name): Don't check compilation-arguments. It is
superfluous, and the variable isn't even set when this function is
called.
2007-08-11 03:02:05 +00:00
Glenn Morris
8e80bfc5b9 *** empty log message *** 2007-08-11 03:01:46 +00:00
YAMAMOTO Mitsuharu
6c28435c8c (x_draw_image_glyph_string): Adjust stipple origin when
filling pixmap with stippled background.
2007-08-11 02:04:58 +00:00
YAMAMOTO Mitsuharu
b16f162d31 (mac-ae-reopen-application): New function.
(mac-apple-event-map): Bind "reopen application" Apple event to it.
2007-08-10 10:13:44 +00:00
YAMAMOTO Mitsuharu
ad3b3e0253 [TARGET_API_MAC_CARBON] (mac_handle_window_event):
Don't use invisible frame as parent window for repositioning.
2007-08-10 10:13:05 +00:00
Stefan Monnier
fb301d521b Bzr and bibtex-style are not new in 23.1 now that they've been added to 22.2. 2007-08-10 06:53:43 +00:00
Jan Djärv
16cccc1bdb Add Gtk+ tool bar and GUD focus problem. 2007-08-10 05:47:45 +00:00
Jan Djärv
b7d2467b92 *** empty log message *** 2007-08-10 05:47:27 +00:00
Stefan Monnier
0e1627a71c (tex-font-lock-unfontify-region): Take tex-font-script-display into account.
(tex-font-script-display, tex-font-lock-suscript): Change from a cons
cell to a list of 2 elements to simplify the unfontify code.
2007-08-10 04:16:21 +00:00
YAMAMOTO Mitsuharu
021035a85a (mac_handle_window_event) [USE_MAC_TOOLBAR]: Fix last change. 2007-08-09 09:38:59 +00:00
YAMAMOTO Mitsuharu
f942647987 (mac_handle_window_event) [USE_MAC_TOOLBAR]: Add further workaround
for window repositioning.
2007-08-09 09:36:42 +00:00
YAMAMOTO Mitsuharu
7b7d07bbfa (frame_highlight, frame_unhighlight): Don't call
ActivateControl/DeactivateControl here.
[USE_MAC_TOOLBAR] (free_frame_tool_bar): Suppress animation when
frame-notice-user-settings is non-nil.
[USE_MAC_FONT_PANEL] (mac_handle_font_event): Also record parameter
for kEventParamFMFontStyle.
[TARGET_API_MAC_CARBON] (mac_handle_keyboard_event): Don't check
mac_pass_command_to_system and mac_pass_control_to_system here.
(XTread_socket): Call ActivateControl/DeactivateControl here.
(XTread_socket) [TARGET_API_MAC_CARBON]:
Check mac_pass_command_to_system and mac_pass_control_to_system here.
2007-08-09 03:07:26 +00:00
YAMAMOTO Mitsuharu
72359c3265 (posix_memalign): New function. 2007-08-09 03:07:07 +00:00
Glenn Morris
22ce475b42 (help-make-xrefs): Fix previous change. 2007-08-09 02:48:42 +00:00
Vinicius Jose Latorre
0ba39347d9 username and password default 2007-08-09 01:42:13 +00:00
Vinicius Jose Latorre
d3509e5081 ps-print-color-p fix 2007-08-08 16:38:32 +00:00
Andreas Schwab
eac59e3cc7 (sendmail-pre-abbrev-expand-hook): Check for
self-insert-command, not self-insert.
2007-08-08 11:52:16 +00:00
Glenn Morris
4b4a23c466 (eldoc-get-fnsym-args-string): Make second argument optional, for
backwards compatibility, and only highlight args when present.
Fix symbol name typo (doc/args).
2007-08-08 08:14:03 +00:00
Glenn Morris
a3fcbf6c3b *** empty log message *** 2007-08-08 08:13:41 +00:00
Glenn Morris
123437b4c1 (help-make-xrefs): Search for symbol constituents, rather than just `-'. 2007-08-08 08:00:43 +00:00
Jay Belanger
e6cd99dc69 (calc-convert-temperature): Use `/' to create fractions. 2007-08-07 21:06:29 +00:00
Michael Albinus
27e813fe4b * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
global matching.
(tramp-handle-process-file): Fix bug inserting
resulting output.
(tramp-handle-shell-command): Handle OUTPUT-BUFFER and
ERROR-BUFFER more robust.  Display output.
(tramp-file-name-handler): Add a connection property when we found
a foreign file name handler.  This allows backends like ftp to
profit also from usr/host name completion based on connection
cache.
(tramp-send-command-and-read): Search for trash after the regexp
until eol only.  In XEmacs, there is a problem with \n.

* net/tramp-cache.el (top): Read persistent connection history
when cache is empty.
2007-08-07 20:30:20 +00:00
Sam Steingold
c94d5f81aa (compilation-start): Pass nil as startfile to comint-exec. 2007-08-07 20:10:15 +00:00
Chong Yidong
cbd826c50b image-refresh has been moved to Emacs 22.2. 2007-08-07 16:55:40 +00:00
Chong Yidong
9b482dcb57 Add more Emacs 22.2 changes. 2007-08-07 16:55:19 +00:00
Chong Yidong
8f52ac89d3 (File Conveniences): Document point motion keys in Image mode. 2007-08-07 16:48:19 +00:00
Chong Yidong
257d8e274d * files.texi (File Conveniences): Document point motion keys in Image
mode.
2007-08-07 16:48:11 +00:00
Chong Yidong
8198352bca Minor cleanup. 2007-08-07 16:25:26 +00:00
Chong Yidong
8a7e2b2349 (longlines-decoded): New variable.
(longlines-mode): Avoid encoding or decoding the buffer twice.
2007-08-07 16:10:20 +00:00
Chong Yidong
e9498e0ff5 * longlines.el (longlines-decoded): New variable.
(longlines-mode): Avoid encoding or decoding the buffer twice.
2007-08-07 16:10:11 +00:00
Chong Yidong
26b9af50e6 (move_it_by_lines): Remove incorrect optimization. 2007-08-07 15:55:37 +00:00
Chong Yidong
ae4943506e * xdisp.c (move_it_by_lines): Remove incorrect optimization. 2007-08-07 15:55:29 +00:00
Martin Rudalics
f70aa678ca (format-insert-file): Make sure that at most one undo
entry is recorded for the insertion.  Inhibit point-motion and
modification hooks around call to insert-file-contents.
2007-08-07 12:43:40 +00:00
Martin Rudalics
6f2528d8d8 (Finsert_file_contents): Run format-decode and
after_insert_file_functions on entire buffer when REPLACE is
non-nil and inhibit modification_hooks and point_motion_hooks.
For consistency, run after_insert_file_functions iff something
got inserted.  Move signal_after_change and update_compositions
after code running after_insert_file_functions.  Make sure that
undo_list doesn't record intermediate steps of the decoding
process.
2007-08-07 12:23:20 +00:00
YAMAMOTO Mitsuharu
3ceeb306d2 (_malloc_thread_enabled_p) [USE_PTHREAD]: New variable.
[USE_PTHREAD] (LOCK, UNLOCK, LOCK_ALIGNED_BLOCKS)
(UNLOCK_ALIGNED_BLOCKS): Conditionalize with it.
(malloc_atfork_handler_prepare, malloc_atfork_handler_parent)
(malloc_atfork_handler_child, malloc_enable_thread) [USE_PTHREAD]:
New functions.
2007-08-07 08:56:08 +00:00
YAMAMOTO Mitsuharu
5467331d9c (main) [HAVE_GTK_AND_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
Call malloc_enable_thread on interactive startup.
2007-08-07 08:55:34 +00:00
Stefan Monnier
ebaac04d91 (vc-annotate): Select temp-buffer before running vc-exec-after.
Select the buffer's window before moving point.
2007-08-07 03:32:24 +00:00
Richard M. Stallman
cb8d332562 *** empty log message *** 2007-08-07 03:10:23 +00:00
Richard M. Stallman
b5e41a89f1 (term): Remove group `unix'. 2007-08-07 03:05:06 +00:00
Richard M. Stallman
0b727f9d08 (default-indent-new-line): New function.
It calls comment-line-break-function if there are comments.
(do-auto-fill): Use that.
2007-08-07 03:04:23 +00:00
Richard M. Stallman
03ed845e65 (PC-lisp-complete-symbol): Complete symbol around point.
(PC-do-completion): Add "acronym completion" for symbols and
filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
2007-08-07 03:02:04 +00:00
Jason Rumney
edc779d4cf Include INSTALL in full-bin zip file. 2007-08-06 22:36:43 +00:00
Chong Yidong
515403013d (redisplay_window): When restoring original buffer position, make sure
it is still valid.
2007-08-06 17:25:30 +00:00
Chong Yidong
32bfce5d41 * xdisp.c (redisplay_window): When restoring original buffer
position, make sure it is still valid.
2007-08-06 17:25:20 +00:00
Sam Steingold
cc2ee8ec1e (mouse-buffer-menu): Pass mode-name through format-mode-line because it
may be a list, e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
2007-08-06 17:19:26 +00:00