summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | * tutorial.el (tutorial--default-keys): C-d is now bound to delete-forward-char.Chong Yidong2010-08-082-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (Bug#6826)
* | | | | | | Fix typos in ChangeLogs.Juanma Barranquero2010-08-091-18/+15
| | | | | | |
* | | | | | | Ensure that erc-toggle-debug-irc-protocol logs protocol data.Fran Litterio2010-08-083-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01000.html * erc-backend.el (erc-server-filter-function): Call erc-log-irc-protocol. * erc.el (erc-toggle-debug-irc-protocol): Bind erc-toggle-debug-irc-protocol to t.
* | | | | | | Fix 2010-07-03 change to mouse-drag-track.Chong Yidong2010-08-082-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mouse.el (mouse-drag-track): Remove accidentally-removed check for `double' value of mouse-1-click-follows-link (Bug#6807).
* | | | | | | Merge changes from emacs-23 branchChong Yidong2010-08-0816-148/+243
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fix query-replace-regexp incomplete highlighting (Bug#6808).Johan Bockgård2010-08-083-8/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * replace.el (replace-highlight): Bind isearch-forward and isearch-error, ensuring that highlighting is updated if the user switches the search direction (Bug#6808). * isearch.el (isearch-lazy-highlight-forward): New var. (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search): (isearch-lazy-highlight-update): Use it.
| * | | | | | merge trunkKenichi Handa2010-08-063-7/+18
| |\ \ \ \ \ \
| | * | | | | | * emulation/pc-select.el: Fix typos in docstrings.Juanma Barranquero2010-08-052-6/+12
| | | | | | | |
| | * | | | | | * lisp/simple.el (exchange-dot-and-mark): Mark obsolete, finally.Stefan Monnier2010-08-042-1/+6
| | | | | | | |
| * | | | | | | Improve the encoding by compound-text-with-extensions.Kenichi Handa2010-08-062-63/+59
| | | | | | | |
| * | | | | | | merge trunkKenichi Handa2010-08-069-21/+70
| |\| | | | | |
| | * | | | | | which-func.el (which-func-format): Split help-echo text into lines.Juanma Barranquero2010-08-032-1/+6
| | | | | | | |
| | * | | | | | * server.el (server-start): Force IPv4 and use literal 127.0.0.1.Juanma Barranquero2010-08-032-2/+7
| | | | | | | |
| | * | | | | | * bindings.el (complete-symbol): Run completion-at-point as a fallback.Stefan Monnier2010-08-022-0/+5
| | | | | | | |
| | * | | | | | * term.el: Fix typos in docstrings.Juanma Barranquero2010-08-022-10/+17
| | | | | | | |
| | * | | | | | * bindings.el (function-key-map): Add a S-tab => backtab fallback.Stefan Monnier2010-08-022-0/+7
| | | | | | | |
| | * | | | | | * dabbrev.el (dabbrev-completion): Fix typo in docstring.Juanma Barranquero2010-08-012-1/+5
| | | | | | | |
| | * | | | | | * lisp/emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): Fix typo in docstring.MON KEY2010-08-012-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: debbugs:6747
| | * | | | | | * lisp/eshell/esh-io.el (eshell-get-target): Better detection of read-only ↵Leo Liu2010-07-302-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file (Bug#6762).
| | * | | | | | align.el: Doc fixes.Juanma Barranquero2010-07-302-5/+10
| | | | | | | |
| * | | | | | | Modify the coding system compound-text-with-extensions to conform to the ↵Kenichi Handa2010-08-044-81/+104
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | spec of Compound Text.
* | | | | | | Fixed bug#6766 (icalendar.el)Ulf Jasper2010-08-082-44/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lisp/ChangeLog: * calendar/icalendar.el (icalendar-uid-format): Doc fix. (icalendar--split-value): Fixed splitting regexp. (Bug#6766) (icalendar--get-weekday-numbers): New (icalendar--create-uid, icalendar-export-region) (icalendar--parse-summary-and-rest): Code formatting. (icalendar--convert-recurring-to-diary): Handle multiple byday values in weekly rules. (Bug#6766) test/ChangeLog: * icalendar-testsuite.el (icalendar-testsuite-run): Added internal tests. (icalendar-testsuite--trim, icalendar-testsuite--compare-strings) (icalendar-testsuite--run-internal-tests): New. (icalendar-testsuite--test-convert-ordinary-to-ical) (icalendar-testsuite--test-convert-block-to-ical) (icalendar-testsuite--test-convert-anniversary-to-ical) (icalendar-testsuite--test-parse-vtimezone) (icalendar-testsuite--do-test-export): Code formatting. (icalendar-testsuite--test-parse-vtimezone): Doc fix. (icalendar-testsuite--do-test-import) (icalendar-testsuite--do-test-cycle): Use icalendar-testsuite--compare-strings (icalendar-testsuite--run-import-tests): Comment added. (icalendar-testsuite--run-import-tests) (icalendar-testsuite--run-real-world-tests): Fixed expected results.
* | | | | | | calc.el (calc-trail-mode,calc-refresh): Use `face' property to italicize ↵Jay Belanger2010-08-074-11/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | headers. (calc-highlight-selections-with-faces): New variable. (calc-selected-face, calc-nonselected-face): New faces. calccomp.el (math-comp-highlight-string): Use `calc-highlight-selections-with-faces' to determine how to highlight subformulas. calc-sel.el (calc-show-selections): Change message to something appropriate. calc.texi (Making Selections, Selecting Subformulas) (Customizing Calc): Mention how to use faces to emphasize selected subformulas.
* | | | | | | * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords): AddedMichael Mauger2010-08-072-2/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SQLite 3 keywords, functions and datatypes. (sql-interactive-mode): Removed `comint-process-echoes' set to t (Bug#6686).
* | | | | | | Fix last change.Chong Yidong2010-08-071-1/+2
| | | | | | |
* | | | | | | Change `select-active-region' mechanics.Chong Yidong2010-08-074-54/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save region text prior to buffer modification. Set window selection lazily, during `deactivate-mark' or after each command when the region is temporarily active. * lisp/cus-start.el: Add custom declaration for select-active-regions. * lisp/mouse.el (mouse-drag-track): Remove hacks to deal with old select-active-regions implementation. (mouse-yank-at-click): Doc fix. * lisp/simple.el (select-active-regions): Move to keyboard.c. (deactivate-mark): Used saved-region-selection. (select-active-region): Function removed. (activate-mark, set-mark, push-mark-command) (handle-shift-selection): Don't call it. (keyboard-quit): Avoid adding the region to the window selection. * src/insdel.c (prepare_to_modify_buffer): Save active region text to Vsaved_region_selection. * src/keyboard.c (Vselect_active_regions): Move from simple.el. (Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New vars. (command_loop_1): Set window selection prior to deactivating the mark. * src/xselect.c (QPRIMARY): Move to keyboard.c.
* | | | | | | simple.el (delete-forward-char): Doc fix.Eli Zaretskii2010-08-072-1/+3
| | | | | | |
* | | | | | | Evaluate file-local variables in tutorials.Eli Zaretskii2010-08-072-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tutorial.el (help-with-tutorial): Hack safe file-local variables after reading the tutorial.
* | | | | | | cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix for the case that aAlan Mackenzie2010-08-062-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | C style comment has its delimiters alone on their respective lines.
* | | | | | | * net/tramp.el (tramp-handle-start-file-process ): Set connectionMichael Albinus2010-08-062-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | property "vec". (tramp-process-sentinel): Use it for flushing the cache. We cannot do it via the process buffer, the buffer could be deleted already when running the sentinel.
* | | | | | | * comint.el (comint-mode): Make directory tracking functionsMichael Albinus2010-08-062-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | functional on remote files. (Bug#6764)
* | | | | | | * lisp/vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.Dan Nicolaescu2010-08-052-0/+5
| | | | | | |
* | | | | | | (rfc2047-encode): Use utf-8 charset as a last resort.Katsumi Yamaoka2010-08-062-0/+8
| | | | | | |
* | | | | | | Rename src/unexec.c => src/unexcoff.c.Eli Zaretskii2010-08-053-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src/unexcoff.c: Renamed from unexec.c. src/deps.mk (unexcoff.o): Rename unexec.[co] => unexcoff.[co]. configure.in (UNEXEC_OBJ): Rename unexec.o => unexcoff.o. admin/MAINTAINERS: Rename src/unexec.c => src/unexcoff.c. etc/AUTHORS: Rename unexec.o => unexcoff.o. etc/PROBLEMS: Rename unexec.o => unex*.o. lisp/emacs-lisp/find-gc.el (find-gc-source-files): Rename unexec.c => unexcoff.c. lisp/emacs-lisp/authors.el (authors-fixed-entries): Rename unexec.c => unexcoff.c. msdos/sed1v2.inp (UNEXEC_OBJ): Edit to unexcoff.o, due to renaming of unexec.c => unexcoff.c.
* | | | | | | * net/tramp.el (tramp-handle-dired-uncache): Flush directoryMichael Albinus2010-08-052-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cache, not only file cache. (tramp-process-sentinel): New defun. (tramp-handle-start-file-process): Use it, in order to invalidate file caches.
* | | | | | | * server.el (server-start): Simplify loop.Leo Liu2010-08-032-1/+5
| | | | | | |
* | | | | | | * lisp/frame.el (screen-height, screen-width, set-screen-width)Stefan Monnier2010-08-032-20/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (set-screen-height): Remove ancient compatibility aliases.
* | | | | | | * lisp/textmodes/fill.el (justify-current-line): Don't add 1 to nspacesStefan Monnier2010-08-022-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when justifying. It seems useless and harmful for ncols=1. Fixes: debbugs:6738
* | | | | | | * lisp/emacs-lisp/timer.el (timer-event-handler): Protect against timersStefan Monnier2010-08-022-23/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | that change current buffer.
* | | | | | | Fix last nnmail-get-new-mail-1 change that caused double encoding in XEmacs.Katsumi Yamaoka2010-08-013-19/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org> * nnmail.el (nnmail-get-new-mail-1): Revert. * nnml.el (nnml-active-number): Make sure names of newly created groups in nnml-group-alist are encoded.
* | | | | | | mouse.el: Match "mouse-2" at the beginning of the string. (Bug#6765)YAMAMOTO Mitsuharu2010-08-012-2/+6
| | | | | | |
* | | | | | | Use Gtk+ tooltips by default for Gtk+ Emacs.Jan D2010-08-012-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/cus-start.el (x-gtk-use-system-tooltips): New variable. * src/gtkutil.c (hierarchy_ch_cb, qttip_cb, xg_prepare_tooltip) (xg_show_tooltip, xg_hide_tooltip, xg_free_frame_widgets): New functions. (xg_create_frame_widgets): Set ttip_* to 0. Set a dummy tooltip text so qttip_cb is called. Connect query-tooltip to qttip_cb. Remove code that is commented out. * src/gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip) (xg_show_tooltip, xg_hide_tooltip): Declare. * src/xfns.c (x_gtk_use_system_tooltips): New variable. (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call new gtkutil tooltip functions to show the tooltip. (Fx_hide_tip): Call xg_hide_tooltip. (syms_of_xfns): Defvar x-gtk-use-system-tooltips. * src/xterm.c (x_clear_frame): Check FRAME_GTK_WIDGET (f) before calling gtk_widget_queue_draw. (x_free_frame_resources): Call xg_free_frame_widgets. * src/xterm.h (struct x_output): Add ttip_widget, ttip_window and ttip_lbl.
* | | | | | | Fix typos in ChangeLogs.Juanma Barranquero2010-08-012-3/+3
| | | | | | |
* | | | | | | Package listing tweaks.Chong Yidong2010-07-312-28/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * emacs-lisp/package.el (package--list-packages): Fix column alignment. (package--builtins): Tweak descriptions. (package-print-package): Upcase descriptions if necessary. Show all built-in packages in font-lock-builtin-face. (package-list-packages-internal): Omit "emacs" package. Show status of built-in packages as "built-in".
* | | | | | | Adapt mouse-3 behavior to recent selection changes (Bug#6701).Chong Yidong2010-07-313-51/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark before killing to preserve the primary selection. * lisp/term/x-win.el (x-select-text): Doc fix. * src/xselect.c (x_own_selection): Use list4.
* | | | | | | Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).Alan Mackenzie2010-07-316-170/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Contributed by Nathaniel Flath.
* | | | | | | * faces.el (face-all-attributes): Improved documentation (Bug#6767).Jan D2010-07-312-1/+5
| | | | | | |
* | | | | | | Add a Hebrew translation of the tutorial.Eli Zaretskii2010-07-313-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | etc/tutorials/TUTORIAL.he: New file. etc/tutorials/TUTORIAL.translators: Add TUTORIAL.he. lisp/files.el (bidi-paragraph-direction): Define safe local values. lisp/language/hebrew.el ("Hebrew"): Add TUTORIAL.he to language-info-alist. Remove outdated FIXME in a comment.
* | | | | | | cc-cmds.el (c-mask-paragraph): Fix bug #6688, Auto-fill broken in C/C++Alan Mackenzie2010-07-312-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | modes.
* | | | | | | Encode names of nnml groups that nnmail-get-new-mail creates in active file.Katsumi Yamaoka2010-07-302-3/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org> * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly containing non-ASCII characters in active file for nnml back end.