1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-07 20:54:32 +00:00

16399 Commits

Author SHA1 Message Date
Glenn Morris
e32721f52f (def-edebug-spec): Doc fix. 2009-07-14 07:45:56 +00:00
Kenichi Handa
66a85e76e6 Fix setting of category ?C. 2009-07-14 01:17:49 +00:00
Jan Djärv
285712468c ns-win.el (x-select-font): defailias x-select-font to
ns-popup-font-panel instead of generate-fontset-menu.
2009-07-13 10:18:03 +00:00
Eli Zaretskii
5d74672c58 (desktop-buffers-not-to-save): Remove ".log". (Bug#3833) 2009-07-12 19:41:55 +00:00
Chong Yidong
eb1727a449 * arc-mode.el (archive-find-type): Allow for a PK00 string before
the PK\003\004 header (Bug#3770).
2009-07-12 18:56:38 +00:00
Chong Yidong
208384c5cf * pcomplete.el (pcomplete-comint-setup): Check for
shell-dynamic-complete-filename too.
2009-07-12 16:20:50 +00:00
Chong Yidong
774409a10b * simple.el (temporary-goal-column): Change the value for
line-move-visual to a cons cell.
(line-move-visual): Record or set the window hscroll, if
necessary (Bug#3494).
(line-move-1): Handle cons value of temporary-goal-column.
2009-07-11 16:36:05 +00:00
Kenichi Handa
1639ee1d5e (describe-character-set): Don't show width. 2009-07-11 06:38:11 +00:00
Sam Steingold
2b1d2412c5 (compilation-mode-font-lock-keywords): Omake sometimes indents the
errors it prints, so allow all regexps to start with spaces.
2009-07-10 18:23:49 +00:00
Eli Zaretskii
ed3a5691cb (customize-changed-options-previous-release): Bump value to 22.1. (Bug#3804) 2009-07-10 09:18:01 +00:00
Sam Steingold
49405d0e1b (rgrep): Allow grep-find-ignored-directories
to be a cons cell (test . ignored-directory) to selectively ignore
some directories depending on the location of the search.
2009-07-08 14:23:57 +00:00
Michael Albinus
93c3eb7c61 * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
remote user is root, on the local host.
(tramp-local-host-p): Either the local user or the remote user
must be root.
2009-07-08 12:43:42 +00:00
Kenichi Handa
69cb8d824b (setup-default-fontset): For each script, append (not set) font-specs. 2009-07-08 07:23:55 +00:00
Nick Roberts
6f2a848494 *** empty log message *** 2009-07-08 04:51:21 +00:00
Chong Yidong
88d036078b * mail/unrmail.el (unrmail): Make sure the message ends with two
newlines (Bug#3769).
2009-07-08 03:10:10 +00:00
Glenn Morris
7ef5b8b271 (calendar-current-date): Rework previous change. 2009-07-08 02:48:11 +00:00
Glenn Morris
3ce82f979d Ed Reingold <reingold at emr.cs.iit.edu>
(calendar-current-date): Add an optional argument giving an offset from today.
2009-07-08 02:46:23 +00:00
Glenn Morris
f35fc841ab (tutorial--describe-nonstandard-key):
Adjust the message for when a key has been unbound.
(help-with-tutorial): Hide the arch-tag.
2009-07-08 02:37:11 +00:00
Glenn Morris
38d4f316da Split old stuff, and arch-tag, into new ChangeLog.14. 2009-07-08 02:34:55 +00:00
Kenichi Handa
40149292c2 (japanese-shift-jis-2004): Fix typo in the docstring. 2009-07-08 02:19:24 +00:00
Nick Roberts
ff0c419486 *** empty log message *** 2009-07-08 00:40:30 +00:00
Chong Yidong
8954c675e6 * Makefile.in (ELCFILES): Remove fadr.elc. 2009-07-07 22:56:37 +00:00
Dmitry Dzhus
69a197a214 * progmodes/gdb-mi.el (gdb-input): Add trailing newline to command. 2009-07-07 20:10:05 +00:00
Dmitry Dzhus
e7006f272c * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom): y/n
instead of on/off; do not highlight breakpoints without line
information.
2009-07-07 19:54:08 +00:00
Dmitry Dzhus
17c1380b1f * progmodes/gdb-mi.el (gdb-stack-list-frames-handler): Rewritten
without regexps.
2009-07-07 17:40:32 +00:00
Dmitry Dzhus
dc6b4519c8 * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
may contain frame information, so `string-match' should be used.
(gdb-update): Disassembly is invalidated through
`gdb-get-selected-frame'.
(gdb-pad-string): New function to pad string with spaces.
(gdb-invalidate-disassembly): Invalidate only if the buffer
exists.
(gdb-disassembly-handler-custom): Column alignment.
(gdb-disassembly-place-breakpoints): Clear old breakpoints before
placing new ones.
(gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
end of line, too.
(gdb-frame-handler): Match convention to for disassembly buffer
mode name.
2009-07-07 17:36:42 +00:00
Dmitry Dzhus
14340b25f4 * progmodes/gdb-mi.el (gdb-init-1): Set correct mode name for
disassembly buffer.
(gdb-breakpoints-list-handler-custom): Replacement for
gdb-break-list-handler. Using real parser instead of regexps now.
(gdb-place-breakpoints): Replacement for gdb-break-list-custom.
Use gdb-breakpoints-list instead of parsing breakpoints buffer to
place breakpoints.
(def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
functions.
(gdb-disassembly-handler-custom): Show overlay arrow.
(gdb-disassembly-place-breakpoints): Show breakpoints in
disassembly buffer.
(gdb-toggle-breakpoint, gdb-delete-breakpoint)
(gdb-goto-breakpoint): Using gdb-breakpoint text properties
instead of parsing breakpoints buffer.
Fixed old menu references in gud-menu-map.
2009-07-07 17:22:26 +00:00
Dmitry Dzhus
1f2a62248c Removed fadr.el. 2009-07-07 17:08:20 +00:00
Dmitry Dzhus
28d67a53c5 gdb-mi.el: Now using bindat-get-field instead of fadr functions. 2009-07-07 17:04:51 +00:00
Dmitry Dzhus
0996385d0a Port memory buffer from gdb-ui.el
(gdb-memory-address): New variable which holds top address of
memory page shown in memory buffer
(gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
customization variables.
New functions:
(gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
display the memory buffer.
(gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
buffer display parameters.
(def-gdb-memory-format, gdb-memory-format-binary)
(gdb-memory-format-octal, gdb-memory-format-unsigned)
(gdb-memory-format-signed, gdb-memory-format-hexadecimal):
Functions for setting memory buffer format.
(gdb-memory-unit-word, gdb-memory-unit-halfword)
(gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
unit size used in memory buffer.
(gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
to next/previous page of memory buffer.
2009-07-07 16:57:41 +00:00
Sam Steingold
9ba562d3da (vc-cvs-merge-news): Fix message parsing for non-top-level files. 2009-07-07 15:06:00 +00:00
Kenichi Handa
a43977db50 (reset-language-environment): Put
the highset priority to the charset iso-8859-1.
2009-07-07 06:28:54 +00:00
Chong Yidong
d44d05e807 * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
to the end of the line when locating the block (Bug#700).
2009-07-06 14:16:52 +00:00
Michael Albinus
3e2fa35354 * net/tramp.el (tramp-handle-write-region): Flush file properties
in case of short track.
2009-07-06 13:37:29 +00:00
Dan Nicolaescu
d88782c37f (verilog-error-regexp-emacs-alist): Coded custom
representation of verilog error regular expressions to work with
Emacs-22's new format.
(verilog-error-regexp-xemacs-alist): Coded custom representation
of verilog error regular expressions to work with XEmacs format
(verilog-error-regexp-add-xemacs): Hook routine to install verilog
error recognition into XEmacs.
(verilog-error-regexp-add-emacs): Hook routine to install verilog
error recognition into Emacs-22.
2009-07-06 08:32:48 +00:00
Chong Yidong
25c6f63e3a * woman.el: Remove stand-alone closing parentheses.
(woman-file-name, woman2-format-paragraphs)
(woman-leave-blank-lines): Code cleanup.
(woman-use-own-frame): Change default to nil.
(woman-italic, woman-bold, woman-unknown, woman-addition): Change
defaults to inherit from default faces.
(woman2-process-escapes): Consume the newline after a stand-alone
filler character (Bug#3651).
2009-07-06 02:17:31 +00:00
Glenn Morris
f176290e84 (eval-after-load): Doc fix. 2009-07-06 00:51:27 +00:00
Jay Belanger
e4a5a3079b (calc-embedded-make-info): Don't force when `calc-embedded-word' is
called twice.
2009-07-06 00:11:09 +00:00
Stefan Monnier
4b8b1ec5b0 (find-alternate-file-other-window, find-alternate-file):
Obey confirm-nonexistent-file-or-buffer.
2009-07-05 22:15:34 +00:00
Michael Albinus
d6ceb380aa * dired-aux.el (dired-show-file-type): Handle remote files. 2009-07-05 08:32:26 +00:00
Chong Yidong
c760f19ee6 * desktop.el (desktop-globals-to-save): Add file-name-history (Bug#2750). 2009-07-05 05:14:27 +00:00
Chong Yidong
6d00ce0472 * add-log.el (add-log-current-defun-header-regexp): Doc
fix (Bug#2217).
2009-07-05 04:53:22 +00:00
Johan Bockgård
6ee21b07ac (eshell-parse-argument-hook): Put `number' property on entire argument
since this is what eshell-lisp-command expects.
2009-07-04 13:20:09 +00:00
Michael Albinus
f0dbdc25ca * net/tramp-gvfs.el (tramp-gvfs-methods)
(tramp-gvfs-zeroconf-domain)
(tramp-bluez-discover-devices-timeout): Add version flag.
(tramp-gvfs-handler-mounted-unmounted)
(tramp-gvfs-connection-mounted-p): Polish handling of
incompatibilities between GVFS 0.2 and 1.0.
2009-07-03 14:54:14 +00:00
Jan Djärv
e044e4fcd5 * xterm.h (struct x_display_info): Add invisible_cursor.
(struct x_output): Add current_cursor.

* xterm.c (XTtoggle_invisible_pointer): New function.
(x_define_frame_cursor): Don't define cursor if invisible or the
same as before.  Set current_cursor.
(x_create_terminal): Set toggle_invisible_pointer_hook.

* xfns.c (make_invisible_cursor): New function.
(x_set_mouse_color): Call make_invisible_cursor.
Set current_cursor.
(x_window): Set current_cursor.

* termhooks.h (struct terminal): Add toggle_invisible_pointer_hook.

* keyboard.c (command_loop_1): Call frame_make_pointer_invisible after
inserting a character.
(read_avail_input): Call frame_make_pointer_visible.

* frame.c (Vmake_pointer_invisible): New variable.
(frame_make_pointer_invisible, frame_make_pointer_visible): New
functions.
(syms_of_frame): DEFVAR make-pointer-invisible, initialize to Qt.

* frame.h: Declare frame_make_pointer_invisible and
frame_make_pointer_visible.
(struct frame): Add pointer_invisible.

* cus-start.el (all): Added make-pointer-invisible.
2009-07-03 11:07:02 +00:00
Jay Belanger
2e9b968b28 (math-use-emacs-fn): Make sure that the number is formatted correctly. 2009-07-03 01:43:33 +00:00
Juri Linkov
baf1a55e82 (tramp-gvfs-connection-mounted-p): Use elt' instead of mount-info'. 2009-07-02 22:49:30 +00:00
Michael Albinus
d04bc496de * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
(tramp-gvfs-connection-mounted-p): Handle changed mount-info
interface.
2009-07-02 15:27:37 +00:00
Kenichi Handa
af0403e0d4 (set-keyboard-coding-system): Force *-unix
coding-system to avoid eol conversion.
2009-07-02 06:44:06 +00:00
Michael Albinus
99278f8a61 * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add
handler for `process-file', `shell-command' and
`start-file-process'.
(tramp-gvfs-handle-shell-command)
(tramp-gvfs-handle-start-file-process)
(tramp-gvfs-handle-process-file): New defuns.
(tramp-synce-list-devices): Simplify check for existence of
property.
2009-07-01 15:21:45 +00:00