]> git.eshelyaron.com Git - emacs.git/log
emacs.git
15 years ago* lread.c (read1, syms_of_lread): Read hashtables back from the
Teodor Zlatanov [Wed, 5 Aug 2009 09:19:21 +0000 (09:19 +0000)]
* lread.c (read1, syms_of_lread): Read hashtables back from the
readable format.

* print.c (print_preprocess, print_object): Print hashtables fully
and readably.
(syms_of_print): Provide 'hashtable-print-readable.

15 years ago(Types Tutorial Exercise 2): Fix wording.
Jay Belanger [Wed, 5 Aug 2009 00:43:34 +0000 (00:43 +0000)]
(Types Tutorial Exercise 2): Fix wording.

15 years agoCommands to add/delete file/directory-local variables.
Juri Linkov [Tue, 4 Aug 2009 23:52:06 +0000 (23:52 +0000)]
Commands to add/delete file/directory-local variables.
(read-file-local-variable, read-file-local-variable-value)
(read-file-local-variable-mode, modify-file-local-variable)
(modify-file-local-variable-prop-line)
(modify-dir-local-variable): New functions.
(add-file-local-variable, delete-file-local-variable)
(add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
(add-dir-local-variable, delete-dir-local-variable)
(copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
(copy-dir-locals-to-file-locals-prop-line): New commands.

15 years agoCommands to add/delete file/directory-local variables.
Juri Linkov [Tue, 4 Aug 2009 23:51:32 +0000 (23:51 +0000)]
Commands to add/delete file/directory-local variables.

15 years agoRemove "Add a command to make a Local Variables section in the current buffer".
Juri Linkov [Tue, 4 Aug 2009 23:51:11 +0000 (23:51 +0000)]
Remove "Add a command to make a Local Variables section in the current buffer".

15 years ago* abbrev.el (insert-abbrev-table-description): Prettify output.
Chong Yidong [Tue, 4 Aug 2009 20:06:03 +0000 (20:06 +0000)]
* abbrev.el (insert-abbrev-table-description): Prettify output.
Suggested by Karl Chen.

15 years ago* progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
Dmitry Dzhus [Tue, 4 Aug 2009 17:16:58 +0000 (17:16 +0000)]
* progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
(gdb-overlay-arrow-position): Renamed to
`gdb-disassembly-position'.
(gdb-overlay-arrow-position, gdb-thread-position)
(gdb-disassembly-position): Declare variables.
(gdb-wait-for-pending): Function now.
(gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
(gdb-emit-signal, gdb-buf-publisher): Declare before first use so
compilation goes smoothly.
(gdb, gdb-non-stop, gdb-buffers): New customization groups.
(gdb-non-stop-setting): New customization setting which replaces
`gdb-non-stop' so changing it doesn't break active GDB session.
(gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
(gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
(gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
(gdb-show-threads-by-default): New customization options.
(gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
routines.
(gdb-get-buffer-create): Send buffers update signal when they are
created.
(gdb-invalidate-locals, gdb-invalidate-registers)
(gdb-invalidate-breakpoints)
(gdb-invalidate-threads, gdb-invalidate-disassembly)
(gdb-invalidate-memory): Accept update signal.
(gdb-current-context-command): Use --frame option.
(gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
Implement `gdb-frame-number' selection logic.
(gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
whether to show GUD toolbar buttons.
(gdb-thread-exited): Unselect current thread when it exits.
(gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
(gdb-mark-line): Routine which sets overlay arrow or inverses
video on fringeless displays.
(gdb-table, gdb-table-add-row, gdb-table-string): Structure used
to build aligned columns of data in GDB buffers and set text
properties line-by-line.
(gdb-invalidate-breakpoints)
(gdb-breakpoints-list-handler-custom)
(gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
(gdb-stack-list-frames-custom, gdb-locals-handler-custom)
(gdb-registers-handler-custom): Align data columns.
(gdb-locals-handler-custom): Now prints data like in variable
declarations.
(gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
Removed confusing buttons.
(gdb-invalidate-threads): Append --frame.
(gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
between breakpoints/threads buffers.
(gdb-set-window-buffer): Now can ignore dedicated windows.
(gdb-propertize-header): Use `gdb-set-window-buffer'.
(def-gdb-thread-buffer-simple-command): Numerous typos fixed.
(def-gdb-thread-buffer-gud-command): Replaces
`def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
for fine thread control.
(gdb-preempt-existing-or-display-buffer): New function used to
display bound buffers without breaking window layout.
(gdb-frame-location): Replaces `gdb-insert-frame-location'.
(gdb-select-frame): New version of `gdb-frames-select' which now
sets `gdb-frame-number' so commands may use --frame option instead
of inner debugger state.
(gdb-frame-handler): Do not set `gdb-frame-number'.
(gdb-threads-mode-map): Select threads with mouse.

(I forgot to include sources in previous commit)

15 years ago* progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
Dmitry Dzhus [Tue, 4 Aug 2009 17:03:54 +0000 (17:03 +0000)]
* progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
(gdb-overlay-arrow-position): Renamed to
`gdb-disassembly-position'.
(gdb-overlay-arrow-position, gdb-thread-position)
(gdb-disassembly-position): Declare variables.
(gdb-wait-for-pending): Function now.
(gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
(gdb-emit-signal, gdb-buf-publisher): Declare before first use so
compilation goes smoothly.
(gdb, gdb-non-stop, gdb-buffers): New customization groups.
(gdb-non-stop-setting): New customization setting which replaces
`gdb-non-stop' so changing it doesn't break active GDB session.
(gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
(gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
(gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
(gdb-show-threads-by-default): New customization options.
(gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
routines.
(gdb-get-buffer-create): Send buffers update signal when they are
created.
(gdb-invalidate-locals, gdb-invalidate-registers)
(gdb-invalidate-breakpoints)
(gdb-invalidate-threads, gdb-invalidate-disassembly)
(gdb-invalidate-memory): Accept update signal.
(gdb-current-context-command): Use --frame option.
(gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
Implement `gdb-frame-number' selection logic.
(gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
whether to show GUD toolbar buttons.
(gdb-thread-exited): Unselect current thread when it exits.
(gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
(gdb-mark-line): Routine which sets overlay arrow or inverses
video on fringeless displays.
(gdb-table, gdb-table-add-row, gdb-table-string): Structure used
to build aligned columns of data in GDB buffers and set text
properties line-by-line.
(gdb-invalidate-breakpoints)
(gdb-breakpoints-list-handler-custom)
(gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
(gdb-stack-list-frames-custom, gdb-locals-handler-custom)
(gdb-registers-handler-custom): Align data columns.
(gdb-locals-handler-custom): Now prints data like in variable
declarations.
(gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
Removed confusing buttons.
(gdb-invalidate-threads): Append --frame.
(gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
between breakpoints/threads buffers.
(gdb-set-window-buffer): Now can ignore dedicated windows.
(gdb-propertize-header): Use `gdb-set-window-buffer'.
(def-gdb-thread-buffer-simple-command): Numerous typos fixed.
(def-gdb-thread-buffer-gud-command): Replaces
`def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
for fine thread control.
(gdb-preempt-existing-or-display-buffer): New function used to
display bound buffers without breaking window layout.
(gdb-frame-location): Replaces `gdb-insert-frame-location'.
(gdb-select-frame): New version of `gdb-frames-select' which now
sets `gdb-frame-number' so commands may use --frame option instead
of inner debugger state.
(gdb-frame-handler): Do not set `gdb-frame-number'.
(gdb-threads-mode-map): Select threads with mouse.

15 years ago* progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
Dmitry Dzhus [Tue, 4 Aug 2009 15:51:58 +0000 (15:51 +0000)]
* progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
Argument `key' renamed to `buffer-type'.
(gdb-current-context-buffer-name): Do not add thread info to
buffer name when no thread is selected.
(gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
command (bug 3794).
(gdb-thread-selected): Handle `=thread-selected' notification.
(gdb-wait-for-pending): New macro to deal with congestion problems.
(gdb-breakpoints-list-handler-custom): Don't fail on pending
breakpoints.
(gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
fixes problem similar to one described in bug 3947.
(gud-menu-map): More menu items.
(gdb-init-1): Reset `gdb-thread-number' to nil.

15 years agoMention important fix in ChangeLog.
Dmitry Dzhus [Tue, 4 Aug 2009 15:17:28 +0000 (15:17 +0000)]
Mention important fix in ChangeLog.

15 years ago* progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
Dmitry Dzhus [Tue, 4 Aug 2009 15:07:23 +0000 (15:07 +0000)]
* progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
non-stop settings.

* progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
(gdb-current-context-command): Do not append --thread if
`gdb-thread-number' is nil.
(gdb-running-threads-count, gdb-stopped-threads-count): New
variables.
(gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
(gdb-stopped-hooks, gdb-switch-when-another-stopped): New
customization options.
(gdb-gud-context-command, gdb-gud-context-call): New wrappers for
GUD commands.
(gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
(gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
(gdb-setq-thread-number, gdb-update-gud-running): New functions to
set `gdb-thread-number' and update `gud-running' properly.
(gdb-running): Update threads list when new threads appear.
(gdb-stopped): Support non-stop operation and new thread switching
logic.
(gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
(gdb-json-partial-output): New set of JSON routines.
(def-gdb-auto-update-trigger): New `signal-list' optional
argument.
(gdb-thread-list-handler-custom): Update `gud-running',
`gdb-stopped-threads-count' and `gdb-running-threads-count'.
(def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
(gdb-continue-thread, gdb-step-thread): New commands for fine
thread execution control.
(gud-menu-map): New menu items to switch non-stop options.
(gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.

15 years ago(gdb-rules-name-maker, gdb-rules-buffer-mode)
Dmitry Dzhus [Tue, 4 Aug 2009 14:40:33 +0000 (14:40 +0000)]
(gdb-rules-name-maker, gdb-rules-buffer-mode)
(gdb-rules-update-trigger): Accessors for gdb-buffer-rules.
(def-gdb-auto-update-handler): New nopreserve optional argument.
(gdb-stack-list-frames-custom): Print stack from top to bottom.

15 years ago(gdb-pc-address): Removed unused variable.
Dmitry Dzhus [Tue, 4 Aug 2009 14:19:08 +0000 (14:19 +0000)]
(gdb-pc-address): Removed unused variable.
(gdb-threads-list, gdb-breakpoints-list): New assoc lists.
(gdb-parent-mode): New mode to derive other GDB modes from.
(gdb-display-disassembly-for-thread)
(gdb-frame-disassembly-for-thread): New commands for threads
buffer.

15 years ago(gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
Dmitry Dzhus [Tue, 4 Aug 2009 13:27:21 +0000 (13:27 +0000)]
(gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
handle pending triggers.
(gdb-threads-mode-map, def-gdb-thread-buffer-command)
(def-gdb-thread-buffer-simple-command)
(gdb-display-stack-for-thread, gdb-display-locals-for-thread)
(gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
(gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
commands which show buffers bound to thread.
(gdb-stack-list-locals-regexp): Removed unused regexp.

15 years ago(gdb-get-buffer, gdb-get-buffer-create, gdb-init-1)
Dmitry Dzhus [Tue, 4 Aug 2009 13:19:02 +0000 (13:19 +0000)]
(gdb-get-buffer, gdb-get-buffer-create, gdb-init-1)
(gdb-bind-function-to-buffer, gdb-add-subscriber)
(gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
(gdb-update): We now store all GDB buffers in a list so that they
can be updated by traversing a list instead of calling invalidate
triggers explicitly
(def-gdb-trigger-and-handler): New macro to define trigger-handler
pair for GDB buffer.
(gdb-stack-buffer-name): Add thread information.

15 years ago* progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
Dmitry Dzhus [Tue, 4 Aug 2009 13:11:06 +0000 (13:11 +0000)]
* progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
(gdb-locals-buffer-name, gdb-registers-buffer-name)
(gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
to (gud-comint-buffer) in *-buffer-name functions
because (gdb-get-target-string) already does that.
(gdb-locals-handler-custom, gdb-registers-handler-custom)
(gdb-changed-registers-handler): Rewritten without regexps.

15 years ago(gdb-thread-number): New variable.
Dmitry Dzhus [Tue, 4 Aug 2009 12:46:26 +0000 (12:46 +0000)]
(gdb-thread-number): New variable.
(gdb-current-context-command): New macro which adds --thread
option to command.
(gdb-threads-mode-map): Select thread with SPC
(gdb-thread-list-handler-custom): Mark current thread with overlay
arrow. Synchronize GDB thread and Emacs thread.
(gdb-select-thread): New command which selects current thread.
(gdb-invalidate-frames, gdb-invalidate-locals)
(gdb-invalidate-registers): Use --thread option.

15 years ago* net/tramp.el (top): Make check for tramp-gvfs loading more
Michael Albinus [Tue, 4 Aug 2009 03:32:33 +0000 (03:32 +0000)]
* net/tramp.el (top): Make check for tramp-gvfs loading more
robust.
(tramp-handle-insert-file-contents): `unwind-protect' must be
inside `with-parsed-tramp-file-name'.

15 years ago* net/tramp-gvfs.el (top): Remove superfluous message when loading
Michael Albinus [Tue, 4 Aug 2009 03:29:54 +0000 (03:29 +0000)]
* net/tramp-gvfs.el (top): Remove superfluous message when loading
fails.

15 years ago(jdb): Set gud-jdb-classpath-string to current
Nick Roberts [Mon, 3 Aug 2009 22:07:50 +0000 (22:07 +0000)]
(jdb): Set gud-jdb-classpath-string to current
directory if CLASSPATH is not set.

15 years ago*** empty log message ***
Nick Roberts [Mon, 3 Aug 2009 22:07:23 +0000 (22:07 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
Michael Albinus [Mon, 3 Aug 2009 08:31:08 +0000 (08:31 +0000)]
*** empty log message ***

15 years ago* net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
Michael Albinus [Mon, 3 Aug 2009 08:22:04 +0000 (08:22 +0000)]
* net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
defconst.
(tramp-rfn-eshadow-update-overlay): Use it.

15 years ago* net/newst-backend.el (newsticker--raw-url-list-defaults): Update
Chong Yidong [Sun, 2 Aug 2009 23:51:54 +0000 (23:51 +0000)]
* net/newst-backend.el (newsticker--raw-url-list-defaults): Update
freshmeat link.  Delete newsforge.com as it seems gone.

15 years ago* select.el (x-set-selection): Doc fix (Bug#4021).
Chong Yidong [Sun, 2 Aug 2009 23:22:03 +0000 (23:22 +0000)]
* select.el (x-set-selection): Doc fix (Bug#4021).
* w32-fns.el (x-set-selection): Doc fix (Bug#4021).

15 years ago* help-fns.el (describe-variable): Treat list return values from
Chong Yidong [Sun, 2 Aug 2009 23:09:00 +0000 (23:09 +0000)]
* help-fns.el (describe-variable): Treat list return values from
dir-locals-find-file properly (Bug#4005).

15 years ago* speedbar.texi (Basic Key Bindings): Fix typo.
Chong Yidong [Sun, 2 Aug 2009 22:51:32 +0000 (22:51 +0000)]
* speedbar.texi (Basic Key Bindings): Fix typo.

15 years ago* INSTALL: Fix free fonts URL.
Chong Yidong [Sun, 2 Aug 2009 22:49:24 +0000 (22:49 +0000)]
* INSTALL: Fix free fonts URL.

15 years ago* NEWS: Autorevert Tail mode works now for remote files.
Michael Albinus [Sun, 2 Aug 2009 17:36:14 +0000 (17:36 +0000)]
* NEWS: Autorevert Tail mode works now for remote files.

15 years ago*** empty log message ***
Michael Albinus [Sun, 2 Aug 2009 17:35:55 +0000 (17:35 +0000)]
*** empty log message ***

15 years ago* files.texi (Reverting): Auto-Revert Tail mode works also for remote
Michael Albinus [Sun, 2 Aug 2009 17:29:56 +0000 (17:29 +0000)]
* files.texi (Reverting): Auto-Revert Tail mode works also for remote
files.

15 years ago* autorevert.el (auto-revert-handler): Allow
Michael Albinus [Sun, 2 Aug 2009 17:21:16 +0000 (17:21 +0000)]
* autorevert.el (auto-revert-handler): Allow
`auto-revert-tail-mode' for remote files.

15 years ago* net/tramp.el (tramp-debug-message): Print also microseconds.
Michael Albinus [Sun, 2 Aug 2009 17:16:39 +0000 (17:16 +0000)]
* net/tramp.el (tramp-debug-message): Print also microseconds.
(tramp-handle-insert-file-contents): Optimize, when BEG
or END is non-nil.
(tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
(tramp-get-debug-buffer): Change `outline-regexp' according to new
format.

15 years ago* net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
Michael Albinus [Sun, 2 Aug 2009 17:15:42 +0000 (17:15 +0000)]
* net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
(tramp-get-file-property): Use it.

15 years ago* nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no family set...
Adrian Robert [Sun, 2 Aug 2009 15:37:07 +0000 (15:37 +0000)]
* nsfont.m (ns_descriptor_to_entity): Handle case when descriptor has no family set. (nsfont_open): Handle case when entity has no family.

15 years ago(read-file-name): Treat confirm options to
Jason Rumney [Sun, 2 Aug 2009 14:56:04 +0000 (14:56 +0000)]
(read-file-name): Treat confirm options to
MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)

15 years ago* font-lock.el (font-lock-string-face, font-lock-builtin-face)
Chong Yidong [Sun, 2 Aug 2009 14:20:02 +0000 (14:20 +0000)]
* font-lock.el (font-lock-string-face, font-lock-builtin-face)
(font-lock-variable-name-face, font-lock-constant-face): Darken
the colors for light backgrounds.

15 years ago*** empty log message ***
Eli Zaretskii [Sat, 1 Aug 2009 16:21:45 +0000 (16:21 +0000)]
*** empty log message ***

15 years ago(rmail-header-summary): Ignore letter-case of month names. (Bug#3987)
Eli Zaretskii [Sat, 1 Aug 2009 08:20:17 +0000 (08:20 +0000)]
(rmail-header-summary): Ignore letter-case of month names.  (Bug#3987)

15 years agoAdd arch tagline
Miles Bader [Sat, 1 Aug 2009 02:11:36 +0000 (02:11 +0000)]
Add arch tagline

15 years ago* simple.el (line-move-visual): Perform hscroll to the recorded position.
Chong Yidong [Fri, 31 Jul 2009 02:14:43 +0000 (02:14 +0000)]
* simple.el (line-move-visual): Perform hscroll to the recorded position.

15 years ago* simple.el (line-move-finish): Pass whole number to
Chong Yidong [Fri, 31 Jul 2009 01:34:26 +0000 (01:34 +0000)]
* simple.el (line-move-finish): Pass whole number to
line-move-to-column.

15 years ago(gdb-place-breakpoints): Use full path when setting breakpoints.
Dmitry Dzhus [Thu, 30 Jul 2009 08:04:13 +0000 (08:04 +0000)]
(gdb-place-breakpoints): Use full path when setting breakpoints.

15 years ago(Help Commands): Add index entries for "prefix ?" keybindings.
Jay Belanger [Thu, 30 Jul 2009 04:57:42 +0000 (04:57 +0000)]
(Help Commands): Add index entries for "prefix ?" keybindings.

15 years agocalc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
Jay Belanger [Thu, 30 Jul 2009 04:44:23 +0000 (04:44 +0000)]
calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.

15 years ago(Vector/Matrix Functions): Add index entries for both "v" and "V" key
Jay Belanger [Thu, 30 Jul 2009 04:40:41 +0000 (04:40 +0000)]
(Vector/Matrix Functions): Add index entries for both "v" and "V" key
bindings.  Mention that `calc-matrix-brackets' only affects matrices
with more than one row.

15 years ago* nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, not...
Adrian Robert [Wed, 29 Jul 2009 16:03:12 +0000 (16:03 +0000)]
* nsfont.m (ns_findfonts): Fix 2009-07-24 change to return only one element, not a list, for match case.

15 years agoUpdated ready for release
Jason Rumney [Wed, 29 Jul 2009 15:26:21 +0000 (15:26 +0000)]
Updated ready for release

15 years ago* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
Chong Yidong [Wed, 29 Jul 2009 13:34:19 +0000 (13:34 +0000)]
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.

15 years ago(gdb-goto-breakpoint): Use full path when setting breakpoints.
Dmitry Dzhus [Wed, 29 Jul 2009 09:14:13 +0000 (09:14 +0000)]
(gdb-goto-breakpoint): Use full path when setting breakpoints.

15 years ago(Stack Manipulation Commands): Add documentation for
Jay Belanger [Wed, 29 Jul 2009 03:46:13 +0000 (03:46 +0000)]
(Stack Manipulation Commands): Add documentation for
`calc-transpose-lines'

15 years ago(calc-mode-map): Add keybinding for `calc-transpose-lines'.
Jay Belanger [Wed, 29 Jul 2009 03:42:49 +0000 (03:42 +0000)]
(calc-mode-map): Add keybinding for `calc-transpose-lines'.

15 years ago(calc-transpose-lines): New function.
Jay Belanger [Wed, 29 Jul 2009 03:42:19 +0000 (03:42 +0000)]
(calc-transpose-lines): New function.

15 years ago* net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
Michael Albinus [Tue, 28 Jul 2009 20:36:57 +0000 (20:36 +0000)]
* net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
Simplify check for out-of-band methods.
(tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.

15 years ago* building.texi (Lisp Libraries): Clarify meaning of autoloading.
Chong Yidong [Tue, 28 Jul 2009 15:27:44 +0000 (15:27 +0000)]
* building.texi (Lisp Libraries): Clarify meaning of autoloading.

15 years ago* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
Chong Yidong [Tue, 28 Jul 2009 15:08:17 +0000 (15:08 +0000)]
* emacs-lisp-intro.texi (Simple Extension): Bump emacs versions in
examples.

15 years ago(vc-git-checkin): Fix typo.
Dan Nicolaescu [Tue, 28 Jul 2009 08:06:36 +0000 (08:06 +0000)]
(vc-git-checkin): Fix typo.

15 years agoadded js2-mode.el
Steve Yegge [Tue, 28 Jul 2009 05:57:35 +0000 (05:57 +0000)]
added js2-mode.el

15 years ago(font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.
Kenichi Handa [Tue, 28 Jul 2009 02:09:52 +0000 (02:09 +0000)]
(font_parse_xlfd): Check DPI and AVGWIDTH properties more rigidly.

15 years ago(xfont_list_pattern): Don't ignore the return value of
Kenichi Handa [Tue, 28 Jul 2009 02:07:05 +0000 (02:07 +0000)]
(xfont_list_pattern): Don't ignore the return value of
font_parse_xlfd.  Check font properties more rigidly.

15 years ago(jdb): Add gud-pstar to dump object information.
Nick Roberts [Tue, 28 Jul 2009 01:47:44 +0000 (01:47 +0000)]
(jdb): Add gud-pstar to dump object information.
(gud-menu-map): Adjust tooltip accordingly.

15 years ago*** empty log message ***
Nick Roberts [Tue, 28 Jul 2009 01:47:11 +0000 (01:47 +0000)]
*** empty log message ***

15 years ago(SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h
Dan Nicolaescu [Mon, 27 Jul 2009 17:52:17 +0000 (17:52 +0000)]
(SIGNALS_VIA_CHARACTERS): Remove, already defined in bsd-common.h

15 years ago(vc-bzr-print-log): Pass multiple arguments to bzr log.
Dan Nicolaescu [Mon, 27 Jul 2009 17:50:22 +0000 (17:50 +0000)]
(vc-bzr-print-log): Pass multiple arguments to bzr log.
(vc-bzr-log-view-mode): Adjust log-view-file-re.

15 years ago(change-log-mode-map): Add a menu.
Dan Nicolaescu [Mon, 27 Jul 2009 17:41:38 +0000 (17:41 +0000)]
(change-log-mode-map): Add a menu.

15 years ago* dbus.texi (Receiving Method Calls): Describe special return value
Michael Albinus [Mon, 27 Jul 2009 10:11:47 +0000 (10:11 +0000)]
* dbus.texi (Receiving Method Calls): Describe special return value
`:ignore'.

15 years ago* net/dbus.el (dbus-call-method-non-blocking): Handle the case the
Michael Albinus [Mon, 27 Jul 2009 10:02:50 +0000 (10:02 +0000)]
* net/dbus.el (dbus-call-method-non-blocking): Handle the case the
function returns nil.
(dbus-handle-event): Handle special return value :ignore.
Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.

15 years ago(face_with_height): Call font_clear_prop.
Kenichi Handa [Mon, 27 Jul 2009 04:19:57 +0000 (04:19 +0000)]
(face_with_height): Call font_clear_prop.

15 years agoBetter docstring for `called-interactively-p'.
Bastien Guerry [Mon, 27 Jul 2009 02:02:49 +0000 (02:02 +0000)]
Better docstring for `called-interactively-p'.

15 years ago* dispnew.c (init_display): Use Qx, Qw32, and Qns.
Chong Yidong [Sun, 26 Jul 2009 23:09:44 +0000 (23:09 +0000)]
* dispnew.c (init_display): Use Qx, Qw32, and Qns.

* xterm.c (x_term_init): Use Qx.

15 years ago* view.el (view-mode-enable): Don't define Helper-return-blurb if
Chong Yidong [Sun, 26 Jul 2009 23:06:49 +0000 (23:06 +0000)]
* view.el (view-mode-enable): Don't define Helper-return-blurb if
it's not needed.

15 years agoDocstring cleanup: use "mouse pointer" instead of "mouse cursor".
Bastien Guerry [Sun, 26 Jul 2009 19:20:51 +0000 (19:20 +0000)]
Docstring cleanup: use "mouse pointer" instead of "mouse cursor".

15 years agoSlightly fix the docstring of `select-frame'.
Bastien Guerry [Sun, 26 Jul 2009 19:16:16 +0000 (19:16 +0000)]
Slightly fix the docstring of `select-frame'.

15 years agoEntry removed:
Chong Yidong [Sun, 26 Jul 2009 17:26:29 +0000 (17:26 +0000)]
Entry removed:
** Implement something better than the current Refill mode.

15 years agoEntry removed:
Chong Yidong [Sun, 26 Jul 2009 17:24:13 +0000 (17:24 +0000)]
Entry removed:
** "Options -> Save Options" should save the font set via "Set Font/Fontset"

15 years agoMention etc/compilation.txt
Chong Yidong [Sun, 26 Jul 2009 15:59:37 +0000 (15:59 +0000)]
Mention etc/compilation.txt

15 years agoAdd Perl-Glib sample message.
Chong Yidong [Sun, 26 Jul 2009 15:58:55 +0000 (15:58 +0000)]
Add Perl-Glib sample message.

15 years ago* nsfont.m (nsfont_draw): Revert 2009-07-15 change.
Chong Yidong [Sun, 26 Jul 2009 12:58:56 +0000 (12:58 +0000)]
* nsfont.m (nsfont_draw): Revert 2009-07-15 change.

* nsterm.m (ns_maybe_dumpglyphs_background): Revert 2009-07-15
change.
(ns_get_color): Revert 2009-07-16 change.

15 years agoMerge from gnus--devo--0
Miles Bader [Sun, 26 Jul 2009 08:34:53 +0000 (08:34 +0000)]
Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1616

15 years agoFix last change.
Eli Zaretskii [Sat, 25 Jul 2009 09:42:50 +0000 (09:42 +0000)]
Fix last change.

15 years agoFix Bug#3888:
Eli Zaretskii [Sat, 25 Jul 2009 09:31:05 +0000 (09:31 +0000)]
Fix Bug#3888:
w32-vars.el (x-select-enable-clipboard): Doc fix.
term/pc-win.el (x-display-name, x-colors)
(x-select-enable-clipboard, x-select-text): Doc fix.
term/common-win.el (x-display-name, x-colors): Doc fix.
term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
(xw-defined-colors): Doc fix.
w32-fns.el (x-select-text, x-setup-function-keys)
(x-get-selection, x-set-selection): Doc fix.
term/x-win.el (x-select-text, x-setup-function-keys)
(x-select-enable-clipboard, xw-defined-colors): Doc fix.
select.el (x-set-selection): Doc fix.

15 years ago(syms_of_lread) <force_load_messages>: New variable.
Eli Zaretskii [Sat, 25 Jul 2009 08:50:51 +0000 (08:50 +0000)]
(syms_of_lread) <force_load_messages>: New variable.
(Fload): Use it to force load messages, even if NOMESSAGES is non-nil.

15 years ago* net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
Michael Albinus [Sat, 25 Jul 2009 08:31:40 +0000 (08:31 +0000)]
* net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
instead of "IsNSSSupportAvailable".  Avahi ought to work also when
"IsNSSSupportAvailable" method is not available.  Reported by
Steve Youngs <steve@sxemacs.org>.

15 years agoMention probloems with long directory names under `nextstep'.
Eli Zaretskii [Sat, 25 Jul 2009 07:45:10 +0000 (07:45 +0000)]
Mention probloems with long directory names under `nextstep'.

15 years ago* coding.h (decode_coding_string, encode_coding_string): Use
Ken Raeburn [Sat, 25 Jul 2009 07:43:08 +0000 (07:43 +0000)]
* coding.h (decode_coding_string, encode_coding_string): Use
SCHARS macro.

15 years ago* lread.c: Rewrite 2009-07-21 changes.
Ken Raeburn [Sat, 25 Jul 2009 07:36:17 +0000 (07:36 +0000)]
* lread.c: Rewrite 2009-07-21 changes.
(load_depth): Deleted.
(Qload_in_progress): New variable.
(load_unwind): Don't reference load_depth or load_in_progress.
(Fload): Likewise; specbind Qload_in_progress instead.
(init_lread): Don't initialize load_depth.
(syms_of_lread): Initialize and protect Qload_in_progress.

15 years ago* nsfont.m (ns_findfonts): Correctly return fallback in match case.
Adrian Robert [Fri, 24 Jul 2009 15:43:22 +0000 (15:43 +0000)]
* nsfont.m (ns_findfonts): Correctly return fallback in match case.

15 years ago(Config Basics, File Styles): Document that at mode initialization, any
Alan Mackenzie [Fri, 24 Jul 2009 12:14:02 +0000 (12:14 +0000)]
(Config Basics, File Styles): Document that at mode initialization, any
individual variable setting now takes precedence over one done via
c-file-style/c-file-offsets.

15 years ago*** empty log message ***
Alan Mackenzie [Fri, 24 Jul 2009 12:12:47 +0000 (12:12 +0000)]
*** empty log message ***

15 years agoFix previous change.
Kenichi Handa [Fri, 24 Jul 2009 08:09:30 +0000 (08:09 +0000)]
Fix previous change.

15 years agoFix previous change.
Kenichi Handa [Fri, 24 Jul 2009 07:59:51 +0000 (07:59 +0000)]
Fix previous change.

15 years agoFix setting of category ?C, ?|, ?K,
Kenichi Handa [Fri, 24 Jul 2009 07:56:19 +0000 (07:56 +0000)]
Fix setting of category ?C, ?|, ?K,
and ?H.  Fix setting of case for Latin Extended and Greek
Extended.
(build-unicode-category-table): Fix range checks.

15 years ago* vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
Dan Nicolaescu [Fri, 24 Jul 2009 05:41:17 +0000 (05:41 +0000)]
* vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
the buffer we try to sync is current when calling
vc-resynch-buffer.

* vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
not show up to date files.

15 years ago(gnus-demon-add-nntp-close-connection): Fix typo. (Bug#3903)
Glenn Morris [Fri, 24 Jul 2009 03:54:25 +0000 (03:54 +0000)]
(gnus-demon-add-nntp-close-connection): Fix typo.  (Bug#3903)

15 years ago(elint-current-buffer, elint-defun):
Glenn Morris [Fri, 24 Jul 2009 03:52:42 +0000 (03:52 +0000)]
(elint-current-buffer, elint-defun):
Add autoload cookies.  If necessary, initialize.
(elint-log): Handle non-file buffers.
(elint-initialize): Add optional argument to reinitialize.
(elint-find-builtin-variables): Save excursion.

15 years ago* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.
Adrian Robert [Thu, 23 Jul 2009 14:41:05 +0000 (14:41 +0000)]
* nsfont.m (NSFontDescriptor.h): Explicitly include under GNUstep.

15 years ago* nsterm.m (ns_lookup_indexed_color): Check for bad index. (ns_index_color): Init...
Adrian Robert [Thu, 23 Jul 2009 13:21:44 +0000 (13:21 +0000)]
* nsterm.m (ns_lookup_indexed_color): Check for bad index.  (ns_index_color): Init unused slot to 0.  (ns_dumpglyphs_box_or_relief): Replace useless xassert with an if(). Bug 3714, possibly 3082.

15 years ago* nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.
Adrian Robert [Thu, 23 Jul 2009 11:52:45 +0000 (11:52 +0000)]
* nsterm.m (EmacsView-keyUp:): Only act when running under Tiger.

15 years ago(emacs-lisp-mode-map): Add menu entries
Dan Nicolaescu [Thu, 23 Jul 2009 07:09:28 +0000 (07:09 +0000)]
(emacs-lisp-mode-map): Add menu entries
for Lint.

15 years ago*** empty log message ***
Dan Nicolaescu [Thu, 23 Jul 2009 06:46:16 +0000 (06:46 +0000)]
*** empty log message ***