summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fixing user-spec for fonts instead of using name.Jan Djärv2010-01-062-6/+10
| |/ |/|
* | xterm.c (x_clear_frame): Queue draw for scroll bars.Jan Djärv2010-01-062-0/+10
|/
* Merge from mainline.Katsumi Yamaoka2010-01-063-2/+17
|
* Merge from mainline.Katsumi Yamaoka2010-01-063-5/+35
|
* * progmodes/python.el (python-font-lock-keywords): Handle qualified decoratorsChong Yidong2010-01-052-2/+9
| | | | (Bug#881).
* (vc-bzr-working-revision): Fix looking for a revisionDan Nicolaescu2010-01-052-3/+18
| | | | in a lightweight checkout.
* Fix gnus-summary-recenter to properly handle invisible linesAndreas Schwab2010-01-052-7/+35
| | | | | * gnus-sum.el (gnus-forward-line-ignore-invisible): New function. (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
* Merge from mainline.Jan Djärv2010-01-0517-58/+139
|\
| * * keyboard.c (read_key_sequence): Catch keyboard switch afterChong Yidong2010-01-052-1/+12
| | | | | | | | making a new tty frame (Bug#5095).
| * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.Kenichi Handa2010-01-052-3/+8
| |
| * fontset.c (fontset_find_font): Fix getting the frame pointer.Kenichi Handa2010-01-052-2/+6
| |
| * (vc-bzr-diff): Obey vc-disable-async-diff.Dan Nicolaescu2010-01-042-1/+6
| |
| * Avoid dubious uses of save-excursions.Stefan Monnier2010-01-0410-27/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/lispref/positions.texi (Excursions): Recommend the use of save-current-buffer if applicable. * doc/lispref/text.texi (Clickable Text): Fix the example code which used save-excursion in a naive way which sometimes preserves point and sometimes not. * doc/lispref/variables.texi (Creating Buffer-Local): * doc/lispref/os.texi (Session Management): * doc/lispref/display.texi (GIF Images): * doc/lispref/control.texi (Cleanups): Use (save|with)-current-buffer. * doc/misc/gnus.texi (Posting Styles): Use with-current-buffer. * doc/misc/calc.texi (Defining Simple Commands): Prefer save-current-buffer.
| * (xd_remove_watch): Avoid trying to convert a void* toStefan Monnier2010-01-042-3/+9
| | | | | | | | | | Lisp_Object, preferring to convert a lisp_Object to a void* instead. (Fdbus_init_bus): Use XHASH to get a scalar value from a Lisp_Object.
| * (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.Dan Nicolaescu2010-01-032-7/+11
| | | | | | | | | | | | (vc-bzr-shelve-menu-map): (vc-bzr-dir-extra-headers): Improve menu and tooltip text. (vc-bzr-shelve-apply): Make prompt more explicit.
| * (vc-bzr-log-view-mode): Also highlight the author.Dan Nicolaescu2010-01-032-1/+2
| |
| * (vc-bzr-state-heuristic): Make it work for lightweightDan Nicolaescu2010-01-032-6/+20
| | | | | | | | checkouts. (Bug#618)
| * * dbusbind.c (xd_add_watch): Improve debug message.Michael Albinus2010-01-032-9/+26
| | | | | | | | | | | | | | (xd_remove_watch): Improve debug message. If DATA is the session bus, unset D-Bus session environment. (Fdbus_init_bus): Pass the bus as argument to dbus_connection_set_watch_functions. (Bug#5283)
* | Remove fprintfJan Djärv2010-01-051-1/+0
| |
* | Handle change of internal-border width when maximized.Jan Djärv2010-01-053-29/+111
|/ | | | | | | | | | | * xterm.c (x_new_font): Move code for setting rows/cols before resizing ... (x_set_window_size): ... to here. bug #2568. * gtkutil.c (xg_clear_under_internal_border): New function. (xg_frame_resized, xg_frame_set_char_size): Call xg_clear_under_internal_border. (xg_update_scrollbar_pos): Clear under old scroll bar position.
* eieio.texi (Naming Conventions): Correction to xref on elispKevin Ryde2010-01-022-6/+11
| | | | coding conventions, is "Tips" node not "Standards".
* modes.texi (Example Major Modes): Fix indentation. (Bug#5195)Eli Zaretskii2010-01-022-2/+6
|
* * net/browse-url.el (browse-url-encode-url): Don't escape commas.Chong Yidong2010-01-022-5/+13
| | | | | They are valid characters in URL paths (rfc3986), and at least Firefox does not understand the encoded version (Bug#3166).
* Allow use of "end" keyword for terminating Octave-mode blocks.Chong Yidong2010-01-022-10/+26
| | | | | | | | * progmodes/octave-mod.el (octave-end-keywords) (octave-block-begin-or-end-regexp, octave-block-match-alist): Add "end" keyword (Bug#3061). (octave-end-as-array-index-p): New function. (calculate-octave-indent): Use it.
* Fix last change to message-exchange-point-and-mark.Chong Yidong2010-01-022-1/+8
| | | | | | * message.el (message-exchange-point-and-mark): Rework last change to avoid using optional arg of exchange-point-and-mark, for backward compatibility.
* * lisp/bookmark.el: Consistently put the text property on the bookmark name.Karl Fogel2010-01-022-7/+17
| | | | | | | (bookmark-bmenu-marks-width): Bump back to 2, to include annotation marks. (bookmark-bmenu-hide-filenames): Adjust for above, and put the text property on the bookmark name, instead of not putting it at all. (bookmark-bmenu-list): Fix where we put the text property.
* * lisp/bookmark.el: Ahh, remove silly debugging cruft, sorry for the noise.Karl Fogel2010-01-021-1/+0
|
* * lisp/bookmark.el (bookmark-bmenu-save): Just depend on the new logicKarl Fogel2010-01-022-15/+8
| | | | for showing buffer modified state (as added in the previous change).
* Consistently hex notation to represent character codes.Chong Yidong2010-01-022-25/+36
| | | | | | | * nonascii.texi (Text Representations, Character Codes) (Converting Representations, Explicit Encoding) (Translation of Characters): Use hex notation consistently. (Character Sets): Fix map-charset-chars doc (Bug#5197).
* * lisp/bookmark.el: Show modified state of bookmark buffer more accurately.Karl Fogel2010-01-022-68/+88
| | | | | | | | | (bookmark-bmenu-list): Initialize buffer-modified-p properly. (bookmark-send-edited-annotation): Mark bookmark-alist as modified. (with-buffer-modified-unmodified): New macro. (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames, bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete): Use new macro to preserve the buffer-modified state.
* * lisp/bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window,Karl Fogel2010-01-022-14/+12
| | | | | | | | | (bookmark-bmenu-2-window, bookmark-bmenu-this-window) (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window) (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation) (bookmark-bmenu-rename, bookmark-bmenu-locate) (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark): Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): MakeEli Zaretskii2010-01-022-2/+11
| | | | the lines in the generated doc string shorter. (Bug#4668)
* * lisp/net/rcirc.el: Add follow-link binding (Bug#4738).Chong Yidong2010-01-022-0/+5
|
* Rename cvs-update to bzr-update in lisp/ Makefiles.Eli Zaretskii2010-01-023-4/+18
| | | | | | | | Makefile.in (bzr-update): Renamed from cvs-update. (cvs-update): New target for backward compatibility. makefile.w32-in (bzr-update): Renamed from cvs-update. (cvs-update): New target for backward compatibility.
* .bzrignore: Add more ignored patterns, including for the MS-DOS build.Eli Zaretskii2010-01-021-0/+5
|
* * lisp/bookmark.el: Remove gratuitous gratitude.Karl Fogel2010-01-022-45/+4
|
* * lisp/bookmark.el (bookmark-bmenu-any-marks): New functionKarl Fogel2010-01-022-2/+34
| | | | (bookmark-bmenu-save): Clear buffer modification if no marks.
* * lisp/bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.Karl Fogel2010-01-022-4/+23
| | | | | | | | | | | | | (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property positions by using `bookmark-bmenu-marks-width', instead of hardcoding. This fixes the `bookmark-bmenu-execute-deletions' bug reported here: http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html From: Sun Yijiang <sunyijiang {_AT_} gmail.com> To: emacs-devel {_AT_} gnu.org Subject: bookmark.el bug report Date: Mon, 28 Dec 2009 14:19:16 +0800 Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
* * lisp/bookmark.el: Improvements suggested by Drew Adams:Karl Fogel2010-01-012-121/+122
| | | | | | | (bookmark-bmenu-ensure-position): New name for `bookmark-bmenu-check-position'. Just ensure the position; don't return any meaningful value. (bookmark-bmenu-header-height, bookmark-bmenu-marks-width): New constants.
* lisp/ChangeLog: Fix typos.Juanma Barranquero2010-01-021-3/+2
|
* lisp/*: Fix typos in docstrings and messages.Juanma Barranquero2010-01-0210-123/+176
|
* lisp/org/org.el: Fix typos in error messages.Juanma Barranquero2010-01-022-5/+10
|
* etc/NEWS: Fix typos.Juanma Barranquero2010-01-022-12/+17
|
* Fix buffer overflow in ns_get_color.Chong Yidong2010-01-012-1/+4
| | | | * nsterm.m (ns_get_color): Fix buffer overflow (Bug#4763).
* * lisp/gnus/message.el (message-exchange-point-and-mark): CallChong Yidong2010-01-012-4/+7
| | | | | exchange-point-and-mark with an argument rather than setting mark-active by hand (Bug#5175).
* * lisp/files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).Chong Yidong2010-01-012-2/+10
|
* * lisp/ChangeLog: Update bug number in last change.Chong Yidong2010-01-011-1/+1
|
* * comint.el (comint-input-ring-size): Make it a defcustom andChong Yidong2010-01-012-2/+10
| | | | increase the default to 500.
* * src/lread.c (syms_of_lread): Make it clearer that these are theChong Yidong2010-01-014-21/+30
| | | | | | | names of loaded files (Bug#5068). * doc/lispref/loading.texi (Where Defined): Make it clearer that these are loaded files (Bug#5068).
* * eval.c (run_hook_with_args): Handle the case where the globalChong Yidong2010-01-012-12/+26
| | | | value has the obsolete single-function form (Bug#5026).